Announcement

Collapse
No announcement yet.

Enable Ethernet PHY in u-boot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Enable Ethernet PHY in u-boot

    Hi All,
    Hope all are doing good.

    Does anyone knows how to enable Ethernet PHY in u-boot source code? It very hard to find any doc online which explains the steps from scratch.
    Appreciate if anyone can point me right documents or any tutorial video which explains the steps to add peripheral in uboot.

    Regards,
    Avi



  • #2
    Check the microchips document or create a case in their online support ( Depends on which manufacturer PHY you're using).
    If you find something, post here also would be useful to others.

    Comment


    • #3
      It really depends on the what version of uboot you are trying to use and what board you are trying to implement, but maybe this can help to give you an hint.

      This may help:
      https://www.imx6rex.com/open-rex/sof...er/#edit_uboot

      Have a look for example into:
      https://github.com/FEDEVEL/openrex-u...enrex_common.h

      Comment

      Working...
      X