Skip to content

Commit 1c04e3e

Browse files
committed
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 <s-kochidanadu@ti.com>
1 parent 0749484 commit 1c04e3e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Build
1919
2020
$ cd <path to tf-a dir>
2121
22-
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx am62l_bl1
22+
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx bl1
2323
2424
<or to build bl-1 and bl-31 binaries from TF-A repo>
2525
@@ -445,8 +445,8 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/board-s
445445
446446
# Build for BeagleBadge:
447447
$ export UBOOT_CONFIG=am62lx_badge_defconfig
448-
$ export TFA_BOARD=am62l3_badge # on ti-tfa-2.14.y
449-
$ export TFA_BOARD=am62lx_badge # on ti-master
448+
$ export TFA_BOARD=am62l3-badge # on ti-tfa-2.14.y
449+
$ export TFA_BOARD=am62l-badge # on ti-master
450450
451451
.. note::
452452

source/linux/Foundational_Components_ATF.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Where <hash> is the commit shown in :ref:`release-specific-build-information`.
118118
.. code-block:: console
119119
120120
$ export TFA_BOARD=am62lx # for AM62L EVM
121-
$ export TFA_BOARD=am62l3_badge # for BeagleBadge on ti-tfa-2.14.y
122-
$ export TFA_BOARD=am62lx_badge # for BeagleBadge on ti-master
121+
$ export TFA_BOARD=am62l3-badge # for BeagleBadge on ti-tfa-2.14.y
122+
$ export TFA_BOARD=am62l-badge # for BeagleBadge on ti-master
123123
$ export TFA_DIR=<path-to-arm-trusted-firmware>
124124
125125
*Without OP-TEE enabled:*

0 commit comments

Comments
 (0)