Title: SDcard Linux image for RK3288? [Print This Page] Author: claudiolima Time: 11/3/2017 09:56 Title: SDcard Linux image for RK3288? Please, where can I find the image file to boot from the SDcard in RK3288? There is no such file on t-firefly.com.Author: psycmos Time: 11/6/2017 21:55
I need too, one sd card version of ubuntu server. Somebody can help us? CheersAuthor: luvings Time: 11/15/2017 17:41
The operation is a bit troublesome.
first, you will upgrade this bootloader. if on linux,
sudo upgrade_tool ul RK3288UbootLoader_V2.30.10_Erase_emmc_idb.bin
Copy the code
Then the board do not boot from emmc, if you restart the board.
Second, Insert SD card to PC and we assume the /dev/sdb is the SD card device,
sudo dd if=SD.img of=/dev/sdb
Copy the code
Finally, insert sd card to rk3288, restart.
note: if you need the rk3288 boot from emmc, you will execute this command:
sudo upgrade_tool ul rk3288_bootloader_v1.00.06.bin