On Mon, Dec 28, 2009 at 2:45 AM, David Brownell <davi...@pacbell.net> wrote:
> On Monday 21 December 2009, Yegor Yefremov wrote:
>> My board rev: LMWLV-B
>
> Could you forward the USB IDs and device string of your
> board?  I notice that tcl/interface/luminary-lm3s811.cfg
> doesn't include the USB IDs, so it's at least partially
> broken.  Also its device string doesn't match the other eval
> boards; that's suspicious, though not necessarily wrong.
>
> Plus ... that config file isn't actually *used* anywhere
> in the tree!  I propose fixing that so that it's specific
> to the old rev B boards (won't ever support SWO), and let
> everyone else use an updated "luminary.cfg" (using "icdi"
> layout, which can switch port B between SWO and UART).
>
> On Linux the /proc/bus/usb/devices file has a section with
> that data.  (Some systems put it in /dev/.../usb/devices
> instead.)  On Windows I suppose it's somewhere in the device
> properties.

Do you mean this one got via lsusb?

Bus 001 Device 002: ID 0403:bcd9 Future Technology Devices International, Ltd

This is "lsusb -v" one:

Bus 001 Device 002: ID 0403:bcd9 Future Technology Devices International, Ltd
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x0403 Future Technology Devices International, Ltd
  idProduct          0xbcd9
  bcdDevice            5.00
  iManufacturer           1 LMI
  iProduct                2 Stellaris Evaluation Board
  iSerial                 3 LM000001
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           55
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 Stellaris Evaluation Board
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 Stellaris Evaluation Board
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

Yegor
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to