New kernels

AmigaOne X1000 platform specific issues related to Linux only.
xeno74
Posts: 11302
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
User avatar
sailorMH
Posts: 329
Joined: Wed Aug 28, 2013 7:01 pm
Location: Czech republic

Re: New kernels

Post by sailorMH »

alpha6 of kernel 7.2 works fine on X1000
Image

P.S. Mirari I will test later - now rebuilding it from testbed to new case and make new installations of OSes...
A1200, Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, Sam460LE, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
xeno74
Posts: 11302
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

sailorMH wrote: Mon Jun 22, 2026 8:31 pm alpha6 of kernel 7.2 works fine on X1000
Thank you very much for testing. :-)
xeno74
Posts: 11302
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
xeno74
Posts: 11302
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I released the alpha7 of kernel 7.2 today.

Downloads and further information: github.com

Image

Please test the kernels.

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

Re: New kernels

Post by xeno74 »

Hi All,

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

Download and further information: github.com

Image

Please test the kernels.

Thanks,
Christian
Post Reply