From 1c04e3e0d40c0a297b09210e43be35a12047c55a Mon Sep 17 00:00:00 2001 From: Scaria Kochidanadu Date: Wed, 20 May 2026 12:22:59 +0530 Subject: [PATCH] fix(build): update the build commands for AM62L TFA and Uboot The target boards mentioned for building TFA on AM62L-badge is incorrect. Updating it from 'am62l3_badge' to 'am62l3-badge'. Build command for bl1 is incorrect as there is no make target for 'am62l_bl1' on ti-tfa-2.14.y. Updating it with correct build commands for ti-tfa.2.14.y. Signed-off-by: Scaria Kochidanadu --- source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst | 6 +++--- source/linux/Foundational_Components_ATF.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst b/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst index 40db13c0a..b6340499b 100644 --- a/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst +++ b/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst @@ -19,7 +19,7 @@ Build $ cd - $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx am62l_bl1 + $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx bl1 @@ -445,8 +445,8 @@ All of these binaries are available in the SDK at :file:`/board-s # Build for BeagleBadge: $ export UBOOT_CONFIG=am62lx_badge_defconfig - $ export TFA_BOARD=am62l3_badge # on ti-tfa-2.14.y - $ export TFA_BOARD=am62lx_badge # on ti-master + $ export TFA_BOARD=am62l3-badge # on ti-tfa-2.14.y + $ export TFA_BOARD=am62l-badge # on ti-master .. note:: diff --git a/source/linux/Foundational_Components_ATF.rst b/source/linux/Foundational_Components_ATF.rst index 2fbe7548b..8415d2d4a 100644 --- a/source/linux/Foundational_Components_ATF.rst +++ b/source/linux/Foundational_Components_ATF.rst @@ -118,8 +118,8 @@ Where is the commit shown in :ref:`release-specific-build-information`. .. code-block:: console $ export TFA_BOARD=am62lx # for AM62L EVM - $ export TFA_BOARD=am62l3_badge # for BeagleBadge on ti-tfa-2.14.y - $ export TFA_BOARD=am62lx_badge # for BeagleBadge on ti-master + $ export TFA_BOARD=am62l3-badge # for BeagleBadge on ti-tfa-2.14.y + $ export TFA_BOARD=am62l-badge # for BeagleBadge on ti-master $ export TFA_DIR= *Without OP-TEE enabled:*