summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTeresa Remmet <[email protected]>2021-08-26 10:54:09 +0200
committerStefano Babic <[email protected]>2021-10-07 16:53:50 +0200
commit42cef89e86e3a41bee5a96057b1929f3975124ec (patch)
treed82fb53f98e20c27c6b59b2bba7b89489f025a95 /doc
parent0f328fcc4ccfdf575794987799eee008ae4ca3bf (diff)
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 <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'doc')
-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 609a29f3ebc..b996ae055e6 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
----