Hi,
I am looking to build linux-qoriq kernel 4.9 for our T2080-based custom board. I was planning on using the Yocto recipes for t2080rdb as the base, but it appears that the 4.9 kernels do not carry corenet64_fmanv3h_smp_defconfig any more.
When I copied it from Freescale SDK 2.0, it seemed to be incompatible with the newer linux-qoriq 4.9 kernel. The "Fman Support" in Device Drivers → Network device support → Ethernet driver support can be enabled, but "Frame Manager support" selection leads to an empty screen. In arch/powerpc/configs there is not any obvious t2080rdb configuration.
Is there a known working 4.9 kernel config for t2080rdb? Is linux-qoriq even the right kernel variant to support T2080 and e6500 cores?
Thanks!
Hello,
I was able to build and run the latest mainline kernel (4.16-rc1) on the T2080.
You want to use "corenet64_smp_defconfig". Even though that file doesn't actually exist under arch/powerpc/configs, if you look in the arch/powerpc/Makefile, you'll see that the "corenet64_smp_defconfig" target pulls in a bunch of config file fragments to generate the final config file.
I also used the fsl/t2080rdb device tree in the mainline kernel without issues.
- Jake Moroni
Dear Moroni,
I have downloaded linux kernel (linux-fslc-4.19.x-fslc) from freescale github website, want to port in T2080RDB board similar as SDK2.0 (linux kernel4.1), please help me know the steps to follow in cross compilation and porting in T2080RDB board successfully.
I have extracted SDK2.0 kernel and toolchain from yocto.
Thanks & Regards,
Amit
Waiting for reply.