diff options
author | Fabio Estevam | 2019-06-12 12:34:41 -0300 |
---|---|---|
committer | Stefano Babic | 2019-07-04 14:19:49 +0200 |
commit | 4d981f5f27ab30af5e248245696b6a051c872ec4 (patch) | |
tree | a7e75be06a2ceeada10c4375107496c877acc3a0 | |
parent | 5b858582512883b8a85d74e108873f9beed1e954 (diff) |
wandboard: README: Adjust the U-Boot proper binary name
After the conversion to DM the U-Boot proper binary name
is 'u-boot-dtb.img', so adjust it accordingly.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
-rw-r--r-- | board/wandboard/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wandboard/README b/board/wandboard/README index e5170bcc812..f84f2053375 100644 --- a/board/wandboard/README +++ b/board/wandboard/README @@ -29,7 +29,7 @@ $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync - Flash the u-boot.img image into the SD card: -sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync +sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync - Insert the SD card into the slot located in the bottom of the board (same side as the mx6 processor) |