Is there a XDS560v2 driver for Code Composer Studio 5 running on Ubuntu 12.04 with kernel version 3.2.x? CCSv5 installed correctly, but the latest emulator driver included is 2.6.x.
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
AZ,
I'm not sure which XDS560v2 driver you mean but in general since CCS supports multiple distributions and versions the drivers would be built such that they have compatibility with as many as possible.
The drivers that are included by Spectrum Digital and Blackhawk generally work fine with Ubuntu 12.04. I have a 12.04 64b installation here that I have used them with. Personally I install as user and then the driver install script afterwards as sudo.
Regards,
John
John,
I was referring to the Blackhawk driver to use with the Blackhawk XDS560v2-USB Mezzanine Emulator. I also tried using the driver install script, but it was failing and not finding a suitable driver for my 3.2.x kernel. The only drivers I cold find in the install (ccsv5/ccs_base/emulation/Blackhawk/Bh560v2/) were:
2.6.25-14.fc9.i686 2.6.27.9-159.fc10.i686 2.6.27.25-78.2.56.fc9.i686 2.6.32-21-generic 2.6.27.41-170.2.117.fc10.i686 2.6.32-27-generic 2.6.27.5-117.fc10.i686 2.6.35-22-generic
Are you also using the Blackhawk XDS560v2-USB Mezzanine Emulator?
Thank you for your input,
AZ
AZ,
I have used the Blackhawk XDS560v2 USB STM (standalone version) with 12.04. I have used the Mezz card as well but that may have been with 11.10. I think those 2 use the same usb driver.
For me I just followed the instructions here to get the required dependencies:
http://processors.wiki.ti.com/index.php/Linux_Host_Support#Ubuntu_12.04_64bit
Can you send the error message you get? I can see if someone dig up a board with the Mezz card on it and try to reproduce the issue.
Regards,
John
John,
I finally figured out where the disconnect was. For some reason my Code Composer Studio did not have the Blackhawk site selected as an available software site, so when I ran my update manager, the Balckhawk driver was not updated. After selecting the site and running the update, the driver got updated to 5.2.0.205, and that fixed my issues. After install and restart of CCS, I was able to use the emulator.
Thank you for all your help,
AZ