Open GoogleCodeExporter opened 9 years ago
More researches - I think adb is not available using USB in rowboat, only using
ethernet.
Original comment by ulrich.h...@gmail.com
on 15 Mar 2010 at 8:51
I believe the USB gadget drivers have a transmit alignment issue. All TCP
packets will be misaligned by NET_IP_ALIGN bytes (commonly 2). The DMA engine
on the ARM processors has problems with this and packets are either transmitted
to the wire incorrectly, or not at all. We're seeing it here. We can get USB
to work and commands (probably via PIO) go out, but we cannot transmit data.
No arp, no ping.
Original comment by stevemod...@gmail.com
on 20 Jan 2011 at 5:04
Original issue reported on code.google.com by
ulrich.h...@gmail.com
on 12 Mar 2010 at 4:02