Unfortunately, I still can't get the USB to work, even when
using your config file. Do you
remember which version of the GIT tree you got? Here's the list
from the site:
Andy, I just tested host mode on the current git tree and it's working
fine. After booting, I 'modprobe musb_hdrc', then plug in the USB key.
It automatically loads the usb-storage module and detects the disk. For
the .config, it's the default config, except for switching the Inventra
to host mode instead of peripheral mode.
Are you sure you have he jumper set for host mode? The jumper next to
the USB connector should be on pins 2-3 for host mode. I believe the
board ships with it on pins 1-2 which is gadget mode.
Kevin, how do you get a specific tag (version) of the GIT
tree?
Given a tag (ls .git/refs/tags for the tags), you can checkout that tag
on a new branch. To see existing branches, do a 'git branch'. Then
create a new branch:
$ git checkout -b my-dev-branch v2.6.19
$ git branch
master
* my-dev-branch
old
origin
I'm not sure this wil be much help to you though since I have not been
tagging the tree at the davinci merge points.
Kevin
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source