diff mbox series

[2/7] doc: imx8mm_evk: update doc after using binman

Message ID 20210406035904.26598-2-peng.fan@oss.nxp.com
State Superseded
Headers show
Series [1/7] imx8mm_evk: switch to use binman to pack images | expand

Commit Message

Peng Fan (OSS) April 6, 2021, 3:58 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>


Update doc after switch to binman to pack images

Signed-off-by: Peng Fan <peng.fan@nxp.com>

---
 doc/board/freescale/imx8mm_evk.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.30.0
diff mbox series

Patch

diff --git a/doc/board/freescale/imx8mm_evk.rst b/doc/board/freescale/imx8mm_evk.rst
index a9ccdb7850..7fd3d72564 100644
--- a/doc/board/freescale/imx8mm_evk.rst
+++ b/doc/board/freescale/imx8mm_evk.rst
@@ -43,13 +43,14 @@  Build U-Boot
    $ export CROSS_COMPILE=aarch64-poky-linux-
    $ make imx8mm_evk_defconfig
    $ export ATF_LOAD_ADDR=0x920000
-   $ make flash.bin
+   $ make
 
 Burn the flash.bin to MicroSD card offset 33KB:
 
 .. code-block:: bash
 
    $sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc
+   $sudo dd if=u-boot.itb of=/dev/sdc bs=1024 seek=384 conv=sync
 
 Boot
 ----