I'm using a Texas Instruments MSP430F5529 Launchpad, but it is probably not important. This device upon connection enumerates 2 ACM devices: /dev/ttyACM0
and ttyACM1
. Once upgrading firmware something went wrong and these files are no longer created, that's why I cannot indicate this device to the firmware upgrade application.
However, the device can be seen in lsusb
:
$ lsusb | grep Texas
Bus 001 Device 005: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
Bus 001 Device 006: ID 2047:03fe Texas Instruments
Bus 001 Device 007: ID 2047:0203 Texas Instruments
Is there any way to access to Bus 001 Device 007: ID 2047:0203
as to a /dev/ttyACM0
?
dmesg
's output. Maybe the driver for the device is failing. – Sep 29 '13 at 15:49/sys
hierarchy, I suppose it is ok, given normallsusb
output? May be you could manuallymknod
a device file for your flash or write audev
rule for it? http://www-uxsup.csx.cam.ac.uk/pub/doc/suse/sles9/adminguide-sles9/ch15.html – Boris Burkov Sep 29 '13 at 19:40