summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-01-07 19:11:58 -0500
committerTom Rini <[email protected]>2022-01-07 19:11:58 -0500
commit47de135994b59f5787cba233f0102ab97a4e5726 (patch)
tree02c8116479cbd72a6d49ef5c430b9fee87aef7c1 /doc
parenta14af7216a220fe8f1b2a5308ed632abe6f9f97f (diff)
parentc225601c60de7757a51ac099a39eee5935dbc37d (diff)
Merge branch '2022-01-07-imx8-and-buildman-updates'
- A large number of updates for i.MX8 platforms. We update buildman / binman to be able to fake binaries if needed, for CI, and tell the user the binary won't work. Update platforms to build again with these changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/board/nxp/imx8mq_evk.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/nxp/imx8mq_evk.rst b/doc/board/nxp/imx8mq_evk.rst
index c269fdebe30..92eeda79aa1 100644
--- a/doc/board/nxp/imx8mq_evk.rst
+++ b/doc/board/nxp/imx8mq_evk.rst
@@ -43,13 +43,14 @@ Build U-Boot
$ export CROSS_COMPILE=aarch64-poky-linux-
$ make imx8mq_evk_defconfig
- $ make flash.bin
+ $ make
Burn the flash.bin to MicroSD card offset 33KB:
.. code-block:: bash
$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc
+ $sudo dd if=u-boot.itb of=/dev/sd[x] bs=1024 seek=384 conv=notrunc
Boot
----