Part Number: TDA4VM
Tool/software:
Hi,
I'm trying to build appimage using this thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1210640/faq-tda4vm-run-vision_apps-in-sbl-boot-flow-with-combined_appimage
The following error message appears:
tkiss@tkiss-ThinkPad-P15v-Gen-3:~/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/combined_appimage$ make BOARD=j721e_evm HLOS_BOOT=optimized mono --runtime=v4.0 /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/out2rprc/bin/out2rprc.exe /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/binary/ipc_echo_testb_freertos/bin/j721e_evm/ipc_echo_testb_freertos_mcu1_0_release_strip.xer5f /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/binary/ipc_echo_testb_freertos/bin/j721e_evm/ipc_echo_testb_freertos_mcu1_0_release_strip.rprc Parsing the input object file, /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/binary/ipc_echo_testb_freertos/bin/j721e_evm/ipc_echo_testb_freertos_mcu1_0_release_strip.xer5f. File conversion complete! make: *** No rule to make target '/home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05/vision_apps/out/J721E/R5F/FREERTOS/release/vx_app_rtos_linux_mcu2_0.rprc', needed by '/home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/combined_appimage/bin/j721e_evm/combined_opt.appimage'. Stop. rm /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/binary/ipc_echo_testb_freertos/bin/j721e_evm/ipc_echo_testb_freertos_mcu1_0_release_strip.rprc tkiss@tkiss-ThinkPad-P15v-Gen-3:~/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/combined_appimage$
I tried to use the out2rprc app that could be find under this path: /pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/out2rprc/bin. The conversion was succsessfull:
tkiss@tkiss-ThinkPad-P15v-Gen-3:~/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/out2rprc/bin$ ./out2rprc.exe /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/vision_apps/out/J721E/R5F/FREERTOS/release/vx_app_rtos_linux_mcu2_0.out /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/vision_apps/out/J721E/R5F/FREERTOS/release/vx_app_rtos_linux_mcu2_0.rpr WARNING: The runtime version supported by this application is unavailable. Using default runtime: v4.0.30319 Parsing the input object file, /home/tkiss/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/vision_apps/out/J721E/R5F/FREERTOS/release/vx_app_rtos_linux_mcu2_0.out. File conversion complete! tkiss@tkiss-ThinkPad-P15v-Gen-3:~/ti/ti-processor-sdk-rtos-j721e-evm-09_02_00_05_orig/pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/tools/out2rprc/bin$However the make could not find the .rprc file. I checked the directory and the file was there.
Regards,
Tamas