Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Hi,
When I compile the psdk, it generate many binaries. Does TI has some documents explain what means of these suffix ?
*.appimage *.appimage.signed *.rprc *.xer5f .xer5f.map *BE.appimage
Thanks,
Regards.
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.
Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Hi,
When I compile the psdk, it generate many binaries. Does TI has some documents explain what means of these suffix ?
*.appimage *.appimage.signed *.rprc *.xer5f .xer5f.map *BE.appimage
Thanks,
Regards.
Wall-E,
rprc files are partial images, and the appimage the complete application image.
BE=big endian (default is little)
xer5f is the R5F binary image that you can load and run in CCS
map is the map file showing memory placement by the linker.
Best regards,
Dave