All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 11/13] pico-imx6ul: Sync README with pico-imx7d
Date: Tue,  4 Sep 2018 10:23:17 -0300	[thread overview]
Message-ID: <20180904132319.27110-11-otavio@ossystems.com.br> (raw)
In-Reply-To: <20180904132319.27110-1-otavio@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2: None

 board/technexion/pico-imx6ul/README | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README
index a5415714ee..66dc977d49 100644
--- a/board/technexion/pico-imx6ul/README
+++ b/board/technexion/pico-imx6ul/README
@@ -22,13 +22,14 @@ If the eMMC has already a U-Boot flashed with DFU support then
 the user can go to step 2 below in order to update U-Boot.
 
 Put pico board in USB download mode (refer to the document
-http://www.wandboard.org/images/hobbit/hobbitboard-imx6ul-reva1.pdf page 15)
+http://www.wandboard.org/images/hobbit/hobbitboard-imx6ul-reva1.pdf
+page 15).
 
-Connect a USB to serial adapter between the host PC and pico
+Connect a USB to serial adapter between the host PC and pico.
 
-Connect a USB cable between the OTG pico port and the host PC
+Connect a USB cable between the OTG pico port and the host PC.
 
-Open a terminal program such as minicom
+Open a terminal program such as minicom.
 
 Copy SPL and u-boot.img to the imx_usb_loader folder.
 
@@ -40,7 +41,7 @@ Load the u-boot.img binary via USB:
 
 $ sudo ./imx_usb u-boot.img
 
-Then U-Boot should start and its messages will appear in the console program.
+Then U-Boot starts and its messages appear in the console program.
 
 Use the default environment variables:
 
@@ -49,7 +50,8 @@ Use the default environment variables:
 
 2. Flashing U-Boot into the eMMC
 
-Run the DFU command:
+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:
@@ -58,14 +60,8 @@ $ sudo dfu-util -D SPL -a spl
 
 $ sudo dfu-util -D u-boot.img -a u-boot
 
-Then on the U-Boot prompt the following message should be seen after a
-successful upgrade:
-
-#DOWNLOAD ... OK
-Ctrl+C to exit ...
-
 Remove power from the pico board.
 
-Put pico board into normal boot mode
+Put pico board into normal boot mode.
 
 Power up the board and the new updated U-Boot should boot from eMMC.
-- 
2.18.0

  parent reply	other threads:[~2018-09-04 13:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-04 13:23 [U-Boot] [PATCH v2 01/13] pico-imx6ul: Convert to distro config Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 02/13] pico-imx6ul: Convert to SPL Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 03/13] pico-imx6ul: Add fastboot support Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 04/13] pico-imx6ul: Add bmode support Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 05/13] pico-imx6ul: Add support for the 512MB module Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file Otavio Salvador
2018-09-04 14:05   ` Michael Nazzareno Trimarchi
2018-09-04 19:13     ` Otavio Salvador
2018-09-05 19:13       ` Otavio Salvador
2018-09-06  9:54         ` Stefano Babic
2018-09-06 12:17           ` Otavio Salvador
2018-09-06 13:02             ` Stefano Babic
2018-09-06 13:45   ` [U-Boot] [U-Boot,v2,06/13] " Tom Rini
2018-09-04 13:23 ` [U-Boot] [PATCH v2 07/13] pico-imx6ul: " Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 08/13] pico-imx6ul: Sync defconfig with new changes Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 09/13] pico-imx6ul: Add bootmenu to choose the baseboard Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 10/13] pico-imx6ul: Improve default DFU settings Otavio Salvador
2018-09-04 13:23 ` Otavio Salvador [this message]
2018-09-04 13:23 ` [U-Boot] [PATCH v2 12/13] pico-imx6ul: Add new pico-hobbit config Otavio Salvador
2018-09-04 13:23 ` [U-Boot] [PATCH v2 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h Otavio Salvador

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=20180904132319.27110-11-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.