Slackware - ARM This forum is for the discussion of Slackware ARM. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
04-28-2016, 02:21 PM
|
#33
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
finished assembly automation build and transfer systems eMMC
installation is divided into 4 stages:
1. The images are flash on SD card 2. downloadable in SD card
3. Transfer to eMMC after completing boot 4. flash eMMC
Code:
tools/upgrade_tool ul $(ls | grep RK3288UbootLoader) || exit 1
tools/rkflashtool P < parameters.txt || exit 1
tools/rkflashtool w kernel < kernel.img || exit 1
tools/rkflashtool w boot < boot.img || exit 1
http://dl.fail.pp.ua/slackware/firefly-rk3288-next/
|
|
|
07-05-2016, 12:59 PM
|
#34
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
Last edited by sndwvs; 07-05-2016 at 01:01 PM.
|
|
|
09-10-2016, 10:58 AM
|
#35
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
build images as hard float OS!
add blob mali drivers glmark2-es ~ 100 fps
info and downloads:
http://fail.pp.ua/board/
dmesg
glmark2
Last edited by sndwvs; 09-12-2016 at 11:28 AM.
|
|
|
11-20-2016, 10:12 AM
|
#36
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
add legacy kernel 3.14 firmware wifi and bluetooth
dmesg
info and downloads:
http://fail.pp.ua/board/
|
|
|
11-30-2016, 11:29 PM
|
#37
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
add upstream u-boot and mainline kernel
how to flash the new u-boot and image
http://fail.pp.ua/board/2
|
|
|
12-01-2016, 08:58 PM
|
#38
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
testing 3D and hardware acceleration video h264 1080p full screen run concurrently
|
|
|
12-02-2016, 12:25 AM
|
#39
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
add in mainline driver xf86-video-armsoc support rockchip drm
Xorg.0.log
|
|
|
12-22-2016, 05:16 AM
|
#40
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
Linux rk 4.4.16 #5 SMP Fri Dec 2 16:40:19 EET 2016 armv7l Rockchip (Device Tree) GNU/Linux
GPU driver r9p0-05rel0
glmark2
|
|
|
01-17-2017, 01:50 PM
|
#41
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
testing kernel 4.4.41 dmesg
work:
hw video decode/encode (vdpau)
wifi
Last edited by sndwvs; 01-17-2017 at 01:55 PM.
|
|
|
02-22-2017, 02:57 PM
|
#42
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
update kernel 4.4.50 dmesg
work:
hw video decode/encode (vdpau)
wifi / GB ethernet
add turbo-mode 126 MHz - 2.21 GHz
Last edited by sndwvs; 02-22-2017 at 03:17 PM.
|
|
|
02-23-2017, 02:17 PM
|
#43
|
Member
Registered: Jul 2012
Posts: 229
Rep: 
|
Turbo mode?
Is that something official or the overclock hack modes floating about the forums?
My Asus Tinker currently tops out at 1.61GHz, it too is advertised as 1.8GHz
Code:
analyzing CPU 3:
driver: cpufreq-dt
CPUs which run at the same hardware frequency: 0 1 2 3
CPUs which need to have their frequency coordinated by software: 0 1 2 3
maximum transition latency: 115 us.
hardware limits: 126 MHz - 1.61 GHz
available frequency steps: 126 MHz, 216 MHz, 312 MHz, 408 MHz, 600 MHz, 696 MHz, 816 MHz, 1.01 GHz, 1.20 GHz, 1.42 GHz, 1.51 GHz, 1.61 GHz
available cpufreq governors: conservative, userspace, ondemand, performance
current policy: frequency should be within 126 MHz and 1.61 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1.61 GHz.
cpufreq stats: 126 MHz:0.07%, 216 MHz:25.73%, 312 MHz:25.46%, 408 MHz:1.11%, 600 MHz:1.04%, 696 MHz:0.99%, 816 MHz:1.62%, 1.01 GHz:1.82%, 1.20 GHz:1.57%, 1.42 GHz:1.24%, 1.51 GHz:0.60%, 1.61 GHz:38.76% (5004)
|
|
|
02-23-2017, 02:41 PM
|
#44
|
Senior Member
Registered: Aug 2014
Posts: 2,202
Original Poster
Rep: 
|
|
|
1 members found this post helpful.
|
02-23-2017, 03:34 PM
|
#45
|
Member
Registered: Jul 2012
Posts: 229
Rep: 
|
Very nice!
play time
Thanks!
|
|
|
All times are GMT -5. The time now is 05:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|