CCSTUDIO: Unable to communicate with the debug probe from guest Linux

Part Number: CCSTUDIO

Hello everyone,

I am trying to connect the BH-USB560V2 JTAG to the CCStudio on a guest Linux. 

Thanks,

Tamas

  • Hello,

    I am trying to connect the BH-USB560V2 JTAG to the CCStudio on a guest Linux. 

    Can your provide more details? Are you trying to use CCS inside a Linux VM running on a Windows host? If so, what Linux distro and version are you running on the VM? What exact CCS version? Did you run the required CCS post-install drivers script to set the permissions on the drivers? What errors are you seeing?

    Thanks

    ki

  • Hy,

    Are you trying to use CCS inside a Linux VM running on a Windows host? - Yes

    What exact CCS version? - 12.6.0.00008

    Did you run the required CCS post-install drivers script to set the permissions on the drivers? - Yes I do

    What errors are you seeing? - When I set up the target configuration I am trying to test the connection.  The ERROR code: E_RPCENV_IO_ERROR(-6) No connection: open failed: code 19

    Using the lsusb I am seeing the JTAG: Bus 001 Device 003: ID 0b1e:0009 Electronic Warfare Assoc., Inc. (EWA) Blackhawk USB560v2 System Trace Emulator

    Regards,

    Tamas

  • What is the linux distro and version?

  • Ubuntu 22.10 (Kinetic Kudu) 64-bit

  • The ERROR code: E_RPCENV_IO_ERROR(-6) No connection: open failed: code 19

    This is a common host connection error (the CCS debugger is unable to communicate with the debug probe). The reasons can vary from a defective debug probe, issue with the host OS not detecting the probe, OS does not have permissions to access the debug probe (typically happens on Linux if the    install_drivers.sh script is not run with sudo after CCS installation).

    Assuming you DID run install_drivers.sh with sudo after CCS installation, AND the Linux guest is properly detecting the debug probe. Check to see if the debug probe is fully functional. Both USB and MODE LEDs should be SOLID GREEN when fully booted up and enumerated. See if everything works fine on the native Windows host.

    Ubuntu 22.10 (Kinetic Kudu) 64-bit

    Please note that we only officially support current Ubuntu LTS releases. 22.04LTS is the last officially supported one by CCS. I confirmed that I have no issues with my Blackhawk XDS560v2 running on my Ubuntu 22.04 LTS VM: