Re: [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name

2019-06-24 Thread Fabio Estevam
Hi Heinrich,

On Sun, Jun 23, 2019 at 11:04 AM Heinrich Schuchardt  wrote:

> With U-Boot HEAD I cannot see any difference between the files:
> $ md5sum u-boot*.bin
> 56a64c916b79c012759ad430a52fb2c1  u-boot.bin
> 56a64c916b79c012759ad430a52fb2c1  u-boot-dtb.bin
> ed69f924f0cb4b9415d0bed27f896be3  u-boot-nodtb.bin

Actually we are talking about .img in this patch :-)

You are right: u-boot.img and u-boot-dtb.img are the same.

> So is this just a formal change?

Yes, just to point out that the board has been converted to DM and
since *dtb.img has been generated, we can explicitly use it.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name

2019-06-23 Thread Heinrich Schuchardt

On 6/12/19 5:34 PM, Fabio Estevam wrote:

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


With U-Boot HEAD I cannot see any difference between the files:
$ md5sum u-boot*.bin
56a64c916b79c012759ad430a52fb2c1  u-boot.bin
56a64c916b79c012759ad430a52fb2c1  u-boot-dtb.bin
ed69f924f0cb4b9415d0bed27f896be3  u-boot-nodtb.bin

So is this just a formal change?

Best regards

Heinrich



  - Insert the SD card into the slot located in the bottom of the board (same 
side
  as the mx6 processor)



___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot