
26 Aug
2015
26 Aug
'15
3:23 p.m.
On Wed, Aug 26, 2015 at 12:51:07PM +0200, Paul Kocialkowski wrote:
[snip]
On all OMAP platforms, USB peripheral loading is done via bulk USB and I suspect it is the same on am33xx platforms.
Actually no! :(
On OMAP3/4/5 (so dra7xx/am57xx) it's the same bulk USB. On AM33xx/AM43xx it's (in ROM) USB RNDIS. That's why on am33xx/am43xx we continue on with USB RNDIS (which is what SPL_USBETH_SUPPORT implements, not the other USB "ethernet" class).
--
Tom