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.

Cannot debug from AM3359 ICE V2 platform

Other Parts Discussed in Thread: AM3359, SYSBIOS

Hi,

 

I set up the AM3359 ICE V1 board and all the examples I tried from am335x sdk 1.1.0.8 are running. Everything is working fine on the ICE V1.

 

Now I changed to the platform V2 and I cannot debug the examples. I always get the following error message in the console:

CortxA8: File Loader: Verification failed: Values at address 0x80000000 do not match Please verify target memory and memory map.

CortxA8: GEL: File C:\...\i2c_led.out: a data verification error occurred, file load failed.

 

Is there any problems when changing the platform. Or do I have to change anything?

 

Thanks for your help.

Regards

  • Marc,

    did you change the GEL file to the version for ICEv2 in your target config? Sounds your DDR is not correctly initialized which is usually done through GEL at debug stage.

    regards,
  • Marc,

    Are you using the right GEL files? - IA_SDK_HOME\tools\gel\TMDXICE3359_v2_1A.gel

    Regards,
    Vinesh
  • Thanks for the answers.

    Changing the GEL file was one of the first things I tried to do.
    I took that one from the directory ...\ti\am335x_sysbios_ind_sdk_1.1.0.8\sdk\tools\gel\ICE with the name TMDXICE3359_v2_1A.gel. It is from the 25th of march in 2015.

    Regards,
    Marc

  • Thanks for the answers.

    Changing the GEL file was one of the first things I tried to do.
    I took that one from the directory ...\ti\am335x_sysbios_ind_sdk_1.1.0.8\sdk\tools\gel\ICE with the name TMDXICE3359_v2_1A.gel. It is from the 25th of march in 2015.

    Regards,
    Marc
  • Finally I got it to run. But it is strange how it works.

    After the import and build of an example project in CCS6 I have to create a target configuration. When I use "AM3359" instead of "ICE_AM3359" in the "Board or Device" selection I can debug some of the examples. Until know I tried it with "uartecho" and "i2c_led". But I did not load any GEL file and there is no GEL file in the list.
    In the case I select ICE_AM3359 in the configuration there are already two GEL files selected. Although I change it to TMDXICE3359_v2_1A.gel it comes always to the issue I described above.

    Regard,
    Marc