Part Number: SK-TDA4VM
Other Parts Discussed in Thread: TDA4VM
Hello!
In the j721e EVM, I did the following:
Added print "Hello" to the while loop in appmain in vision_apps/platform/j721e/rtos/mcu1_0;
run './make_sdk.sh';
run 'make linux_fs_install_sd';
run './vision_apps_init.sh' on the board and the screen displayed mcu1_0:Hello
Problem: I copied the above files generated on the EVM board like vx_app_rtos_linux_mcu1_0.out, tispl.bin, uboot.img to sk-tda4 and then run './vision_apps_init.sh', it didn't display mcu1_0:Hello, so how can I implement something similar on sk-tda4.
Thank you!