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 ef93207b4..4af3e6769 100644 --- a/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst +++ b/source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst @@ -19,11 +19,11 @@ Build $ cd - $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l am62l_bl1 + $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx am62l_bl1 - $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l + $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3low TARGET_BOARD=am62lx .. _Build-U-Boot-label: @@ -453,8 +453,8 @@ All of these binaries are available in the SDK at :file:`/board-s $ cd $UBOOT_DIR $ make CROSS_COMPILE="$CROSS_COMPILE_64" am62lx_evm_defconfig $ make CROSS_COMPILE="$CROSS_COMPILE_64" \ - BL1=$TFA_DIR/build/k3/am62l/release/bl1.bin \ - BL31=$TFA_DIR/build/k3/am62l/release/bl31.bin \ + BL1=$TFA_DIR/build/k3low/am62lx/release/bl1.bin \ + BL31=$TFA_DIR/build/k3low/am62lx/release/bl31.bin \ BINMAN_INDIRS=$TI_LINUX_FW_DIR \ TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin diff --git a/source/linux/Foundational_Components_ATF.rst b/source/linux/Foundational_Components_ATF.rst index de8ce4598..894c9bd5b 100644 --- a/source/linux/Foundational_Components_ATF.rst +++ b/source/linux/Foundational_Components_ATF.rst @@ -121,7 +121,7 @@ Where is the commit shown in :ref:`release-specific-build-information`. $ export TFA_DIR= $ cd $TFA_DIR - $ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3 TARGET_BOARD=am62l + $ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3low TARGET_BOARD=am62lx .. ifconfig:: CONFIG_part_variant in ('J721S2')