Hi Ti team,
Working on AM62X Yocto build ,SDK version : 09_00_00_03.
SOC used : AM625,
Machine name :AM62XX-EVM.
my host machine : ubuntu 22.04
I built the AM625 EVL with the yocto SDK v9.1. and the command used to build SDK using the below command.
MACHINE=am62xx-evm bitbake -k tisdk-default-image
I have two queries as mentioned below.
1. How I can find which dts files are used for u-boot as I can see u-boot source available in multiple directory like am62xx_evm_k3r5_hs_se-linux-gnueabi, am62xx_evm_k3r5_hs_fs-linux-gnueabi, am62xx_evm_k3r5_gp-linux-gnueabi, and am62xx_evm-linux?
2, As I can see, To enable DFU support, we need to rebuild U-Boot using defconfig am62x_evm_r5_usbdfu_config instead of am62x_evm_r5_config but we have am62x_evm_r5_deconfig file present in uboot source so is it correct to mention config instead of deconfig? and we need to change defconfig in ti-tisdk-makefile_1.0.bb?
Thanks,
Abhishek Lakhara