I'm giving the latest CCS 5.1.0.09000 a try under Ubuntu 11.10 32 bits. I'm having issues with XDS510USB JTAG Emulator. I followed the validation steps found here:
Everything goes well until I reach the scantest :
tm-dev@tm-dev:/opt/ti/ccsv5/ccs_base/emulation/drivers$ ./sdjtag -X portsavailable
SpectrumDigital USB Jtag Utility
** Checking for available USB devices on valid ports.
$$ XDS510USB connected on:
$$ EmuPortAddr=0x510
$$ EmuSerialNumber=S256256723112522
tm-dev@tm-dev:/opt/ti/ccsv5/ccs_base/emulation/drivers$ ./sdjtag -p 0x510 -X scantest
SpectrumDigital USB Jtag Utility
** Emulator Scan Test
ERROR -- XDS510USB Test Failed
ERROR -- Check power to your emulator/eZdsp
ERROR -- Then check your port address
ERROR -- Cannot find necessary emulation driver file(s)
ERROR -- Cannot find necessary emulation driver file(s)
Not sure If I'm suppose to do anything to install those "emulation driver file(s)". Refering to section 7.2 of the guide I should mention that there's nothing called *sd_emupack_setup* under my ti installation directory. There's a shell script "setup_sd.sh" which I tried as root but the option "/remove" mentioned in section 7.2 does not appear to be considered so I'm not sure that setup_sd.sh is equivalent to sd_emupack_setup.x.x.x.x
Not sure what I should try next.
Thanks.