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?

