1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-27 00:24:09 +01:00

doc: imx8mm_evk: update doc after using binman

Update doc after switch to binman to pack images

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2021-04-06 11:58:58 +08:00
committed by Stefano Babic
parent 8996e6b7c6
commit a505fd3cc6

View File

@@ -43,13 +43,14 @@ Build U-Boot
$ export CROSS_COMPILE=aarch64-poky-linux- $ export CROSS_COMPILE=aarch64-poky-linux-
$ make imx8mm_evk_defconfig $ make imx8mm_evk_defconfig
$ export ATF_LOAD_ADDR=0x920000 $ export ATF_LOAD_ADDR=0x920000
$ make flash.bin $ make
Burn the flash.bin to MicroSD card offset 33KB: Burn the flash.bin to MicroSD card offset 33KB:
.. code-block:: bash .. code-block:: bash
$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc $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 Boot
---- ----