2020-03-22 14:43:20 +01:00
|
|
|
# rock64
|
|
|
|
|
2020-04-11 15:32:56 +02:00
|
|
|
|
2020-08-15 11:28:57 +02:00
|
|
|
<h3>commands to flash the files (includes in uboot-rock64.install)</h3>
|
|
|
|
|
|
|
|
dd if=rksd_load.img of=/dev/mmcblk1 seek=64 conv=notrunc\
|
2020-04-11 15:32:56 +02:00
|
|
|
dd if=u-boot.itb of=/dev/mmcblk1 seek=16384 conv=notrunc
|
|
|
|
|
2020-08-15 11:28:57 +02:00
|
|
|
|
|
|
|
<h5>layout, see</h5>
|
|
|
|
|
|
|
|
http://opensource.rock-chips.com/wiki_U-Boot<br>
|
2020-04-11 15:32:56 +02:00
|
|
|
http://opensource.rock-chips.com/wiki_Boot_option
|
2020-08-15 11:28:57 +02:00
|
|
|
|
2020-04-11 15:32:56 +02:00
|
|
|
![alt text](./Rockchip_bootflow.jpg "Partition Layout")
|
|
|
|
|
|
|
|
ARM-Trusted-Firmware:
|
|
|
|
http://opensource.rock-chips.com/wiki_ATF
|