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.

Main clock changed,ethernet doesn't work

Other Parts Discussed in Thread: AM3358

I design my am3358 board using 25Mhz as main clock, however the am335x_evm board uses 24Mhz.

my uboot version is 2013.01-psp06.00.00.00(in sdk6.0), i modify the code in board.c as belows:

#define V_OSCK  25000000   /*default: 24000000*/

now my ethernet can't link to the host PC.

however  if i use 24mhz and change the boot switch ,the ethernet can work.

so ,i think ,if i want use 25mhz as main clock,there my be other sites need to be modified in uboot2013.01-psp06.00.00.00(in sdk6.0) to make ethernet to work.could you help me? thanks