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.

TDA4VM-Q1: How to run gpio test app on mcu2_0 core (main r5f0_0)

Part Number: TDA4VM-Q1
Other Parts Discussed in Thread: SK-TDA4VM, TDA4VM, TDA4VH

Dear Experts

I compiled the gpio app in "TDA4-SK-RTOS/rtos/rtos-sdk/pdk_jacinto_08_04_00_21/packages/ti/drv/gpio" and got the binary "GPIO_LedBlink_TestApp_freertos_mcu2_0_release_strip.xer5f".

After that, I put the binary into the TDA4-SK board directory of /lib/firmware/pdk-ipc/, and create a soft link by " ln -fs /lib/firmware/GPIO_LedBlink_TestApp_freertos_mcu2_0_release_strip.xer5f  j7-main-r5f0_0-fw"

And then reboot the board, I found the board cannot boot successfully, but when I change the soft link to the orignal one, the system can boot normally. (the orignal soft link means: j7-main-r5f0_0-fw -> /lib/firmware/pdk-ipc/ipc_echo_test_mcu2_0_release_strip.xer5f)

So, if I want load and debug the gpio app mentioned above , could you help guide me how should I do?

Thank you

Jason