summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2023-01-19 14:20:35 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-01-27 20:31:59 +0300
commit4a30efa264d82e1c3c33e96a5440acd6bb604058 (patch)
treefe496ba30842deb2e66ec597829087361dd0d60c /doc
parent0f3cd9e6df957caa1d677d949aa360c9e898236c (diff)
downloadu-boot-4a30efa264d82e1c3c33e96a5440acd6bb604058.tar.xz
doc: sl-mx8mm: Add note about using cross toolchain
This clarifies the usage of a cross toolchain to build U-Boot and TF-A. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/kontron/sl-mx8mm.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst
index 57143b973a..ff6f01d3b7 100644
--- a/doc/board/kontron/sl-mx8mm.rst
+++ b/doc/board/kontron/sl-mx8mm.rst
@@ -20,6 +20,12 @@ Quick Start
- Build U-Boot
- Boot
+.. note::
+
+ To build on a x86-64 host machine, you need a GNU cross toolchain for the
+ target architecture (aarch64). Check your distros package manager or
+ download and install the necessary tools (``aarch64-linux-gnu-*``) manually.
+
Get and Build the Trusted Firmware-A (TF-A)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^