|
Posted at 11/15/2017 17:41:46
Only Author
3#
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
Copy the code
upgrade_tool: http://en.t-firefly.com/doc/product/info/id/231.html
resource: 链接: https://pan.baidu.com/s/1nuHel8P 密码: 62bd
|
|