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.

AM2431: Multiple boot images

Part Number: AM2431

Hello Expert,

I have a question regarding the boot process. We have slightly modified SBL ospi.
We are running our application on offset 0x100000 and we would also like to switch
to a different application in case a certain condition is met.
Is it possible to boot from different offsets ?

Could you provide me with information on what is necessary to change for this to be possible ?

BR,

Dominik Ondra

  • Hi ,

    Is it possible to boot from different offsets ?

    The Application Offset is hard-coded via syscfg information. In case you wish to support a mechanism to support multiple locations, you can modify the same software for the flow and test the same.

    Check the variable in ti_drivers_config.c

    According to your use-case, the appImageOffset needs to be modified during the run-time.

    Best Regards,
    Aakash