]> git.baikalelectronics.ru Git - uboot.git/commitdiff
doc: sl-mx8mm: Add note about using cross toolchain
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 19 Jan 2023 11:20:35 +0000 (12:20 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 27 Jan 2023 17:31:59 +0000 (18:31 +0100)
This clarifies the usage of a cross toolchain to build U-Boot
and TF-A.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
doc/board/kontron/sl-mx8mm.rst

index 57143b973a9189b5fa9ebc8e2804cc9b6a527ba7..ff6f01d3b7d9766a8e2cee9088b340e0e351f397 100644 (file)
@@ -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)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^