summaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2021-08-26 11:54:09 +0300
committerStefano Babic <sbabic@denx.de>2021-10-07 17:53:50 +0300
commit42cef89e86e3a41bee5a96057b1929f3975124ec (patch)
treed82fb53f98e20c27c6b59b2bba7b89489f025a95 /doc/board
parent0f328fcc4ccfdf575794987799eee008ae4ca3bf (diff)
downloadu-boot-42cef89e86e3a41bee5a96057b1929f3975124ec.tar.xz
arm: dts: imx8mp: Generate single bootable binary
binman conversion made flashing flash.bin and u-boot.itb necessary. Update binman config to create a single flash.bin image again. This updates imx8mp_evk and phyCORE-i.MX8MP as they share the same binman config. Updated also imx8mp_evk documentation. Tested on phyCORE-i.MX8MP. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/nxp/imx8mp_evk.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/nxp/imx8mp_evk.rst b/doc/board/nxp/imx8mp_evk.rst
index 609a29f3eb..b996ae055e 100644
--- a/doc/board/nxp/imx8mp_evk.rst
+++ b/doc/board/nxp/imx8mp_evk.rst
@@ -52,7 +52,6 @@ Burn the flash.bin to the MicroSD card at offset 32KB:
.. code-block:: bash
$sudo dd if=build/flash.bin of=/dev/sd[x] bs=1K seek=32 conv=notrunc; sync
- $sudo dd if=build/u-boot.itb of=/dev/sd[x] bs=1K seek=384 conv=notrunc; sync
Boot
----