Getting started with a LS1021a board, building images with yocto, so far it works as expected.
we got a binary kernel module from a partner, compiled with the SDK v2.0 for a 4.1.8 kernel.
Unfortunately it was built with other flags than the kernel packaged with the SDK and won't load.
Also the packaged kernel has serious network driver issues, resulting in crashes.
So i'm trying to recompile linux-ls1 4.1.8, but can't find appropriate sources, maybe you could point me in the right direction.
Thanks for your help!
found it. it's the sdk-v2.0.x branch here: git://git.freescale.com/ppc/sdk/linux.git
unfortunately the ethernet driver shows the same crashes like the kernel image included in the sdk download.