wandboard: README: Adjust the U-Boot proper binary name
authorFabio Estevam <festevam@gmail.com>
Wed, 12 Jun 2019 15:34:41 +0000 (12:34 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 4 Jul 2019 12:19:49 +0000 (14:19 +0200)
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>
board/wandboard/README

index e5170bcc81285af558b9c323620a3d73cc3bd7d2..f84f2053375ed1dbb70dc4c67f4aa74860b6593b 100644 (file)
@@ -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)