]> Git Repo - J-u-boot.git/commitdiff
doc: imx8mm_evk: update doc after using binman
authorPeng Fan <[email protected]>
Tue, 6 Apr 2021 03:58:58 +0000 (11:58 +0800)
committerStefano Babic <[email protected]>
Thu, 8 Apr 2021 18:29:53 +0000 (20:29 +0200)
Update doc after switch to binman to pack images

Signed-off-by: Peng Fan <[email protected]>
doc/board/freescale/imx8mm_evk.rst

index a9ccdb7850c6b9b0cb8d944774c0af0f5278eca5..7fd3d7256490e6c15d2894383e97c31cd744c0d2 100644 (file)
@@ -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
 ----
This page took 0.033129 seconds and 4 git commands to generate.