Skip to content

Commit bb23839

Browse files
cshilwantpraneethbajjuri
authored andcommitted
fix(U-Boot): Fix U-Boot A53 build instructions for AM62A
* This commit updates the AM62A u-boot A53 build instructions to explicitly highlight the usage of TI_DM variable to select the EdgeAI DM R5 firmware (dm_edgeai_mcu1_0_release_strip.out). This clarification helps avoid the confusion reported by users in E2E forum [1] * The update makes it clear that the custom EdgeAI DM firmware should be used for these builds, ensuring users can successfully compile and use the u-boot with the correct firmware. [1] - https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1559528/am62a7-sdk-11-1-u-boot-ipc_echo-firmware-missing-from-prebuilts-directory Signed-off-by: Chirag Shilwant <[email protected]>
1 parent b7b816e commit bb23839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Go :ref:`here <download-and-install-sdk>` to download and install the SDK.
369369
$ export TI_LINUX_FW_DIR=<path-to-ti-linux-firmware>
370370
$ export TFA_DIR=<path-to-arm-trusted-firmware>
371371
$ export OPTEE_DIR=<path-to-ti-optee-os>
372+
$ export TI_DM=<path-to-ti-linux-firmware>/ti-dm
372373
373374
.. note::
374375

@@ -388,7 +389,7 @@ Go :ref:`here <download-and-install-sdk>` to download and install the SDK.
388389
A53
389390
To build tispl.bin and u-boot.img. Saved in $UBOOT_DIR/out/a53. Requires bl31.bin, tee-pager_v2.bin.
390391
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" am62ax_evm_a53_defconfig O=$UBOOT_DIR/out/a53
391-
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" CC="$CC_64" BL31=$TFA_DIR/build/k3/lite/release/bl31.bin TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin O=$UBOOT_DIR/out/a53 BINMAN_INDIRS=$TI_LINUX_FW_DIR
392+
$ make ARCH=arm CROSS_COMPILE="$CROSS_COMPILE_64" CC="$CC_64" BL31=$TFA_DIR/build/k3/lite/release/bl31.bin TEE=$OPTEE_DIR/out/arm-plat-k3/core/tee-pager_v2.bin O=$UBOOT_DIR/out/a53 BINMAN_INDIRS=$TI_LINUX_FW_DIR TI_DM=$TI_DM/am62axx/dm_edgeai_mcu1_0_release_strip.out
392393
393394
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
394395

0 commit comments

Comments
 (0)