Hi TI,
We are trying to run sbl on our TDA4VM.
The document (PDK) - JACINTO User Guide 08_00_00 says:
To covert any .out into the intermediate .rprc format, execute the following commands
For Linux:
mono <PDK>/packages/ti/boot/sbl/tools/out2rprc/bin/out2rprc.exe input.out output.rprc
For Windows:
<PDK>\packages\ti\boot\sbl\tools\out2rprc\bin\out2rprc.exe input.out output.rprc
But when we run this command on ubuntu ,it complain:
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Parsing the input object file, /home/user/work/tda4/rtos-sdk/vision_apps/out/J7/R5F/FREERTOS/release/vx_app_rtos_qnx_mcu2_0.out.
Object reference not set to an instance of an objectEncountered exception:
Object reference not set to an instance of an object
Please help to check
Thanks
Song Deliang