public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 6/6] pico-imx6ul: README: Adjust the binary name after DM conversion
Date: Thu, 14 Feb 2019 10:01:51 -0200	[thread overview]
Message-ID: <20190214120151.20704-6-festevam@gmail.com> (raw)
In-Reply-To: <20190214120151.20704-1-festevam@gmail.com>

After the conversion to DM the U-Boot binary is called u-boot-dtb.imx,
so fix the README file accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/technexion/pico-imx6ul/README | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README
index 1cabd90759..bb8ee3f463 100644
--- a/board/technexion/pico-imx6ul/README
+++ b/board/technexion/pico-imx6ul/README
@@ -13,7 +13,7 @@ $ make mrproper
 $ make pico-imx6ul_defconfig
 $ make
 
-This generates the SPL and u-boot.img binaries.
+This generates the SPL and u-boot-dtb.img binaries.
 
 1. Loading U-Boot via USB Serial Download Protocol
 
@@ -31,15 +31,15 @@ Connect a USB cable between the OTG pico port and the host PC.
 
 Open a terminal program such as minicom.
 
-Copy SPL and u-boot.img to the imx_usb_loader folder.
+Copy SPL and u-boot-dtb.img to the imx_usb_loader folder.
 
 Load the SPL binary via USB:
 
 $ sudo ./imx_usb SPL
 
-Load the u-boot.img binary via USB:
+Load the u-boot-dtb.img binary via USB:
 
-$ sudo ./imx_usb u-boot.img
+$ sudo ./imx_usb u-boot-dtb.img
 
 Then U-Boot starts and its messages appear in the console program.
 
@@ -54,11 +54,11 @@ Run the DFU agent so we can flash the new images using dfu-util tool:
 
 => dfu 0 mmc 0
 
-Flash SPL and u-boot.img into the eMMC running the following commands on a PC:
+Flash SPL and u-boot-dtb.img into the eMMC running the following commands on a PC:
 
 $ sudo dfu-util -D SPL -a spl
 
-$ sudo dfu-util -D u-boot.img -a u-boot
+$ sudo dfu-util -D u-boot-dtb.img -a u-boot
 
 Remove power from the pico board.
 
@@ -142,7 +142,7 @@ Launch UMS:
 Flash the new binaries:
 
 $ sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync
-$ sudo dd if=u-boot.img  of=/dev/sdX bs=1k seek=69; sync
+$ sudo dd if=u-boot-dtb.img  of=/dev/sdX bs=1k seek=69; sync
 
 And then SPL binary will load and jump directly to the kernel:
 
-- 
2.17.1

  parent reply	other threads:[~2019-02-14 12:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 12:01 [U-Boot] [PATCH 1/6] pico-imx6ul: Import dts files from kernel Fabio Estevam
2019-02-14 12:01 ` [U-Boot] [PATCH 2/6] pico-imx6ul: Select CONFIG_OF_CONTROL Fabio Estevam
2019-02-14 12:44   ` Otavio Salvador
2019-02-14 12:01 ` [U-Boot] [PATCH 3/6] pico-imx6ul: Convert to DM MMC Fabio Estevam
2019-02-14 12:43   ` Otavio Salvador
2019-02-14 12:01 ` [U-Boot] [PATCH 4/6] pico-imx6ul: Convert to CONFIG_DM_GPIO Fabio Estevam
2019-02-14 12:46   ` Otavio Salvador
2019-02-14 12:01 ` [U-Boot] [PATCH 5/6] pico-imx6ul: Convert to DM_PMIC Fabio Estevam
2019-02-14 12:45   ` Otavio Salvador
2019-02-14 12:01 ` Fabio Estevam [this message]
2019-02-14 12:44   ` [U-Boot] [PATCH 6/6] pico-imx6ul: README: Adjust the binary name after DM conversion Otavio Salvador
2019-02-14 12:43 ` [U-Boot] [PATCH 1/6] pico-imx6ul: Import dts files from kernel Otavio Salvador
2019-03-07 13:03   ` Otavio Salvador
2019-03-07 13:17     ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190214120151.20704-6-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox