Hello,
I installed Code Composer Studio 11.2.0.0007 on Ubuntu 18.04, and create an hello world project for AM62x_SK_EVM target.
The target is connected on micro-usb for serial, usb-c for the power supply (3A/5V), and micro-usb for XDS110.
Code Composer Studio is launch via root user to avoid permission issue on usb device.
I tested connection in the project setting and it worked fine, all tests were successful.
But when the debug session for HelloWorld application is started the connection with the target failed :
CortexA53_0: GEL: Error while executing OnTargetConnect(): Target failed to read 0x0000000043000000
at read_pid=*((unsigned int*) (WKUP_CTRL_MMR0_CFG0_BASE+0x00000000U)) [am62x_ddr_top.gel:66]
at DDR_Init() [AM62x_SK_EVM.gel:60]
at OnTargetConnect()
CortexA53_0: File Loader: Verification failed: Values at address 0x0000000000000021 do not match Please verify target memory and memory map.
CortexA53_0: GEL: File: /build/sitara/application/HelloWorld/Debug/HelloWorld.out: a data verification error occurred, file load failed.
Could you help me to solve the issue ?
Regards,
Alexis.