diff options
author | Peng Fan <peng.fan@nxp.com> | 2021-04-06 11:59:01 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | 1ba917e150a3bed83a07c4d3db5e1fd1338d4878 (patch) | |
tree | 461b52dc11cd2ab71dc28346075080f37274c3ee /doc/board | |
parent | d6afc6b3a04aaf3f7494d3510c401bbde4db2ca0 (diff) | |
download | u-boot-1ba917e150a3bed83a07c4d3db5e1fd1338d4878.tar.gz u-boot-1ba917e150a3bed83a07c4d3db5e1fd1338d4878.tar.bz2 u-boot-1ba917e150a3bed83a07c4d3db5e1fd1338d4878.zip |
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/board')
-rw-r--r-- | doc/board/freescale/imx8mn_evk.rst | 3 |
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 ---- |