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.

J721EXSOMXEVM: Simulation, hardware & system design tools forum

Part Number: J721EXSOMXEVM

OSPI Boot Mode Can not download

The compiled elf file was generated through the vector tool chain, and then I converted the elf file to the appimage file using a script (Figure 1). Finally, I burned the generated appimage file and sbl to the EVM board through OSPI Boot mode (as shown in Figure 2). Result MCU serial print sbl_slave_core_boot.c file reported an error on line 724 below (as shown in Figure 3). Meanwhile, I added serial print of function Sciclient_procBootSetProcessorCfg () to sciclient_procboot.c file. The final return value of 200 (Figure 4) appears to be an error response. I don't know which step is wrong, but sbl and other Appimages will burn successfully.

  • Thanks for posting your question to TI processor's E2E forum. The expert assigned to this thread is out of office due to public holidays in India today. Please expect a response by the end of this week.

  • Hi,

    Let me know if my understanding of the issue is correct below:

    You are facing issue only when loading the image generated by vector tool chain, the other images from the PDK seems to be booting fine.

    If so, can you please share the procedure you are using to convert the elf image to the appimage.
    Also, can you please try loading the elf image with the CCS directly and see if that works fine? 

    Regards,
    Parth

  • hi , I have tested with three AppImages. mentor autosar generated files to convert AppImages and RTOS generated Appimages without problems. But when I use the.out/elf file generated by vector autosar to convert the appimage, I get an error. In addition, the generated.out file CAN run on ccs and CAN messages are sent out, but the generated.elf file ccs I have not tested.

    The following code is my elf to appimage file script

     ./pdkAppImageCreate.bat  E:\TDA4\ti-processor-sdk-rtos-j721e-evm-07_03_00_07_H004\pdk_jacinto_07_03_00_29\packages   C:\TDA4\ti-cgt-arm_18.1.4.LTS\bin   C:\Vector\CBD2100127_D03\Applications\SipAddon\StartApplication_apa\Appl    StartApplication.elf        j721e  mcu1_0   yes
    

  • Can you help me find out why