Other Parts Discussed in Thread: OMAPL138, OMAP-L138, DA8XX
I am porting Linux da850_omapl138_evm_config configuration for a custom board that uses the OMAP-L138.
A difference from our design to the evaluation board is that we have the RMII connected directly to OMAP processor, without multiplexer or other chips between.
When I try to boot our board with Linux on dmesg appears :
<3>pca953x 1-0020: failed reading register
<4>pca953x: probe of 1-0020 failed with error -121
and we don't have the network interface (eth0) but it detects the cable connected, this messages appear when we plug/remove the cable :
PHY: 1:00 - Link is Up - 100/Full
...
PHY: 1:00 - Link is Down
Can anyone point me were I can get information how to configure kernel, or the modifications to the source code that I need to do to be able to have network on board ?
I am using the DaVinci-PSP-SDK-03.20.00.06 that runs linux 2.6.31-rc7-davinci1.
Regards,
Aníbal