Matt,
I haven't had luck trying this out. I've built the modules I need, usbserial.ko and cp210x.ko.
I copied them to my quickstart board sd card.
then when I try to insmod them, they do not load.
insmod reports that they are in an incorrect format.
any ideas?
Matt Clemens said:
You should just need to build a couple driver modules (usbserial & pl2303) in the kernel config menu, then put the .ko files at /lib/modules/[kernel version]/kernel/drivers/usb/serial and insmod the driver.
To do this, in ltib select "configure the kernel" in the top level ltib menu, then when you get into the kernel config menu go to Device Drivers -> USB Support -> USB Serial Converter support <M> -> USB Prolific 2303 Single Port Serial Driver <M>.
Then when the build is done copy the usbserial.ko and pl2303.ko files that you'll find at ltib/rootfs/lib/modules/[kernel version]/drivers/usb/serial to the rootfs on your SD card, and you should then be able to insmod the driver and get it working.
You should just need to build a couple driver modules (usbserial & pl2303) in the kernel config menu, then put the .ko files at /lib/modules/[kernel version]/kernel/drivers/usb/serial and insmod the driver.
To do this, in ltib select "configure the kernel" in the top level ltib menu, then when you get into the kernel config menu go to Device Drivers -> USB Support -> USB Serial Converter support <M> -> USB Prolific 2303 Single Port Serial Driver <M>.
Then when the build is done copy the usbserial.ko and pl2303.ko files that you'll find at ltib/rootfs/lib/modules/[kernel version]/drivers/usb/serial to the rootfs on your SD card, and you should then be able to insmod the driver and get it working.
Which os do you have loaded?