Skip to content

How to Add additional PHY drivers to the Linux Kernel #229

Answered by ryanl01
ryanl01 asked this question in How to
Discussion options

You must be logged in to vote

Hi Valentina,

Sorry, I forgot to update this thread. I was able to confirm the new PHY working with the ICICLE development kit. The issue was in the PHY address that was set on the new PHY. The ICICLE kit has a dual PHY with addresses 0x08 and 0x09. I had utilized 0x09 on the new device thinking they would behave the same on the ICICLE kit, but unfortunately the support for those addresses is not the same. On some level of inspiration (I can't remember what I found that made me think it would work), I changed the new device's PHY address to be 0x08 instead and the device just worked with the normal kernel. I still have not been able to find out why the other PHY address (0x09) was not fun…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@ryanl01
Comment options

@vfalanis
Comment options

@ryanl01
Comment options

Answer selected by hughbreslin
@TobiasPaulikat
Comment options

@hughbreslin
Comment options

@TobiasPaulikat
Comment options

@keck9939
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
How to
Labels
None yet
5 participants