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.

AWR2944: ..appImageOffset in SBL

Part Number: AWR2944

I have following query regarding .appImageOffset, configured in SBL.

 

Background- As our current need increased for flash ,so we need to allocate more memory in flash for(NvM, HSM ,calibration stuff(SMC,USC) ) as below.

                       . appImageOffset changed to 0x100000 ,earlier it was A0000

 

  . appImageOffset changed to 0x10000000, first time SW binaries works fine– means SBL able to load the app image form flash to RAM.

   But on POR or warm reset SBL going in “Abort” mode, seen in CPSR register. Complete flash content seen in dump as FF.

 

  1. I see ti_drivers_config.c is generated file, Did I missed some other changes when . appImageOffset chnaged to 0x100000 ?
  2. Or SBL is design in such way that .appImageOffset always start with A0000 ?

 

Can you provide your valuable feedback on this?