summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-04-06 06:58:58 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 21:29:53 +0300
commita505fd3cc69e7c5af841cab92742f3ffc92d39ec (patch)
treead3e25dd44a306f28443624b02f22b7f3ecb6821 /doc
parent8996e6b7c6a102232bed6b31f73936f59b5541b1 (diff)
downloadu-boot-a505fd3cc69e7c5af841cab92742f3ffc92d39ec.tar.xz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/freescale/imx8mm_evk.rst3
1 files changed, 2 insertions, 1 deletions
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
----