Hi,
I have a custom board (AM3354) loosely based on the am335x EVM. My version of u-boot is 2013.01 of the ti-sdk (psp06.00.00.00) and I'm using the linux distro from the TI board port labs ( kernel 3.2 ).
I managed to boot it and got the lcd working, with the wrong colours but we are still working on that issue.
We are now focussing on getting the usb working. Our board doesn't seem to detect any usb connected to it, and i'm positive our board is declared host.
I tried loading the drivers as module :
root@am335x-evm:/lib/modules/3.2.0-g2b92769-dirty/kernel/drivers/usb/musb# lsmod
Module Size Used by
cppi41dma 25470 0
musb_hdrc 82793 1 cppi41dma
nop_usb_xceiv 1650 0
udc_core 4944 1 musb_hdrc
But when i try to load the TI81xx module i get the following message:
root@am335x-evm:/lib/modules/3.2.0-g2b92769-dirty/kernel/drivers/usb/musb# insmod ti81xx.ko
Error: could not insert module ti81xx.ko: No such device
I'm at a loss as to what the problem could be.
Our colleague thinks we have the wrong core driver and suggested we tried the usb drivers of the beaglebone.
thanks in advance