Page 9 of 9

Re: Kernel 4.16

Posted: Fri May 11, 2018 6:25 am
by xeno74
tbreeden wrote: At any rate, it was the sound card, since I got all my Linux partitions
back booting immediately after removing it.

That card was the one delivered with the X1000 since the built-in
sound driver was not working at the time of delivery. I switched
to the built-in sound when it became available (on AOS4), but never
removed to unused pci card.
Good to know. Well done!
tbreeden wrote: :!: Kernel 4.16.8 gives no problems in my Ubuntu-17.04 X1000.
:!: Kernel 4.17-rc4 works just as well also.
Many thanks for testing the kernels! :-)

Re: Kernel 4.16

Posted: Thu May 17, 2018 7:40 pm
by xeno74
Hi All,

I released the stable kernel 4.16.9 for the X5000 and X1000 today.

New:
Download: vmlinux-4.16.9-AmigaOne_X1000_X5000.tar.gz

Screenshot of the stable X5000 Linux kernel 4.16.9 in a virtual P5020DS machine (QEMU 2.12.0):

Image

Cheers,
Christian

Re: Kernel 4.16

Posted: Sat May 26, 2018 9:41 am
by xeno74
Hi All,

I compiled the stable kernel 4.16.12 for the X5000, X1000, and for virtual e5500 QEMU machines today.

New:
Download: vmlinux-4.16.12-AmigaOne_X1000_X5000.tar.gz

Screenshot of the new stable Linux kernel 4.16.12 in virtual e5500 PowerPC QEMU 2.12.0 machines on a PC:

Image

I booted the two virtual e5500 QEMU machines with the following commands:

Code: Select all

./qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -nographic -kernel /home/christian/Downloads/vmlinux-4.16.12-AmigaOne_X1000_X5000/X5000/uImage-4.16 -drive format=raw,file=/home/christian/Dokumente/ubuntu_MATE_16.04.3_LTS_PowerPC_QEMU/ubuntu_MATE_16.04_PowerPC.img,index=0,if=virtio -nic user,model=e1000 -append "rw root=/dev/vda3"

Code: Select all

./qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -kernel /home/christian/Downloads/vmlinux-4.16.12-AmigaOne_X1000_X5000/QEMU_e5500/uImage-4.16 -drive format=raw,file=/home/christian/Downloads/MATE_PowerPC_Remix_2017_0.9.img,index=0,if=virtio -nic user,model=e1000 -append "rw root=/dev/vda" -device virtio-vga -device virtio-mouse-pci -device virtio-keyboard-pci
I cross compiled the kernels on my PC today. Please test them on your X5000 and X1000.

Thanks in advance,
Christian