Page 99 of 124

Re: New kernels

Posted: Mon Dec 09, 2024 8:18 pm
by xeno74
Hi All,

Linus Torvalds has released the RC2 of kernel 6.13 for testing.

I have compiled it for the X1000 and X5000.

Download and further information: github.com

Alternative download link: linux-image-6.13-rc2-X1000_X5000.tar.xz (xenosoft.de)

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Wed Dec 11, 2024 7:27 pm
by Skateman
Kernel 6.13 RC2 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -22-57.png

Re: New kernels

Posted: Wed Dec 11, 2024 7:42 pm
by xeno74
Skateman wrote: Wed Dec 11, 2024 7:27 pm Kernel 6.13 RC2 up and running on my AmigaOne X5000
Many thanks for testing the RC2. :-)

Re: New kernels

Posted: Fri Dec 13, 2024 7:57 am
by xeno74
Hi All,

The stable long-term kernel 6.12.4 is available for the X1000, X5000, and for QEMU e5500 virtual machines.

Download and further information: github.com

Alternative download link: linux-image-6.12.4-X1000_X5000.tar.xz (xenosoft.de)

Image

Cheers,
Christian

Re: New kernels

Posted: Mon Dec 16, 2024 8:31 am
by xeno74
For Zstd compressed kernel modules:

Code: Select all

apt install libzstd-dev zstd

Re: New kernels

Posted: Mon Dec 16, 2024 4:20 pm
by xeno74
Hi All,

I released the RC3 of kernel 6.13 for the X1000 and X5000 today.

Download and further information: github.com

Alternative download link: linux-image-6.13-rc3-X1000_X5000.tar.xz (xenosoft.de)

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Mon Dec 16, 2024 9:30 pm
by Skateman
Kernel 6.13 RC3 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -23-59.png

Re: New kernels

Posted: Tue Dec 17, 2024 1:16 am
by kilaueabart
On mine, too, it looks like.
Screenshot at 2024-12-16 15-59-33.png

Re: New kernels

Posted: Tue Dec 17, 2024 8:29 am
by xeno74
Skateman wrote: Mon Dec 16, 2024 9:30 pm Kernel 6.13 RC3 up and running on my AmigaOne X5000
Thanks a lot for testing!
kilaueabart wrote: Tue Dec 17, 2024 1:16 am On mine, too, it looks like.

Many thanks for testing!

Re: New kernels

Posted: Tue Dec 17, 2024 9:17 pm
by Roland
xeno74 wrote: Fri Dec 13, 2024 7:57 am
The stable long-term kernel 6.12.4 is available for the X1000, X5000, and for QEMU e5500 virtual machines.

Download and further information: github.com

Alternative download link: linux-image-6.12.4-X1000_X5000.tar.xz (xenosoft.de)
Should the 6.12.4 boot without any other changes to the U-boot variables than the "uImage-6.12"? When I simply placed it into my usual variable string, "load mmc 0:1 1000000 uImage-6.12;load mmc 0:1 1d00000 cyrus_5020.dtb;load mmc 0:1 2000000 uInitrd-5.10", I did not get MintPPC loaded. The kernel itself was loaded normally as far as I could see, but it did not seem find the root file system at all...

Does 6.12 need a newer uInitrd than the '5.10', or is there possibly missing a NVMe disk driver...?

Edit: Kernel v. 6.8 works without any changes...