Part Number: AM5728
Hi,
I want to use the SD card to run the Test Application on the AM572xEVM.The development kit I am using is PROCESSOR-SDK-RTOS-AM57X.
I compiled and generated MLO and app with reference to http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_Foundational_Components.html#am57x.
I suspect that I have problems compiling the app.When I run AM57xImageGen.sh, the output is as follows:
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export BIN_PATH=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export APP_MPU_CPU0=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/a15/mpuc0/bin/sbl_app.out
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export APP_DSP1=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/c66/dsp1/sbl_app.xe66
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export APP_DSP2=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/c66/dsp2/sbl_app.xe66
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export APP_IPU1_CPU0=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/m4/ipu1/sbl_app.xem4
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ export APP_IPU1_CPU0=/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/m4/ipu2/sbl_app.xem4
ycc@ycc-virtual-machine:~/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl$ ./tools/scripts/AM57xImageGen.sh
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary exists
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Parsing the input object file, /home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/a15/mpuc0/bin/sbl_app.out.
File conversion complete!
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/testApp does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/m4/ipu2/sbl_app.xem4 does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/testApp does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/testApp does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/testApp does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/c66/dsp1/sbl_app.xe66 does not exists
/home/ycc/ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/binary/evmAM572x/example/c66/dsp2/sbl_app.xe66 does not exists
Number of Input Files 1
Why is "testApp does not exists" which is an error code?
Copy the MLO and application app in the SD card,Board power on,The terminal prints the information as follows:
**** PDK SBL ****
SBL Revision: 01.00.09.02 (Aug 3 2019 - 00:16:46)
Begin parsing user application
Jumping to user application...
Multicore Boot Test application
No print message for “DSP1 boot-up Successful“ 、“IPU1 CPU0 boot-up Successful”.Is the code of the dsp and ipu core not loaded when compiling the app?
How to solve this problem?
Thank you for your atttention to this matter.
Best Regards,
ycc
”