Other Parts Discussed in Thread: TDA4VL, CCSTUDIO
Tool/software:
I'm attempting to follow the instructions here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-j721s2/09_02_00_05/exports/docs/linux/Foundational_Components/U-Boot/Apps-Load-in-CCS.html for connecting my recently purchased XDS560 emulator to my SK-AM68 dev board.
I've selected the J721S2_TDA4VL.ccxml Target Configuration. I've confirmed that "Test Connection" completes successfully. When I launch the "Target Configuration" via "Launch Selected Configuration" I see the various APU and MPU cores listed in the Debug window. When I attempt to connect to the CortexA72_0_0 core, however, I run into one of two problems. Either CCS simply hangs and I have kill the related process, or I see the following error reported:
eclipse.buildId=4.23.0.I20220308-0310
java.version=11.0.13
java.vendor=Eclipse Adoptium
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.ti.ccstudio.branding.product
com.ti.ccstudio.debug
Info
Wed Oct 23 11:08:22 CDT 2024
DS_ERROR: CortexA72_0_0: Error connecting to the target: (Error -1170 - (3:24:1)) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 20.0.0.3178)
I've tried to connect to each listed core and see similar errors for each one.
I'm running Ubuntu 20.04.6 LTS.
I'm not sure if it is related, but I've also observed that if I execute "Help > Check for Updates", I get the following error report:
eclipse.buildId=4.23.0.I20220308-0310
java.version=11.0.13
java.vendor=Eclipse Adoptium
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.ti.ccstudio.branding.product
org.eclipse.equinox.p2.metadata.repository
Error
Wed Oct 23 11:05:20 CDT 2024
No repository found at https://www.blackhawk-dsp.com/updates/ccsv9/linux.
I tried contacting support at Blackhawk about this but haven't gotten a response yet.
What is going wrong?