Page 40 of 124
Re: New kernels
Posted: Thu Feb 23, 2023 7:37 pm
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.
Re: New kernels
Posted: Thu Feb 23, 2023 8:01 pm
by Skateman
Final Kernel 6.2 up and running on my AmigaOne X5000
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!
Re: New kernels
Posted: Thu Feb 23, 2023 8:24 pm
by Skateman
Kernel 6.3 Alpha 1 up and running on my AmigaOne X5000
Big picture
https://www.skateman.nl/wp-content/uplo ... -20-18.png
Re: New kernels
Posted: Fri Feb 24, 2023 4:51 am
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!

Re: New kernels
Posted: Fri Feb 24, 2023 2:28 pm
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
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Sat Feb 25, 2023 10:29 am
by Skateman
Kernel 6.3 Alpha2 up and running on my AmigaOne X5000
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
Re: New kernels
Posted: Sun Feb 26, 2023 9:54 am
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
Re: New kernels
Posted: Mon Feb 27, 2023 2:54 pm
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
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Thu Mar 02, 2023 2:55 pm
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
[email protected]) 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
[email protected]):
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
[email protected]):
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
[email protected]):
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
[email protected]):
Code: Select all
real 3m35.010s
user 26m3.404s
sys 1m38.056s
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Thu Mar 02, 2023 3:40 pm
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.