Skip to content

Commit

Permalink
rockchip: doc: update U-Boot location info
Browse files Browse the repository at this point in the history
The U-Boot location has been moved to block 16384.
This is 8MB, not 4MB.

Signed-off-by: Simon Goldschmidt <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
  • Loading branch information
goldsimon authored and Philipp Tomsich committed Nov 10, 2017
1 parent 1c4043e commit 341e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.rockchip
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To write an image that boots from an SD card (assumed to be /dev/sdc):
sudo dd if=firefly-rk3288/u-boot-dtb.img of=/dev/sdc seek=16384

This puts the Rockchip header and SPL image first and then places the U-Boot
image at block 16384 (i.e. 4MB from the start of the SD card). This
image at block 16384 (i.e. 8MB from the start of the SD card). This
corresponds with this setting in U-Boot:

#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x4000
Expand Down

0 comments on commit 341e44e

Please sign in to comment.