Commit 36adc9a06f64bffc327457418b5b6506ad1d18b4

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 936675c6f4

pico-imx7d: README: Adjust the binary name after DM conversion

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>
Acked-by: Joris Offouga <offougajoris@gmail.com>

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

board/technexion/pico-imx7d/README
... ... @@ -11,7 +11,7 @@
11 11 $ make pico-imx7d_defconfig
12 12 $ make
13 13  
14   -This generates the SPL and u-boot.img binaries.
  14 +This generates the SPL and u-boot-dtb.img binaries.
15 15  
16 16 1. Loading U-Boot via USB Serial Download Protocol
17 17  
18 18  
19 19  
... ... @@ -32,15 +32,15 @@
32 32  
33 33 Open a terminal program such as minicom.
34 34  
35   -Copy SPL and u-boot.img to the imx_usb_loader folder.
  35 +Copy SPL and u-boot-dtb.img to the imx_usb_loader folder.
36 36  
37 37 Load the SPL binary via USB:
38 38  
39 39 $ sudo ./imx_usb SPL
40 40  
41   -Load the u-boot.img binary via USB:
  41 +Load the u-boot-dtb.img binary via USB:
42 42  
43   -$ sudo ./imx_usb u-boot.img
  43 +$ sudo ./imx_usb u-boot-dtb.img
44 44  
45 45 Then U-Boot starts and its messages appear in the console program.
46 46  
47 47  
... ... @@ -55,11 +55,11 @@
55 55  
56 56 => dfu 0 mmc 0
57 57  
58   -Flash SPL and u-boot.img into the eMMC running the following commands on a PC:
  58 +Flash SPL and u-boot-dtb.img into the eMMC running the following commands on a PC:
59 59  
60 60 $ sudo dfu-util -D SPL -a spl
61 61  
62   -$ sudo dfu-util -D u-boot.img -a u-boot
  62 +$ sudo dfu-util -D u-boot-dtb.img -a u-boot
63 63  
64 64 Remove power from the pico board.
65 65