New kernels

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

Re: New kernels

Post by xeno74 »

gordini21 wrote: Thu Feb 23, 2023 6:45 pm it works :)

thanks a lot

and i took the opportunity to remind myself on the uboot commands. after my heart operation i forgot a lot of things.

Thanks again for your help and the great job
Thank you! :-)

I wish you a good recovery.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Final Kernel 6.2 up and running on my AmigaOne X5000

Image

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

Once again thank you Christian for all the hard work on the kernels!
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
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Kernel 6.3 Alpha 1 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -20-18.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
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Skateman wrote: Thu Feb 23, 2023 8:01 pm Final Kernel 6.2 up and running on my AmigaOne X5000

Once again thank you Christian for all the hard work on the kernels!
Skateman wrote: Thu Feb 23, 2023 8:24 pm Kernel 6.3 Alpha 1 up and running on my AmigaOne X5000
Many thanks for testing! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Hi All,

I released the second alpha of kernel 6.3 for the X1000 and X5000 today.

New:
Download: linux-image-6.3-alpha2-X1000_X5000.tar.gz

X5000 users: Please Note: If you use an uInitrd for example for booting with a LABEL, then load the dtb file to the address 1d00000. The kernel has grown in recent months so the address 1c00000 is used by the uImage. Before we have loaded the dtb to the address 1c00000.

X5000> bootm 1000000 2000000 1d00000

Image

Please test the kernels.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Kernel 6.3 Alpha2 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -11-25.png

I had to manually set my network negotiation speed to 1GB Full to get the DPAA up using Fienix
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
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Skateman wrote: Sat Feb 25, 2023 10:29 am Kernel 6.3 Alpha2 up and running on my AmigaOne X5000

I had to manually set my network negotiation speed to 1GB Full to get the DPAA up using Fienix
Hi Skateman,

Thanks a lot for testing the alpha2. Do you need to manually set the network negotiation speed to 1GB Full on Void PPC too?

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Hi All,

Here is the third alpha of kernel 6.3 with the first PowerPC updates for testing.

New:
Download: linux-image-6.3-alpha3-X1000_X5000.tar.gz

Image

Please test the kernels.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9320
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Hi All,

I cross compiled the alpha4 of kernel 6.3 for the X1000 and X5000 on a PC with an Intel Xeon W-3223 (8 cores@3.491GHz) today.

New:
Download: linux-image-6.3-alpha4-X1000_X5000.tar.gz

X1000 Linux kernel compiling time:

Code: Select all

time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc vmlinux
3m 67s

Code: Select all

real    220.18s
user    1381.94s
sys     189.44s
cpu     713%

For comparison: Intel Xeon D-1527 (4 cores@2.199GHz):

Code: Select all

real    6m32.027s
user    46m31.326s
sys     2m20.941s

Code: Select all

time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modules
1m 47s

Code: Select all

real    88.29s
user    572.72s
sys     83.55s
cpu     743%
For comparison: Intel Xeon D-1527 (4 cores@2.199GHz):

Code: Select all

real    2m44.396s
user    19m48.324s
sys     1m11.883s
X5000 Linux kernel compiling time:

Code: Select all

time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc uImage
3m 77s

Code: Select all

real    226.07s
user    1324.24s
sys     195.64s
cpu     672%
For comparison: Intel Xeon D-1527 (4 cores@2.199GHz):

Code: Select all

real    6m17.786s
user    43m36.072s
sys     2m27.547s

Code: Select all

time make -j8 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc modules
2m 04s

Code: Select all

real    122.21s
user    768.82s
sys     116.31s
cpu     724%
For comparison: Intel Xeon D-1527 (4 cores@2.199GHz):

Code: Select all

real    3m35.010s
user    26m3.404s
sys     1m38.056s
Please test the kernels.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

xeno74 wrote: Sun Feb 26, 2023 9:54 am
Skateman wrote: Sat Feb 25, 2023 10:29 am Kernel 6.3 Alpha2 up and running on my AmigaOne X5000

I had to manually set my network negotiation speed to 1GB Full to get the DPAA up using Fienix
Hi Skateman,

Thanks a lot for testing the alpha2. Do you need to manually set the network negotiation speed to 1GB Full on Void PPC too?

Thanks,
Christian
No i dont! And also on the previous versionss of the kernel with Fienix this was not needed.
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
Post Reply