Tool/software: Code Composer Studio
I could able to create the MLO file using CCS studio IDE but that MLO File is not working in idkAM571x development kit. But MLO file which is created through command line is working fine in idkAM571x development kit. I have shared the more details below
Command line:
Through command line i have generated the MLO file which is working in idkAM571x development kit
1 . I have executed pdksetupenv.bat file in below path
C:\ti\pdk_am57xx_1_0_17\packages\
2. i have executed the make file in below path which is used the below command
C:\ti\pdk_am57xx_1_0_17\packages\ti\boot\sbl
gmake BOARD=idkAM571x SOC=AM571x BOOTMODE=mmcsd
CCS studio:
PDK : pdk_am57xx_1_0_17
IDE : CCS Studio 9.1.0.00010
With the help of CCS studio i have created the SBL workspace(MLO file generation) . Through this workspace i have generated the MLO file but
this MLO is not working for that i have followed below link.
https://processors.wiki.ti.com/index.php/Creating_a_CCS_Project_for_SBL_on_AM572x_GP_EVM
I have shared the CCS studio config screenshot. Kindly help me to resolve this issue.