Tool/software: TI C/C++ Compiler
Hi,
In the SBL_Design.pdf, Meta Image 4 has an offset of 0x180000. I guess Meta Image 2,3,4 have 0x80000 offset each.
Is that right? And How can I set the address offset of binary files?
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.
Tool/software: TI C/C++ Compiler
Hi,
In the SBL_Design.pdf, Meta Image 4 has an offset of 0x180000. I guess Meta Image 2,3,4 have 0x80000 offset each.
Is that right? And How can I set the address offset of binary files?
Hi!
C:\ti\mmwave_sdk_03_03_00_03\packages\ti\utils\sbl\docs\SBL_design.pdf
I mean the page 12.
And the source code in sbl.h line number 148.
/**
* @brief This is the backup default image offset.
* Note: SBL only reads from this location. It does not modify the factory default backup image.
*/
#define SBL_BACKUP_IMAGE_OFFSET 0x00180000U
/** @}*/
Hi Mk Song,
Yes the meta image 2, 3, 4 are 512KB apart.
I am not sure if I understood your question on address offset of binary file. Could you please give more information.
Thanks
Yogesh