
Remy Bohmer wrote:
Hi Tom,
2009/11/6 Tom Rix tom@bumblecow.com:
Remy Bohmer wrote:
Hi Tom,
I would rather keep the patch set together.
OK.
My current work depends on it. I am working with the usb/cdc branch to added gadget support for omap and ultimately help mainline the usb/cdc branch.
I am trying to connect a at91sam9g20 the gadget code so I can have a working example of a driver to compare against the omap side that I am writing.
The problem I am having is trying to the at91 out of ram doing something like
# d
.. downloads the u-boot.bin image
# g 22000000
... seems to load the flash image ... gets stuck somewhere after flash enumeration
It would help if you would post at least the terminal logging. Otherwise I have no idea what happens...
Kind regards,
Remy
This is NOT an issue with the cdc branch. All I am trying to do is download via dhcp/tftp the new u-boot image and run it without flashing it first. Likely a bone headed thing that I am doing or general limitation with at91. For now I am going with bone-headed. Tom