Tool/software:
Hi TI expert,
1. i am using J722s evm and sdk v11 example code as environment. sdcard, spl boot mode.
2. it's ok to build a mcu20 elf binary and copy to `/usr/lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_0.out', it can run properly.
and i see in mcu plus sdk, some example also has main mcu build project, for example, i use gpio interrupt ,
"mcu_plus_sdk_j722s_11_00_00_12/examples/drivers/gpio/gpio_input_interrupt/j722s-evm/main-r5fss0-0_freertos/ti-arm-clang"
and copy the output file "gpio_input_interrupt.release.out" to `/usr/lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_0.out', it's failed to run.
my question is:
1. what's the difference for these 2 different project to build a main mcu binary?
2. is it possible to run mcu20 binary built from mcu_plus_sdk folder?
thanks.