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.

C6748 应用程序如何加TI image Header

Other Parts Discussed in Thread: OMAP-L138

你好,

请问如何将C6748产生的应用程序,加上TI Image Header再生成BIN文件。

typedef struct _HEADER_
{
 Uint32  magicNum;
 Uint32  entryPoint; 
 Uint32  appSize;
 Uint32  ldAddress; /* Starting RAM address where image is to copied - XIP Mode */
} _HeaderObj;