]> git.ipfire.org Git - u-boot.git/blobdiff - doc/README.rockchip
rockchip: doc: Fix U-Boot proper location for falcon
[u-boot.git] / doc / README.rockchip
index a7761af3e83868eeb8a307c7ac0b35feb621e6dc..da99f301ff702f1939d40f9d46b5df67cecc536f 100644 (file)
@@ -166,7 +166,7 @@ To write an image that boots from an SD card (assumed to be /dev/mmcblk0):
    ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
     cat ./spl/u-boot-spl-dtb.bin >> out &&
     sudo dd if=out of=/dev/mmcblk0 seek=64 &&
-    sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=256
+    sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384
 
 Booting from an SD card on RK3188
 =================================