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.

AM2634: Not able to load .out file to AM263x

Part Number: AM2634


Hi Team,

we are facing problem in loading .out files. gel file error code is "Cortex_R5_0: GEL: Could not load file". i tried to load some old working backup and example as well. the result remains the same. Please find the snippet for your reference.

I tried of reinstalling the cc studio but result remains the same.

  • Hi,

    You are using AM261x target configuration file, and load the out file to AM2634 device. I think it is ok to use AM261x configuration if you only load the out file to CPU core 0. Have you tried AM2634 target configuration file which loads different gel files?

    There are two approaches to load and run the project:

    1. click debug with CCS project: this will launch the target configuration, build project, and load the executable file on the core and halt in main()

    2. manually launch the target config from configuration panel, connect the target, build project, and load file on CPU core, then click RUN 

    Which way did you use? Is the JTAG emulator connected to the target properly?