New kernels

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

Re: New kernels

Post by xeno74 »

kilaueabart wrote: Tue Aug 20, 2024 4:59 am But anyway, rc4 works in Oakland CA.
Many thanks for testing the RC4! :-) Greetings to Oakland CA. :-)
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I released the stable longterm kernel 5.10.224 today.

New:
Download: github.com

Alternative download link: linux-image-5.10.224-X1000_X5000.tar.gz (xenosoft.de)

This kernel has been patched with the dpaa-v2.patch because of an issue with DPAA on Ubuntu 16.04.

It's suitable for old Linux distributions which don't work with the latest kernels for example Ubuntu 10.04.
It's also suitable if you have some issues with the latest kernels.

@Roland
Could you please test this kernel? I want to make sure that it works for you.
Please also test the DPAA Ethernet because of the fix above.

@All
Please test it. I want to know, if it boots because of the bigger size.

Thanks,
Christian
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: New kernels

Post by Roland »

xeno74 wrote: Tue Aug 20, 2024 9:11 pm I released the stable longterm kernel 5.10.224 today.

@Roland
Could you please test this kernel? I want to make sure that it works for you.
Please also test the DPAA Ethernet because of the fix above.
Works ok here! And also the DPAA ethernet :-). No need for the unplug-replug trick anymore.

How did you succeed to fix it?-)
- Roland -
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Roland wrote: Wed Aug 21, 2024 8:52 am Works ok here! And also the DPAA ethernet :-). No need for the unplug-replug trick anymore.

How did you succeed to fix it?-)
dair-dc has solved this issue.

Further information: Fixed issue #3 - Driver for X5000 Ethernet PHY is missing

Thank you for testing.
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

I tested the stable long-term kernel 5.10.224 in a virtual e5500 QEMU machine yesterday:

Image

Please test it.

Thanks
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

The DPAA Ethernet works great! :-)

Output of dmesg | grep -i dpaa with the RC4 of kernel 6.11:

Code: Select all

[    2.154538] fsl_dpaa_mac ffe4e8000.ethernet: FMan dTSEC version: 0x08240101
[    2.154671] fsl_dpaa_mac ffe4e8000.ethernet: FMan MAC address: 00:04:a3:6b:41:65
[    2.155003] fsl_dpaa_mac ffe4f0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@f0000) failed
[    2.155221] fsl_dpaa_mac ffe4f0000.ethernet: of_get_phy_mode() for /soc@ffe000000/fman@400000/ethernet@f0000 failed. Defaulting to SGMII
[    2.155471] fsl_dpaa_mac: FMan XGEC version: 0x00010330
[    2.155862] fsl_dpaa_mac ffe5e8000.ethernet: FMan dTSEC version: 0x08240101
[    2.155978] fsl_dpaa_mac ffe5e8000.ethernet: FMan MAC address: 00:1e:c0:f8:01:59
[    2.156241] fsl_dpaa_mac ffe5f0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@500000/ethernet@f0000) failed
[    2.156467] fsl_dpaa_mac ffe5f0000.ethernet: of_get_phy_mode() for /soc@ffe000000/fman@500000/ethernet@f0000 failed. Defaulting to SGMII
[    2.156694] fsl_dpaa_mac: FMan XGEC version: 0x00010330
[    2.160163] fsl_dpaa_mac ffe4e8000.ethernet eth0: Probed interface eth0
[    2.162130] fsl_dpaa_mac ffe4f0000.ethernet: Using random MAC address: 9e:d7:ee:dd:53:e5
[    2.163465] fsl_dpaa_mac ffe4f0000.ethernet eth1: Probed interface eth1
[    2.166620] fsl_dpaa_mac ffe5e8000.ethernet eth2: Probed interface eth2
[    2.168699] fsl_dpaa_mac ffe5f0000.ethernet: Using random MAC address: 46:6f:57:99:0a:b0
[    2.169598] fsl_dpaa_mac ffe5f0000.ethernet eth3: Probed interface eth3
[   17.205406] fsl_dpaa_mac ffe4e8000.ethernet eth0: PHY [mdio@ffe4e1120:03] driver [Micrel KSZ9021 Gigabit PHY] (irq=POLL)
[   17.211268] fsl_dpaa_mac ffe4e8000.ethernet eth0: configuring for phy/rgmii link mode
[   17.252519] fsl_dpaa_mac ffe5e8000.ethernet eth2: PHY [mdio@ffe4e1120:07] driver [Micrel KSZ9021 Gigabit PHY] (irq=POLL)
[   17.252540] fsl_dpaa_mac ffe5e8000.ethernet eth2: configuring for phy/rgmii link mode
[   20.320878] fsl_dpaa_mac ffe4e8000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Output of dmesg | grep -i dpaa with the stable longterm kernel 5.10.224:

Code: Select all

[    2.583529] fsl_dpaa_mac ffe4e8000.ethernet: FMan dTSEC version: 0x08240101
[    2.583887] fsl_dpaa_mac ffe4e8000.ethernet: FMan MAC address: 00:04:a3:6b:41:65
[    2.584145] fsl_dpaa_mac ffe4f0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@f0000) failed
[    2.584351] fsl_dpaa_mac ffe4f0000.ethernet: of_get_phy_mode() for /soc@ffe000000/fman@400000/ethernet@f0000 failed. Defaulting to SGMII
[    2.584566] fsl_dpaa_mac: 10G MAC driver only support 10G speed
[    2.584660] fsl_dpaa_mac ffe4f0000.ethernet: mac_dev->init() = -22
[    2.584775] fsl_dpaa_mac: probe of ffe4f0000.ethernet failed with error -22
[    2.584974] fsl_dpaa_mac ffe5e8000.ethernet: FMan dTSEC version: 0x08240101
[    2.585310] fsl_dpaa_mac ffe5e8000.ethernet: FMan MAC address: 00:1e:c0:f8:01:59
[    2.585556] fsl_dpaa_mac ffe5f0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@500000/ethernet@f0000) failed
[    2.585766] fsl_dpaa_mac ffe5f0000.ethernet: of_get_phy_mode() for /soc@ffe000000/fman@500000/ethernet@f0000 failed. Defaulting to SGMII
[    2.585987] fsl_dpaa_mac: 10G MAC driver only support 10G speed
[    2.586081] fsl_dpaa_mac ffe5f0000.ethernet: mac_dev->init() = -22
[    2.586189] fsl_dpaa_mac: probe of ffe5f0000.ethernet failed with error -22
[    2.588383] fsl_dpaa_mac ffe4e8000.ethernet eth0: Probed interface eth0
[    2.590471] fsl_dpaa_mac ffe5e8000.ethernet eth1: Probed interface eth1
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,
phoronix wrote: The Linux 6.11-rc5 kernel is already out as stable today, roughly a half-day ahead of time due to travels by Linus Torvalds.
New:
I will compile it on Tuesday.

Cheers,
Christian
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

I released the RC5 of kernel 6.11 for the X1000 and X5000 today.

Download and further information: github.com

Alternative download link: linux-image-6.11-rc5-X1000_X5000.tar.gz (xenosoft.de)

Please test the kernels.

Thanks,
Christian
User avatar
xeno74
Posts: 10698
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

I successfully tested the X5000 Linux kernel 6.11-rc5 in a virtual e5500 QEMU machine yesterday:

Image

Please test the RC5.

Thanks
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: New kernels

Post by kilaueabart »

The RC5 is one of the not-too-many things that work in my installation of fienix.
Post Reply