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.

AM5728: .Bin without rprc

Part Number: AM5728

Hi,

The customer generated .bin with CCSV7 which is not available in uboot and the .bin can be used successfully in SBL. After comparison, he found the SBL has function that deal with rprc file, but he didn't deal with it in his uboot. 

He tried this instruction to convert .out to .bin

${TI_PDK_INSTALL_DIR}/packages/pdkAppImageCreate.bat ${TI_PDK_INSTALL_DIR}/packages ${CG_TOOL_ROOT} ${PROJECT_LOC}/${ConfigName} ${ProjName} AM572x dsp 

So how to generate .bin file without  rprc file?