I'm trying CCv5 with Beaglebone A.6a and got stuck in this error:
8<-----------
CortxA8: Output: **** AM335x Beaglebone Initialization is in progress ..........
CortxA8: Output: **** AM335x ALL PLL Config for OPP == OPP100 is in progress .........
CortxA8: GEL: Error while executing OnTargetConnect(): Target failed to read memory at 0x44E10040 at (*((unsigned int *) (0x44E10000+0x40))>>22) [beaglebone.gel:360] at GetInputClockFrequency() [beaglebone.gel:431] at ARM_OPP100_Config() [beaglebone.gel:351] at AM335x_Beaglebone_Initialization() [beaglebone.gel:337] at OnTargetConnect() .
8<-----------
Host: CentOS 6.4 64b
To build the Target configuration file I'm just following the instructions provided in:
http://processors.wiki.ti.com/index.php/AM335X_StarterWare_Environment_Setup#Debugging_on_BeagleBone_board_using_CCSv5
Therefore: XDS100v2 USB Emulator, Board: Beaglebone (it appears as is), target configuration: ModenaSS>CortxA8 (this provides "initialization script: ../../emulation/boards/beaglebone/gel/beaglebone.gel"; Address: 0x80001000)
If I test the connection, the log indicates that the JTAG DR/IR Integrity scan-tests have succeeded.
If I try to load a simple test program I get the following error:
8<---
CortxA8: File Loader: Data verification failed at address 0x40300800 Please verify target memory and memory map.
8<---
I'd be grateful if someone can help me out on this, thank you in advance