Part Number: AM6254
#1. TEE: tee-pager_v2.bin in UBOOT build command should be bl32.bin?
In on line user gudie:
3.1.1.1.2. Build U-Boot
A53 To build tispl.bin and u-boot.img. Saved in <path-to-u-boot-a53>/a53. Requires bl31.bin, tee-pager_v2.bin, and ipc_echo_testb_mcu1_0_release_strip. $ make ARCH=arm CROSS_COMPILE=aarch64-none-linux-gnu- am62x_evm_a53_defconfig O=<path-to-u-boot-a53>/a53 $ make ARCH=arm CROSS_COMPILE=aarch64-none-linux-gnu- ATF=<path-to-atf>/build/k3/generic/release/bl31.bin TEE=<path-to-optee>/out/arm-plat-k3/core/tee-pager_v2.bin DM=<path-to-ti-linux-firmware>/ti-dm/am62x/ipc_echo_testb_mcu1_0_release_strip.xer5f O=<path-to-u-boot-a53>/a53
in the makefile SDK top directory:
UBOOT_ATF=$(TI_SDK_PATH)/board-support/prebuilt-images/bl31.bin
UBOOT_TEE=$(TI_SDK_PATH)/board-support/prebuilt-images/bl32.bin
UBOOT_SYSFW=$(TI_SDK_PATH)/board-support/prebuilt-images/sysfw.bin
UBOOT_DMFW=$(TI_SDK_PATH)/board-support/prebuilt-images/ipc_echo_testb_mcu1_0_release_strip.xer5f
#2. The a72 should be a53 in below snapshot of