projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6afc6b
)
doc: imx8mn_evk: update doc after using binman
author
Peng Fan
<peng.fan@nxp.com>
Tue, 6 Apr 2021 03:59:01 +0000
(11:59 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 8 Apr 2021 18:29:53 +0000
(20:29 +0200)
Update doc after using binman to pack images
Signed-off-by: Peng Fan <peng.fan@nxp.com>
doc/board/freescale/imx8mn_evk.rst
patch
|
blob
|
history
diff --git
a/doc/board/freescale/imx8mn_evk.rst
b/doc/board/freescale/imx8mn_evk.rst
index
375e0bb
..
9fbb947
100644
(file)
--- 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
----