Other Parts Discussed in Thread: AM1808
Hi,
I need a second Ethernet on the AM1808 EVM. I have the trendnet TU2-ET100 that is popular with the BeagleBoard but the Kernel that came with our EVM doesn't appear to have USB-to-Ethernet support built in.
I build the kernel in the PSP DaVinci-PSP-SDK-03.20.00.12 tarball and added in USB Ethernet support but when I plug up the trendnet adapter all I see on dmesg is:
usb 2-1: new full speed USB device using ohci and address 3
usb 2-1: not running at top speed; connect to a high speed hub
Not sure how close I am to getting this to work ... I also tried to add OTG support in the kernel of the above PSP and it wouldn't even build. Got at error like:
CC drivers/usb/gadget/r8a66597-udc.o
drivers/usb/gadget/r8a66597-udc.c: In function 'r8a66597_probe':
drivers/usb/gadget/r8a66597-udc.c:1585: error: implicit declaration of function 'IS_ERR'
drivers/usb/gadget/r8a66597-udc.c:1588: error: implicit declaration of function 'PTR_ERR'
Any advice? I've asked to join Logic's Knowledge base but have yet to have my account "activated".
Is there a community kernel for this board in the TI git? I didn't see anything in git ... all I've been able to find so far is the kernel included in the PSP tarballs like the one I mentioned above.
Regards,
Brian