Hello, TI Experts,
I want to make RTOS software, I'm checking the booting of the evaluation board(TMDSEVM572X).
I refer to Processer SDK RTOS Software Developer's guid.
4.6.3.2. AM57x
software-dl.ti.com/.../index_Foundational_Components.html
First, I ran the following command.
1.set TI_PDK_INSTALL_DIR=<pdk install dir>
2.set BIN_PATH=%TI_PDK_INSTALL_DIR%/packages/ti/boot/sbl/binary
3.cd %TI_PDK_INSTALL_DIR%\packages
4.pdksetupenv.bat
5.make all -C ti/boot/sbl BOARD=evmAM572x SOC=AM572x BOOTMODE=MMCSD
6.cd %TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl
7.make all_sbl_images SBL_PLATFORM=am57xx
8.gmake example BOARD=evmAM572x SOC=AM572x
9.set App_MPU_CPU0=%TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl\binary\evmAM572x\example\a15\mpuc0\bin\sbl_app.out
10.set App_DSP1=%TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl\binary\evmAM572x\example\c66\dsp1\bin\sbl_app.xe66
11.set App_DSP2=%TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl\binary\evmAM572x\example\c66\dsp2\bin\sbl_app.xe66
12.set App_IPU1_CPU0=%TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl\binary\evmAM572x\example\m4\ipu1\bin\sbl_app.xem4
13.set App_IPU2_CPU0=%TI_PDK_INSTALL_DIR%\packages\ti\boot\sbl\binary\evmAM572x\example\m4\ipu2\bin\sbl_app.xem4
15.tools\scripts\AM57xImageGen.bat
Second, I wrote the following files that I could create to the SD card.
%TI_PDK_INSTALL_DIR%/packages/ti/boot/sbl/binary/app
%TI_PDK_INSTALL_DIR%/packages/ti/boot/sbl/binary/evmAM572x/mmcsd/bin/MLO
Then I inserted the SD card into TMDSEVM572X and switched J3 and J4 to SD mode.
Finally, I turned on the power and pressed the power switch.
But nothing is output from the UART.
Please tell me how to run the boot sample.
Best regards,