RE: [uClinux-dev] USB Host on Freescale MCF5329EVB

2007-10-25 Thread Allen Yang
Hi, Jeff. Thank you very much for your information. I am using LTIB to do the development. After I compared my config with your config, I found that only CONFIG_USB_DEBUG, CONFIG_USB_STORAGE_DEBUG, CONFIG_CHR_DEV_SG are not set at my side. I enabled them and now my config is same as yours.

Re: [uClinux-dev] USB Host on Freescale MCF5329EVB

2007-10-24 Thread Matt Waddel
Hi Allen, Could the code be compiled as a kernel module? If it's a module it will be in: /lib/modules/kernel/kernel/drivers/usb/host/ehci-hcd.ko You can insmod this file then it should work. Regards, Matt Allen Yang wrote: Hi, I am using Freescale MCF5329EVB and uClinux 2.6.17-uc1 kernel.