Great! Thanks a lot for testing!

Great! Thanks a lot for testing!
I have figure out, that the new 6.12 kernels and higher don't work with the DPAA Ethernet on Ubuntu 16.04 PowerPC. Please use the stable long-term kernel 5.10 instead if you want to use an older Ubuntu system.xeno74 wrote: Thu Mar 20, 2025 6:14 am Hi All,
I released the new stable long-term kernel 5.10.235 with non-compressed kernel modules today.
Download: github.com
Alternative download link: linux-image-5.10.235-X1000_e5500.tar.gz
This kernel has been patched with the dpaa-v2.patch because of an issue with DPAA on Ubuntu 16.04.
It's suitable for old Linux distributions which don't work with the latest kernels for example Ubuntu 10.04.
It's also suitable if you have some issues with the latest kernels.
Please test the kernels.
Thanks,
Christian
Sometimes it works with the stable long-term kernel 6.12.22 too but not often.xeno74 wrote: Sat Apr 26, 2025 8:11 am I have figure out, that the new 6.12 kernels and higher don't work with the DPAA Ethernet on Ubuntu 16.04 PowerPC. Please use the stable long-term kernel 5.10 instead if you want to use an older Ubuntu system.
Code: Select all
qemu-system-ppc64 -M ppce500 -cpu e5500 -m 4096 -kernel uImage-6.15 -drive format=raw,file=void-live-powerpc-20230317.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "root=/dev/vda" -device virtio-gpu-pci -device virtio-mouse-pci -device virtio-keyboard-pci -smp 4 -device virtio-scsi-pci -device scsi-hd,drive=hd0 -drive file=/dev/sr0,format=raw,id=hd0,if=none,unit=0 -device scsi-generic,drive=cd0 -drive file=/dev/sg1,format=raw,id=cd0,if=none,unit=1
Great! Thanks a lot for testing.