fxload devpath
Carl Karsten <[email protected]> Sun, 11 Oct 2015 22:29:15 +0000
| Newsgroups | org.kernel.vger.linux-hotplug |
|---|---|
| Message-ID | <CADmzSShFRZqhkPgie97q6mEEG6cpm=uKVjoNwYgqs=2agfktBQ@mail.gmail.com> |
man fxload - Firmware download to EZ-USB devices
fxload [ -v ] [ -l ] [ -D devpath ] ...
-D devpath
Specifies the "usbfs" path name for the device in question, such
as /proc/bus/usb/004/080. This takes precedence over any DEVICE
environment variable that may be set.
How do I figure out what the devpath is for the device I plugged in?
or.. how do I know what devnum will get assigned?
The device(s) I am working with:
juser@dc10b:~$ lsusb -s 2:9; lsusb -s 2:10
Bus 002 Device 009: ID 04e2:1410 Exar Corp.
Bus 002 Device 010: ID 1443:0007 Digilent Development board JTAG
Ubuntu trusty lts
Linux dc10b 3.13.0-65-generic #106-Ubuntu SMP Fri Oct 2 22:08:27 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux
--
Carl K