i’m working on an apalis imx6q and have a problem with the ixora ethernet port. The orange LED always stays on (even without the cable connected) and the network no longer works.
My system is based on an old customization of a BSD 2.8; the thing I noticed is that with the imx6q 1.1c I didn’t have this problem , with the 1.1.d it appeared.
From what I understand, the problem should be related to the change of ethernet transreceiver
from KSZ9031RNXIC to KSZ9131RNXI and well known problems with this device.
I saw that the topic has been covered in the past by several threads but no one proposed a definitive solution, I was wondering if I should manually modify micrel.c or the device tree or if perhaps a fix has been made in the 2.8 branch repository before the EOL.
Ultimately, is there a correct procedure I can follow?
Apalis iMX6 Quad 2GB IT V1.1D Ixora V1.2A Customized image Yocto based on Alapis-iMX6_LXDE-Image_2.8b7
The problem is that the one you showed me is a ready-to-use image. I am working with customized Yocto image built with OE-Core, at the time I had started from:
Now the ideal would be to update to the 2.8b8 version you indicated (with the aim of maintaining my changes), if this were not possible I could also replicate my customizations on a new “repo init” in an other folder. The problem is that however on the
http://git.toradex.com/toradex-bsp-platform.git
I can’t find the version you told me, the latest is 2.8b7.
You need to use the tip of the rocko branch on our layers instead of the tag, like this:
None of our layers should be pointing at a tag if you want the last release we made.
We don’t kow wh the tag was not created, but in any case, we’re not updating this branch anymore, so you don’t need to worry about this commit changing.
I have been following your advice on how to fix it without success.
Since your team updated a branch am not sure anymore which revision should I include in my layers.
I have changed ‘layers/meta-toradex-bsp-common’ to 469a620c239f200f374468d15f538fda777ea041 and
‘layers/meta-toradex-nxp’ to b3774974bcb4697a8cda6903e943df00f25f95e6 .
And now, inside new bsp-common layer, backports_5.4.bb does not compile.
To be more precise recipe for target net/wireless refuses to compile.
Can you please be more specific which layers to which revisions should I update?