Lorenzo Lutti wrote: > From: "Xin Wang" <[EMAIL PROTECTED]> > >> It is said the current Ti DVEVM board still doesn't >> support USB 2.0. > > You are right! I've tried to transfer a huge file from a USB key, and I got > the sad, sad full-speed T/R of 1.2 MB/s. Actually I've just tried with the > 2.6.10 MV kernel; with the git kernel I wasn't able to mount the USB key at > all, but probably I've missed some options in the .config (haven't I?).
The default config in the git tree defaults to compile as modules, and defaults to gadget mode. You have to reconfig/rebuild in host mode (.config attached) After boot, load the driver (modprobe musb_hdrc) then plug in your USB key and the rest should be automatic, assuming you've installed all the modules under /lib/modules/`uname -r` Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
