Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/linux/Foundational_Components/U-Boot/BG-Build-K3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Build

$ cd <path to tf-a dir>

$ 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

<or to build bl-1 and bl-31 binaries from TF-A repo>

Expand Down Expand Up @@ -445,8 +445,8 @@ All of these binaries are available in the SDK at :file:`<path to tisdk>/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::

Expand Down
4 changes: 2 additions & 2 deletions source/linux/Foundational_Components_ATF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Where <hash> 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=<path-to-arm-trusted-firmware>

*Without OP-TEE enabled:*
Expand Down
Loading