Page 11 of 12

Re: Kernel 4.16

Posted: Sun May 06, 2018 8:37 pm
by xeno74
Skateman wrote:Tested and approved!! :-) Stable kernel 4.16.7
Thanks a lot for testing! :-)

Re: Kernel 4.16

Posted: Thu May 10, 2018 7:15 am
by xeno74
Hi All,

Here is the stable kernel 4.16.8 for the X5000 and X1000.

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

Image

Cheers,
Christian

Re: Kernel 4.16

Posted: Thu May 10, 2018 9:10 pm
by Skateman
Working on my X5000 :-)

Image

Re: Kernel 4.16

Posted: Fri May 11, 2018 6:21 am
by xeno74
Skateman wrote:Working on my X5000 :-)
Thanks a lot for testing! :-)

Re: Kernel 4.16

Posted: Sun May 13, 2018 3:36 pm
by xeno74
Hi All,

I added QEMU support to the X5000 Linux kernel for testing today. Now, it's possible to boot the X5000 Linux kernel in a virtual P5020DS machine as well.

Could you please test this kernel with your X5000? I would like to know if it boots and works on your X5000.

Download: uImage-4.16_qemu

Screenshot of a virtual P5020DS machine with the X5000 kernel 4.16.8:

Image

I tested the kernel with SliTaz PPC Linux.

You can boot the kernel with QEMU with the following command:

Code: Select all

qemu-system-ppc64 -cpu e5500 -M mpc8544ds -m 2048 -initrd /home/christian/Downloads/slitaz25.gz -nographic -kernel /home/christian/Downloads/uImage-4.16_qemu -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk"
Thanks,
Christian

Re: Kernel 4.16

Posted: Sun May 13, 2018 7:02 pm
by xeno74
QEMU: You can also boot it with the machine ppce500:

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -initrd /home/christian/Downloads/slitaz25.gz -nographic -kernel /home/christian/Downloads/uImage-4.16_qemu -net nic,vlan=0,model=e1000 -net user,vlan=0 -machine dt_compatible=fsl,,P5020DS -append "root=/dev/ramdisk"

Re: Kernel 4.16

Posted: Thu May 17, 2018 7:41 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 19, 2018 8:41 am
by Skateman
Kernel 4.16.9 running fine... :-)

Image

Re: Kernel 4.16

Posted: Sat May 19, 2018 1:05 pm
by xeno74
Skateman wrote:Kernel 4.16.9 running fine... :-)
Thanks a lot for testing! :-)

-- Christian

Re: Kernel 4.16

Posted: Sat May 26, 2018 10:45 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