summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx.rst
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-11-29 12:47:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-12-05 08:53:58 +0100
commit04703bc01e10673783f1fbb8122d9bbb2513b7e3 (patch)
tree11eb66383100ffbc9c560ace9f060196853812e4 /Documentation/boards/imx.rst
parent7cfc3467244236c99689dc4620a8cfcd0d7ebe03 (diff)
downloadbarebox-04703bc01e10673783f1fbb8122d9bbb2513b7e3.tar.gz
barebox-04703bc01e10673783f1fbb8122d9bbb2513b7e3.tar.xz
Documentation: i.MX: point out that barebox-*-u.img is i.MX6-specific
We don't use the DCD table for RAM setup on i.MX8M, so no special barebox binary is needed for USB upload. CONFIG_HABV4_IMAGE_SIGNED_USB is already i.MX6-specific, but point this out in the documentation explicitly as well. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231129114705.1532572-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx.rst')
-rw-r--r--Documentation/boards/imx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/boards/imx.rst b/Documentation/boards/imx.rst
index 2a51681906..1324659983 100644
--- a/Documentation/boards/imx.rst
+++ b/Documentation/boards/imx.rst
@@ -131,7 +131,7 @@ barebox supports generating signed images, signed USB images suitable for
*imx-usb-loader* and encrypted images.
In contrast to normal (unsigned) images booting signed images via
-imx-usb-loader requires special images:
+imx-usb-loader on i.MX6 (but not in i.MX8M) requires special images:
DCD data is invalidated (DCD pointer set to zero), the image is then signed and
afterwards the DCD pointer is set to the DCD data again (practically making
the signature invalid).