UPSTREAM: rockchip: doc: update U-Boot location info
The U-Boot location has been moved to block 16384. This is 8MB, not 4MB. Change-Id: I899466db29ba9a2e0526131cfdb6c49d5004ce98 Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 341e44ed667a1ac959fac0830e5f6e2e2b409f9a)
This commit is contained in:
parent
bf88a4e157
commit
9d7e51fd33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue