Tool/software: Code Composer Studio
I try to debug some code on a BeagleBone Black out of CCs but always get this error:
CortxA8: GEL: Error while executing OnTargetConnect(): Cannot read register CPSR: data is not present at (CPSR&=~(0x20)) [BeagleBlack_400Mhz_4GbDDR.gel:290] at AM335xStartState() [BeagleBlack_400Mhz_4GbDDR.gel:334] at OnTargetConnect() CortxA8: Trouble Writing Memory Block at 0x80000000 on Page 0 of Length 0x7ff0: This operation is not supported by this driver CortxA8: File Loader: Verification failed: Target failed to write 0x80000000 CortxA8: GEL: File: /home/universe/AM335X_StarterWare_02_00_01_01/binary/armv7a/cgt_ccs/am335x/beaglebone/espace/Debug/espace.out: Load failed.
The file espace.out which is mentioned in last line definitely exists and is valid. same is true for the BeagleBlack_400MHz_4GbDDR.gel-file.
Any idea what this error message means and what is wrong?
What I notices: the debugger appears as serial interface but I did not found a place where I would have to configure the port /dev/ttyUSB0 which is assigned to it...may be this is the reason?
Thanks!