Skip to content

Commit 6932234

Browse files
ArchUsr64praneethbajjuri
authored andcommitted
feat(linux): U-Boot: Build: document falcon support for AM62l
Falcon mode support for AM62l can be enabled using the am62lx_falcon.config U-Boot config fragment with no changes to the rest of rootfs. This patch documents the same in U-Boot's build process. Signed-off-by: Anshul Dalal <anshuld@ti.com>
1 parent 7127c2b commit 6932234

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,15 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/board-s
458458
BINMAN_INDIRS=$TI_LINUX_FW_DIR \
459459
TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin
460460
461+
.. note::
462+
463+
The :file:`am62lx_falcon.config` config fragment can be used to enable
464+
falcon mode support.
465+
466+
.. code-block:: console
467+
468+
$ make CROSS_COMPILE="$CROSS_COMPILE_64" am62lx_evm_defconfig am62lx_falcon.config
469+
461470
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'AM62X', 'AM62AX', 'AM62LX')
462471

463472
.. note::

0 commit comments

Comments
 (0)