summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-04-06 06:59:01 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 21:29:53 +0300
commit1ba917e150a3bed83a07c4d3db5e1fd1338d4878 (patch)
tree461b52dc11cd2ab71dc28346075080f37274c3ee /doc
parentd6afc6b3a04aaf3f7494d3510c401bbde4db2ca0 (diff)
downloadu-boot-1ba917e150a3bed83a07c4d3db5e1fd1338d4878.tar.xz
doc: imx8mn_evk: update doc after using binman
Update doc after using binman to pack images Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/freescale/imx8mn_evk.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/freescale/imx8mn_evk.rst b/doc/board/freescale/imx8mn_evk.rst
index 375e0bb761..9fbb947032 100644
--- a/doc/board/freescale/imx8mn_evk.rst
+++ b/doc/board/freescale/imx8mn_evk.rst
@@ -43,13 +43,14 @@ Build U-Boot
$ export CROSS_COMPILE=aarch64-poky-linux-
$ make imx8mn_ddr4_evk_defconfig
$ export ATF_LOAD_ADDR=0x960000
- $ make flash.bin
+ $ make
Burn the flash.bin to MicroSD card offset 32KB:
.. code-block:: bash
$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 conv=notrunc
+ $sudo dd if=u-boot.itb of=/dev/sd[x] bs=1024 seek=384 conv=notrunc
Boot
----