HI
I'v been designing a board using AM335x.
By the way, my board are using 2 ethernet port by the smsc 9220.
It is ok at uboot.
But Ethernet memory allocation was failed, it was no detected in cs2 and cs3!
cs 2, start 0x02000000
config1 : 0x00001000
config2 : 0x00101001
config3 : 0x22060514
config4 : 0x10057016
config5 : 0x010f1111
config6 : 0x8f070000
config7 : 0x00000f42
These value is same with uboot, and kernel.
But Kernel was not detect the ethernet phy.
I've already set the pinmux in non-multiple mode in gpmc.
So sram(cs1) is O.K.
What can I do to detect in smsc9220 memory?
and I have one more question.
I connected to SMSC LAN9220 phy chip's FIFO_SEL pin to gpam_a11. no problem?
it's different from the reference.
Thank you in Advance.