doc: imx8mq_evk: update doc after using binman
authorPeng Fan <peng.fan@nxp.com>
Fri, 22 Oct 2021 02:42:20 +0000 (10:42 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jan 2022 20:42:41 +0000 (15:42 -0500)
Update doc after using binman to pack images

Signed-off-by: Peng Fan <peng.fan@nxp.com>
doc/board/nxp/imx8mq_evk.rst

index c269fde..92eeda7 100644 (file)
@@ -43,13 +43,14 @@ Build U-Boot
 
    $ export CROSS_COMPILE=aarch64-poky-linux-
    $ make imx8mq_evk_defconfig
-   $ 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/sd[x] bs=1024 seek=384 conv=notrunc
 
 Boot
 ----