New kernels

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

Re: New kernels

Post by xeno74 »

Hi All,

Here it is, the final kernel 6.2. After solving the CRC error, the DPAA issue, the reboot issue, and the linking issue, we have a stable final kernel 6.2. Many thanks to Skateman, Casey, and Musa for testing the alphas and release candidates. :-)

New:
Download: linux-image-6.2-X1000_X5000.tar.gz

Image

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
II had a lot of trouble before my USB disk was accepted by my x1000.
Only the third disk was successful.
so here is Debian bookwork 32 with vmlinux-6.2
Have a nice day

Image
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

musa wrote: Mon Feb 20, 2023 8:40 pm Hi
II had a lot of trouble before my USB disk was accepted by my x1000.
Only the third disk was successful.
so here is Debian bookwork 32 with vmlinux-6.2
Have a nice day
Great, that you was able to solve the issue with the USB disk. Thank you for testing!
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

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

Re: New kernels

Post by xeno74 »

http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
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
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
This is 6.3_alpha1 with Debian 64 booksworm
The picture shows shared drives from my main computer and from a rasberrypi400 with an amiga 1200 emulation.
I used this pretty quick samba install and it works straight away.

Install samba with share
sudo apt install samba -y

sudo caja /etc/samba/smb.conf
paste the following under the printer section
[new_share] (name can be changed)
comment = myshare
path = /home/musa/share (path to your share)
browseable = yes
read only = no
guest ok =no
valid user = musa (name of your user)

restart samba

sudo systemctl restart smbd

sudo -s (root)
smbpasswd -a musa (your username)
(follow the questions)
exit (leave root)

sudo apt install cifs-utils samba-client -y

Open a file manager and look in networks.
Image

Have a nice day
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

musa wrote: Fri Feb 24, 2023 3:32 pm Hi
This is 6.3_alpha1 with Debian 64 booksworm
The picture shows shared drives from my main computer and from a rasberrypi400 with an amiga 1200 emulation.
I used this pretty quick samba install and it works straight away.
Great! :-) You can find more Samba examples in the thread Linux PowerPC Server Software
.

Thanks a lot for testing the alpha1.

Have a nice day too.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
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: 9348
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
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply