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.

My U-Boot doesn't support ethernet phy register access

Hello,

I'm using u-boot-2011.09-psp04.06.00.03 from the sdk but it doesn't allow ethernet phy

register access eg. mii.  Is this supported in a later version?

Thanks, 

AH

  • If you are looking for the mii commands at a u-boot prompt, they are not built in by default. You can modify include/configs/am335x.h and add

    CONFIG_CMD_MII

    under the CONFIG_MII

    and you have the mii commands available at the u-boot prompt.

    Steve K.