Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Running Android or Linux from an SD card on a RK3288 device - An easy way to dual boot
Collapse
This is a sticky topic.
X
X
-
Originally posted by scooter2014 View PostRK3288 2GB/16GB OC 1.9GHz at 1.2V RAM [email protected] Wasser's 3.0.11 firmware
Out: monitor FullHD 16:9, 3.5" jack headphones; In: remote control, USB HUB: keyboard + mouse + pendrive
bricked: VOYO V1 mini 8G/64GB Windows 10
-
Hi,
I'm newbie from Finland and 59 years old female...
I have tried to flash sdcard for 2 days. The problem is that I cannot find any proper Android or/and Linux img file.
1. with default Linux*) I cannot get wifi working (I tried on command line (being root) but reply was something like "no device")
2 with Android I didn't find any decent image file. The error was "no resource img found" when trying to flash sdcard
*) linux distro included in 'create-sdcard.7z'
My HW is:
Rikomagic MK802V hardware specs:
– CPU : Rockchip RK3288 – quad core, 28nm, ARM Cortex-A17, up to1.8GHz
– GPU: Mali-T764
– RAM: 2GB
– ROM : 16GB
– Ethernet : Gigabit
– Wi-fi : dual band 2.4GHz/5GHz (802.11 b/g/n and 802.11 a/c)
– Bluetooth : 4.0
– SD Card : up to 32GB
My aim is to use this dongle for watching videos like Youtube etc. on my 46" TV. (wifi connection speed is about 20-30 Mbits/sI). I prefer Linux but most important is good picture quality.
Please could someone put here links to image files.
Rgs. rietas
Comment
-
You make mistake 802 not 3288 but 31 and V5 is 3288 so you have to use link after super celeron post in 1st page of this forum. For the 802v. You will get some improvement in linux but Only in kodi with mac fixes. We ok with you being Female and Even that your from FINLAND.  post 5
Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.
Comment
-
Yep, we are advanced here in Finland. Even my mother (age of 85) uses openSUSE.
But back to business...
I don't quite understand the sentence "You make mistake 802 not 3288 but 31 and V5 is 3288". Do you mean my dongle is 3188 not 3288? However this is what I manage to output when the dongle was still working somehow:
Processor ARMv7 Processor rev 1 (v7l)
Memory 2068MB (639MB used)
Resolution 1920x1080 pixels
OpenGL Renderer Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
Audio Adapter RK-HDMI-I2S - RK-HDMI-I2S
Audio Adapter RK-HDMI-SPDIF - RK-HDMI-SPDIF
And this is what I bought: http://www.cloudsto.com/products/lin...ge-detail.html
Do you mean this link:
Sorry, my English is not so good that I can follow many if-then-elsedo brances (I mean link after link).
Comment
-
Ok understood... Then flash the original firmware from the uk forum site for ricomagic. His build was made by him and devices not sold from china site. If you camt find a link to the software let me know i send email to ricomagic. But they should have a way to re download original linux firmware from forum. Going back to stock sometimes get device working again. Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.
Comment
-
Well, I flashed the dongle badly and now I cannot flash it any more. It won't go to "root mode" ("press the switch with paperclip and connect the USB cable" procedure). So the dongle doesn't work at all and I don't want to open it to make a short-circuit (if it is needed to reset dongle).
The dongle restarts from sdcard but I don't have proper image files to try which is better Android or Linux and that's I need the download links for.
Simply I need SW which is fast enought to show video smoothly and the browser has Adobe Flash Player, HTML5 etc.
Comment
-
Originally posted by grant2258 View Post
you are doing it right the binaries you have are 64 bit though https://github.com/naobsd/rkutils if you want to compile the 32 bit ones. Youll have to install linux properly though and at the very least youll need to install build-essential type apt-get install build-essential to get it.
in the terminal
just type
gcc rkunpack.c -o rkunpack
gcc rkcrc.c -o rkcrc
and youll have the 32 bit versions you need.
linuxium posted the link before on this thread where to get mkkrnlimg if you have problems compiling them two programs ill do it for you.
Update: I checked all the binaries they are all 32 bit accept the rkunpack and rkcrc i complied 32 bit versions for you and anyone that needs them grab them here < [ATTACH]9630[/ATTACH] > and copy them to the Tools directoryTronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player
Comment
-
I have a Beelink RK3288.
I tried to install linux on sdcard using create-linux-sdcard script and everything works as expected. The box bot and works fine with some minor issues(not able to reboot or shutdown, only poweroff-powron)., but this is not the problem. Then, because I need to change some linux kernel settings, I was able to compile kernel 3.10 from firefly and was able to just replace kernel-linux.img with the one compiled, and again everything was fine. But using both kernel I was not able to install machybrys to allow full vide acceleration ( the installation succeed without errors, but it is not working). I want then to use the other approach. Build kernel from
https://github.com/rockchip-linux/kernel.git. The compilation succeed, but wan not able to boot. I tried to replace just kernel in linux-kernel.img, I tried to use the guide from rockchip-linux site formatting the sdcard, without parameter file but with extlink.conf using u-boot compiled as well. But no matter what I did the result is the same. The screen is black and no signal appear. As dtb I use several (the one from original firmware, the one from wasser firmware, the one from above link, also the firefly one. Does anybody know hot to boot with kernel 4.4 ? This implementation of hardware accelerated, even if it just partial, seem more cleaner than using machybris. The loader that I use know is te one from Wasser Lolipop firmware. Maybe is not the correct one, need to be upgraded for kernel 4.4 ? Thank You
Comment
-
Originally posted by spon901 View PostI have a Beelink RK3288.
I tried to install linux on sdcard using create-linux-sdcard script and everything works as expected. The box bot and works fine with some minor issues(not able to reboot or shutdown, only poweroff-powron)., but this is not the problem. Then, because I need to change some linux kernel settings, I was able to compile kernel 3.10 from firefly and was able to just replace kernel-linux.img with the one compiled, and again everything was fine. But using both kernel I was not able to install machybrys to allow full vide acceleration ( the installation succeed without errors, but it is not working). I want then to use the other approach. Build kernel from
https://github.com/rockchip-linux/kernel.git. The compilation succeed, but wan not able to boot. I tried to replace just kernel in linux-kernel.img, I tried to use the guide from rockchip-linux site formatting the sdcard, without parameter file but with extlink.conf using u-boot compiled as well. But no matter what I did the result is the same. The screen is black and no signal appear. As dtb I use several (the one from original firmware, the one from wasser firmware, the one from above link, also the firefly one. Does anybody know hot to boot with kernel 4.4 ? This implementation of hardware accelerated, even if it just partial, seem more cleaner than using machybris. The loader that I use know is te one from Wasser Lolipop firmware. Maybe is not the correct one, need to be upgraded for kernel 4.4 ? Thank You
Tronsmart R28 PRO with wasser-2.0.7-beelink-r89-rk3288 ROM and MX Player
Comment
-
My intention was to run linux from sdcard having 4.4 kernel ( I want to be able to change it and compile.) Currently what methods I was not able to boot with any other kernel than firefly's 3.10 version and of course the one tht came with createlinuxsdcard.
I suspect that maybe I need to update bootloader on emmc. Currently it is version 2.17. I want to be able to boot WASSER lolipop that is installed on emmc, and if I insert the sdcard to be able to boot in linux.
Comment
-
Maybe this will help: http://www.bitkistl.com/2016/10/ugoo...om.html?q=miqi.
If I remember correctly UT3 firmwares can work on Beelink R89 devices and similar with some problems.RK3288 2GB/16GB OC 1.9GHz at 1.2V RAM [email protected] Wasser's 3.0.11 firmware
Out: monitor FullHD 16:9, 3.5" jack headphones; In: remote control, USB HUB: keyboard + mouse + pendrive
bricked: VOYO V1 mini 8G/64GB Windows 10
Comment
-
Originally posted by spon901 View PostUnfortunatelly that image written on a sdcard also not work. I really don't know what to do. Maybe that image is intended only for emmc. Or the emmc loader is not the correct version.
https://yadi.sk/d/O0vQR3NW338YM8
Comment
What's Going On
Collapse
There are currently 3374 users online. 0 members and 3374 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
Comment