sam7utils
Christian Vogel
vogelchr at vogel.cx
Sat Jan 8 13:26:23 CET 2011
Hi Kevin,
> usb 4-1: usbfs: interface 0 claimed by cdc_acm while 'sam7' sets config
> #1
sam7 can talk to the device either by using libusb, or by utilizing the
emulated
serial port of the Linux kernel.
You have compiled sam7 to use usb directly, so you have to rmmod usbserial
and/or cdc_acm,
because they will block your attempts to talk to the device via libusb.
This
is the error message you've seen in your kernel log.
(check io_libusb.c (usb) and io_posix.c (emulated serial port) in the
sam7utils source code,
it unfortunately provides very little feedback if things don't work out
well)
Chris
More information about the baseband-devel
mailing list