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:*