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.

RTOS/AM5718: formatting flash

Anonymous
Anonymous
Part Number: AM5718


Tool/software: TI-RTOS

HI,

I am using am5718, RTOS,I just flashed my application to QSPI flash.It shows an error message like these.

How we resolve it ??.I need to format flash device.How we format flash device? 

  • Muhammad,

    I need more information to provide the right set of guidance. Can you please indicate what platform and what application are you trying to boot from the QSPI flash. It appears that the SBL is able to copy your application into memory and finds the entry point but for some reason is not able to pass control to the application. Are you booting application on multiple cores?

    We have archived steps to debug the SBL + app booting here:
    software-dl.ti.com/.../index_Foundational_Components.html

    Does your application have some UART printf or LED toggle to indicate application has come up

    Regards,
    Rahul
  • Anonymous
    0 Anonymous in reply to Rahul Prabhu

    Hi,
    My platform is idk am571x and application is LED toggle.I think its due to initialisation of my board using gel file.I think that's not included in output file (.out file).Can i able to include gel file to my program??..How it is possible??.gel file includes number of function calls like GEL_MapOff(); GEL_MapReset();  memorymap_init();  GEL_MapOn(); But i couldn't able to find the definitions of these functions..where is it ?? 

  • Anonymous
    0 Anonymous in reply to Rahul Prabhu
    Hi,
    My platform is idk am571x and application is LED toggle.I think its due to initialisation of my board using gel file.I think that's not included in output file (.out file).Can i able to include gel file to my program??..How it is possible??.gel file includes number of function calls like GEL_MapOff(); GEL_MapReset(); memorymap_init(); GEL_MapOn(); But i couldn't able to find the definitions of these functions..where is it ??