Deart Expert,
I would like to build the sbl using the command “make BOARD=j721e_evm CORE=mcu1_0 BUILD_PROFILE=release sbl_cust_img -s -j16” and encountered an error as follow:
# Linking into /home/ubuntu/MyDir/TDA4Ori/ti-processor-sdk-rtos-j721e-evm-08_04_00_06/pdk_jacinto_08_04_00_21/packages/ti/boot/sbl/binary/j721e_evm/cust/bin/sbl_cust_img_mcu1_0_release.xer5f...
#
#
# /home/ubuntu/MyDir/TDA4Ori/ti-processor-sdk-rtos-j721e-evm-08_04_00_06/pdk_jacinto_08_04_00_21/packages/ti/boot/sbl/binary/j721e_evm/cust/bin/sbl_cust_img_mcu1_0_release.xer5f created.
#
# Generating stripped image into /home/ubuntu/MyDir/TDA4Ori/ti-processor-sdk-rtos-j721e-evm-08_04_00_06/pdk_jacinto_08_04_00_21/packages/ti/boot/sbl/binary/j721e_evm/cust/bin/sbl_cust_img_mcu1_0_release_strip.xer5f...
#
make[1]: /home/ubuntu/MyDir/TDA4Ori/ti-processor-sdk-rtos-j721e-evm-08_04_00_06/pdk_jacinto_08_04_00_21/packages/ti/boot/sbl/tools/tpr12SBLImageGen/unix/aarch64-none-elf-objcopy: Command not found
/home/ubuntu/MyDir/TDA4Ori/ti-processor-sdk-rtos-j721e-evm-08_04_00_06/pdk_jacinto_08_04_00_21/packages/ti/build/makerules/common.mk:617: recipe for target 'sbl_img_bin' failed
make[1]: *** [sbl_img_bin] Error 127
makefile:362: recipe for target 'sbl_cust_img' failed
make: *** [sbl_cust_img] Error 2
How could I do? Thank you.