New kernels

AmigaOne X5000 platform specific issues related to Linux only.
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I am happy to release the final kernel 7.1.0 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Thanks a lot to Skateman, Hypex and sailorMH for testing the alphas and release candidates.

Image

Cheers,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

The merge window for the kernel 7.2 has been started and here is the first alpha with the first AMD/ATi DRM updates for testing.

Download and further information: github.com

Image

Please test the kernels.

Thanks,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I compiled the alpha2 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs) today.

Download and further information: github.com

Testing of the alpha2 with old CD-ROMs:

Image

Please test the kernels.

Thanks,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I released the alpha3 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs) today.

Download and further information: github.com

Several tests of HFS+ with the alpha3:

Image

Please test it.

Thanks,
Christian
User avatar
Skateman
Posts: 976
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Kernel 7.2 Alpha3 up and running on my Mirari !

Image

Big picture: https://www.skateman.nl/wp-content/uplo ... -52-58.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Thu Jun 18, 2026 8:17 pm Kernel 7.2 Alpha3 up and running on my Mirari !
Great! Thank you for testing the alpha3 on your Mirari board. :-)
Have a nice weekend 👍
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

Here is the alpha4 of kernel 7.2 for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Image

Please test the kernels.

Thanks,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

Here is the alpha5 of kernel 7.2 with the first PowerPC updates for X1000 and e5500 machines (X5000/20, X5000/40, Mirari, and QEMU VMs).

Download and further information: github.com

Cross compiling of the alpha5 with PROXMOX:

Image

Please test the kernels.

Thanks,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I have released the alpha6 of kernel 7.2 with NTFS Resurrection and exFAT updates.

Downloads and further information: github.com

Image

Cheers,
Christian
xeno74
Posts: 11354
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Modify the version string of the Linux kernel:

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' vmlinux-7.2

Code: Select all

gunzip zImage-7.2.gz

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' zImage-7.2

Code: Select all

binwalk -e uImage-7.2

Code: Select all

cd _uImage-7.2.extracted

Code: Select all

perl -pi -e 's/ubuntu20-04/ppc-cross01/g' 40

Code: Select all

gzip -9 40

Code: Select all

mkimage -A powerpc -O linux -T kernel -C gzip -a 0x00000000 -e 0x00000000 -n "Linux-7.2.0-a7-powerpc64-smp" -d 40.gz uImage
Post Reply