This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

linux board port am335x



Hi,

I'm trying to port linux to a custom board loosely based on the am335x EVM. I got u-boot working and when it's trying to unpack the kernel the following message keeps coming up :

ti81xx_interrupt 1146: VBUS error workaround (delay coming)

For u boot to work I had to:

* set the clock from 24 Mhz to 26 Mhz

* configure the pinmux

* configure DDR3 interface

I suspect I have to do something similar for linux but I can't seem to find a good starting point in the ti wiki.

Thanks in advance