Hi,
I'm using EVMOMAPL137 and after target is connected, the gel file ends to call Enable_ARM() function. This is true for OMAPL137 but why C6747 gel calls the same function?
Regards,
Gaston
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.
Hi,
I'm using EVMOMAPL137 and after target is connected, the gel file ends to call Enable_ARM() function. This is true for OMAPL137 but why C6747 gel calls the same function?
Regards,
Gaston
The GEL file is for the OMAP-L137, which has both an ARM and a DSP. If you are using the C6747, you will want to comment out any ARM related functions in the GEL file such as that.
Jeff
well, In fact there are two gel files, one for the ARM and another for the DSP. The first one just perform a memory map setup but the DSP version configures the whole device that includes PLL, Power domains, EMIFs and even the ARM device by enabling it at the end... I find these files are a bit confusing but maybe Spectrum Digital guy's can clarify them...
Gaston
Both of these GELs are intended for OMAP-L137. The device is DSP boot, so you would first connect to the DSP and the GEL will perform all the initialization and wake up the ARM. When you connect to the ARM everything else has already been setup, so it just needs to set the memory map.
Jeff
Gaston
I looked at the BSL package provided by Spectrum Digital team(EVMOMAPL137 Test Code)
http://support.spectrumdigital.com/boards/evmomapl137/revg/
It has a separate folder for C6747 EVM for customers developing with C6747 DSP (not OMAPL137). I see that there is a gel file in this package, called evmc6747_dsp.gel , this too unfortunately has an enable ARM function call and tries to set the ARM side memory map. We will inform Spectrum Digital to fix this.
If you are using a C6747 for your development and trying to reuse these gel files, it would be recommended to fix the gel file to take out any ARM reference (incase you need this immediately).If you are using OMAPL137 , then you should not see any issues.
Regards
Mukul
Gaston
We pointed this thread to Spectrum Digital team, and they were kind enough to fix this immediately.
You can download the updated gel file from the following link
http://support.spectrumdigital.com/boards/evmc6747/revb/
Regards
Mukul