diff mbox series

[U-Boot,v2] warp7: README: Adjust the binary name after DM conversion

Message ID 20190209140159.15669-1-festevam@gmail.com
State Accepted
Commit 4a2d09ac46f9da329be178dae306895a51601fdd
Delegated to: Stefano Babic
Headers show
Series [U-Boot,v2] warp7: README: Adjust the binary name after DM conversion | expand

Commit Message

Fabio Estevam Feb. 9, 2019, 2:01 p.m. UTC
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>
---
Changes since v1:
- Fix all occurrances

 board/warp7/README | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Bryan O'Donoghue Feb. 13, 2019, 6:17 p.m. UTC | #1
On 09/02/2019 14:01, Fabio Estevam wrote:
> 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>

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Bryan O'Donoghue Feb. 13, 2019, 6:20 p.m. UTC | #2
On 09/02/2019 14:01, Fabio Estevam wrote:
> 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>
oops send RB from wrong address - one more time

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Joris OFFOUGA Feb. 14, 2019, 1:43 p.m. UTC | #3
Le 09/02/2019 à 15:01, Fabio Estevam a écrit :
> 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>
> ---
> Changes since v1:
> - Fix all occurrances
>
>   board/warp7/README | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/board/warp7/README b/board/warp7/README
> index 60339da543..579bb2de38 100644
> --- a/board/warp7/README
> +++ b/board/warp7/README
> @@ -17,7 +17,7 @@ $ make mrproper
>   $ make warp7_config

Hi Fabio

Fix typo warp7_config into warp7_defconig

>   $ make
>   
> -This will generate the U-Boot binary called u-boot.imx.
> +This will generate the U-Boot binary called u-boot-dtb.imx.
>   
>   Put warp7 board in USB download mode:
>   
> @@ -28,11 +28,11 @@ Connect a USB to serial adapter between the host PC and warp7
>   
>   Connect a USB cable between the OTG warp7 port and the host PC
>   
> -Copy u-boot.imx to the imx_usb_loader folder.
> +Copy u-boot-dtb.imx to the imx_usb_loader folder.
>   
> -Load u-boot.imx via USB:
> +Load u-boot-dtb.imx via USB:
>   
> -$ sudo ./imx_usb u-boot.imx
> +$ sudo ./imx_usb u-boot-dtb.imx
>   
>   Then U-Boot should start and its messages will appear in the console program.
>   
> @@ -46,9 +46,9 @@ Use the default environment variables:
>   Run the DFU command:
>   => dfu 0 mmc 0
>   
> -Transfer u-boot.imx that will be flashed into the eMMC:
> +Transfer u-boot-dtb.imx that will be flashed into the eMMC:
>   
> -$ sudo dfu-util -D u-boot.imx -a boot
> +$ sudo dfu-util -D u-boot-dtb.imx -a boot
>   
>   Then on the U-Boot prompt the following message should be seen after a
>   successful upgrade:
Fabio Estevam Feb. 14, 2019, 3:39 p.m. UTC | #4
Hi Joris,

On Thu, Feb 14, 2019 at 11:43 AM Joris Offouga <offougajoris@gmail.com> wrote:

> Hi Fabio
>
> Fix typo warp7_config into warp7_defconig

make  warp7_config
make

Also works fine.

I agree with you that "make warp_defconfig" is preferable and I will
make such change after this one gets applied.

Thanks for your suggestion!
diff mbox series

Patch

diff --git a/board/warp7/README b/board/warp7/README
index 60339da543..579bb2de38 100644
--- a/board/warp7/README
+++ b/board/warp7/README
@@ -17,7 +17,7 @@  $ make mrproper
 $ make warp7_config
 $ make
 
-This will generate the U-Boot binary called u-boot.imx.
+This will generate the U-Boot binary called u-boot-dtb.imx.
 
 Put warp7 board in USB download mode: 
 
@@ -28,11 +28,11 @@  Connect a USB to serial adapter between the host PC and warp7
 
 Connect a USB cable between the OTG warp7 port and the host PC
 
-Copy u-boot.imx to the imx_usb_loader folder.
+Copy u-boot-dtb.imx to the imx_usb_loader folder.
 
-Load u-boot.imx via USB:
+Load u-boot-dtb.imx via USB:
 
-$ sudo ./imx_usb u-boot.imx
+$ sudo ./imx_usb u-boot-dtb.imx
 
 Then U-Boot should start and its messages will appear in the console program.
 
@@ -46,9 +46,9 @@  Use the default environment variables:
 Run the DFU command:
 => dfu 0 mmc 0
 
-Transfer u-boot.imx that will be flashed into the eMMC:
+Transfer u-boot-dtb.imx that will be flashed into the eMMC:
 
-$ sudo dfu-util -D u-boot.imx -a boot
+$ sudo dfu-util -D u-boot-dtb.imx -a boot
 
 Then on the U-Boot prompt the following message should be seen after a
 successful upgrade: