From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 12 Jun 2019 12:34:41 -0300 Subject: [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name In-Reply-To: <20190612153441.19020-1-festevam@gmail.com> References: <20190612153441.19020-1-festevam@gmail.com> Message-ID: <20190612153441.19020-7-festevam@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- board/wandboard/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.17.1