From: Fabio Estevam Date: Wed, 12 Jun 2019 15:34:41 +0000 (-0300) Subject: wandboard: README: Adjust the U-Boot proper binary name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4d981f5f27ab30af5e248245696b6a051c872ec4;p=project%2Fbcm63xx%2Fu-boot.git 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 --- diff --git a/board/wandboard/README b/board/wandboard/README index e5170bcc81..f84f205337 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)