This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to run the IIC usercase on the TDA4VM EVM platform.The source code path is as follows:
pdk_jacinto_08_05_00_36/packages/ti/drv/i2c/example/i2c_utility/i2c_utility_main.c
I use makefile to compile,like this:make -s drv_i2c_utility BOARD=j721e_evm CORE=mcu2_0
and Successfully generated: ti/binary/drv_i2c_utility/bin/j721e_evm/drv_i2c_utility_mcu2_0_release_strip.xer5f
My question is:
1、How will I put this binary file (drv_i2c_utility_mcu2_0_release_strip.xer5f) into the target board (EVM) and running?
2、Where will this print message be displayed,App_consolePrintf(" Board Init FAILED!!!\r\n");
I am using visions_app's SD card to boot(SPL)
请看e2e工程师的回复。
Please refer to below link for how to run PDK example using PDK.
请看下面e2e工程师最新的回复。
The steps mentioned on the above link are not for loading binary using HLOS.
The steps are for loading binaries on R5F using purely CCS, in no-boot mode.. In this case HLOS does not run on A72.