LPCXpresso doesnt recognise usb link - Ubuntu 16.04

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso doesnt recognise usb link - Ubuntu 16.04

693 Views
gastonriera
Contributor I

Hello everyone,

Im trying to flash a LPC1769 with LPCXpresso v8.x (i've tried all versions :smileyhappy: ) and im running Ubuntu 16.04 LTS.

When trying to flash, the IDE doesnt recognise the board.
I've googled a lot. Found that the device is UNCLAIMED.

Using the #sudo lshw it retrieved:

*-usb:1 UNCLAIMED
description: Human interface device
product: NXP CMSIS-DAP
vendor: NXP
physical id: 3
bus info: usb@2:3
version: 1.00
capabilities: usb-1.10
configuration: maxpower=500mA speed=12Mbit/s

Would someone bringme some light?


Thanks a lot.

GR.

Extras:
- The OS is fully updated

- I've installed all the dependences and libraries that LPCXpresso requieres (i think so)

sudo apt-get install libgtk2.0-0:i386 libxtst6:i386 libpangox-1.0-0:i386 \
libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386 \
libncurses5:i386 libudev1:i386 libusb-1.0:i386 libusb-0.1:i386 \
gtk2-engines-murrine:i386 libnss3-1d:i386

Labels (1)
0 Kudos
1 Reply

412 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi

The 'unclaimed' status of the USB device means that lshw has failed to find a driver associated with it.

Is there anything unusual about your kernel build or kernel modules?

Presumably 'lsusb' does not show the board?

LPCXpresso will only be able to configure your card if the operating system makes its USB interface available (with an appropriate driver).

When you plug the board in to a USB device you should see messages such as the following appear in your kernel log

[81507.453840] usb 2-2.1: new full-speed USB device number 7 using uhci_hcd
[81507.566766] usb 2-2.1: New USB device found, idVendor=1fc9, idProduct=001d
[81507.566770] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[81507.566772] usb 2-2.1: Product: NXP CMSIS-DAP
[81507.566773] usb 2-2.1: Manufacturer: NXP
[81507.603166] hid-generic 0003:1FC9:001D.0005: hiddev0,hidraw1: USB HID v1.00 Device [NXP NXP CMSIS-DAP] on usb-0000:02:00.0-2.1/input0

(These are visible if you run the 'dmesg' command.)

You may find any errors in locating a driver reported in the log too.

Sincerely
LPCXpresso IDE Support

0 Kudos