Skip to content

Commit 27b0d0f

Browse files
jsuhaas22sadik-smd
authored andcommitted
feat(build): Update TF-A build command paths
Earlier, in TF-A, AM62L code was in plat/ti/k3/am62l/. But on ti-tfa-2.14.y, this is in plat/ti/k3low/am62lx/. This causes the existing build commands to fail for obvious reasons. Update the paths in these commands. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
1 parent 748dd95 commit 27b0d0f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Build
1919
2020
$ cd <path to tf-a dir>
2121
22-
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l am62l_bl1
22+
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx am62l_bl1
2323
2424
<or to build bl-1 and bl-31 binaries from TF-A repo>
2525
26-
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l
26+
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx
2727

2828
.. _Build-U-Boot-label:
2929

@@ -453,8 +453,8 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/board-s
453453
$ cd $UBOOT_DIR
454454
$ make CROSS_COMPILE="$CROSS_COMPILE_64" am62lx_evm_defconfig
455455
$ make CROSS_COMPILE="$CROSS_COMPILE_64" \
456-
BL1=$TFA_DIR/build/k3/am62l/release/bl1.bin \
457-
BL31=$TFA_DIR/build/k3/am62l/release/bl31.bin \
456+
BL1=$TFA_DIR/build/k3low/am62lx/release/bl1.bin \
457+
BL31=$TFA_DIR/build/k3low/am62lx/release/bl31.bin \
458458
BINMAN_INDIRS=$TI_LINUX_FW_DIR \
459459
TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin
460460

source/linux/Foundational_Components_ATF.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Where <hash> is the commit shown in :ref:`release-specific-build-information`.
121121
122122
$ export TFA_DIR=<path-to-arm-trusted-firmware>
123123
$ cd $TFA_DIR
124-
$ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3 TARGET_BOARD=am62l
124+
$ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3low TARGET_BOARD=am62lx
125125
126126
.. ifconfig:: CONFIG_part_variant in ('J721S2')
127127

0 commit comments

Comments
 (0)