Stellaris-launchpad, provides the light show when plugged in.
Debian Stable, CCS 5.3 release candidate, kernel 2.6.32-31. I have cut and pasted (per the Stellaris
lab manual) the code for the blinking led program, and made the path changes according to the
instructions there. Also, following advice gleaned from here and there, I have libusb-1.0.so.0 and
its alias libusb-1.0.so, as well as libftd2xx.so/libftdd2xx.so.1.1.12. Added to the TI permission rules file
I have added SYBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}="1cbe",ATTRS{idProduct}=
"00fd",MODE:="0666"
install.drivers.sh has been run (successfully, although a reboot was required).
The code compiles cleanly, syslog shows that the USB connection was made successfully, and a pseudo com-port
constructed (this has been successfully used with an Arduino, by the way).
Attempts to "run" from the IDE fail with the frequency out of range, unable to connect message.
Undoubtedly, I'm doing something wrong somewhere, but I have no way from the information I have
of determining what is wrong. Can someone provide some suggestions about what to check next
(or which forum to go to if this is the wrong one)?
Thanks in advance.
Murray