Page 4 of 13

Re: Kernel 4.15

Posted: Wed Dec 13, 2017 4:46 am
by caseycullen
Hi Christian,
Tested rc3 with no issues.
Thanks,
---Casey
Image
xeno74 wrote:Hi All,

Here is the new RC3 for testing.

New:
Download: vmlinux-4.15-rc3-AmigaOne_X1000_X5000.tar.gz

Screenshot of the MATE PowerPC Remix 2017 with the new RC3 booted with the new uInitrd and with the LABEL AMIGAONE from a USB flash drive on my AmigaOne X5000:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.15

Posted: Wed Dec 13, 2017 5:31 am
by xeno74
Hi Casey,

Thanks a lot for testing the RC3! :-)

Cheers,
Christian

Re: Kernel 4.15

Posted: Wed Dec 20, 2017 11:05 am
by xeno74
Hi All,

I compiled the new RC4 for the X5000 and X1000 today.

New:
Download: vmlinux-4.15-rc4-AmigaOne_X1000_X5000.tar.gz

Screenshot of the MATE PowerPC Remix 2017 with the new RC4 and with the new Firefox ESR 52.5.2 on an AmigaOne X5000:

Image

BTW, I was able to install the new Firefox ESR 52.5.2 on the MATE PowerPC Remix 2017 with the following commands:

Code: Select all

sudo dpkg -i libhunspell-1.3-0_1.3.3-3_powerpc.deb

Code: Select all

sudo dpkg -i firefox-esr_52.5.2esr-1~deb8u1_powerpc.deb
@Julian
Thanks for the hint.

Cheers,
Christian

Re: Kernel 4.15

Posted: Mon Dec 25, 2017 2:02 pm
by xeno74

Re: Kernel 4.15

Posted: Mon Dec 25, 2017 2:28 pm
by Skateman
Thanks a lot, ill give it a try!!!

Merry X (5000) MAS

Re: Kernel 4.15

Posted: Mon Dec 25, 2017 6:40 pm
by Skateman
Works very well! Thanks again!

Re: Kernel 4.15

Posted: Tue Dec 26, 2017 8:41 am
by xeno74
Skateman wrote:Works very well! Thanks again!
Hi Skateman,

Many thanks for testing! :-)

Cheers,
Christian

Re: Kernel 4.15

Posted: Tue Dec 26, 2017 11:49 am
by Skateman
Any wizard around capable of fixing the Soundblaster PCI card adressing issue.... http://forum.hyperion-entertainment.biz ... =58&t=3926

Not sure if its a Kernel thing... but with more than 4GB ram there are issues...

:-)

Re: Kernel 4.15

Posted: Tue Jan 02, 2018 7:55 am
by xeno74
Hi All,

HAPPY NEW YEAR :-)

I compiled the RC6 of kernel 4.15 for the X5000 and X1000 yesterday.

New:
Download: vmlinux-4.15-rc6-AmigaOne_X1000_X5000.tar.gz

Image

Cheers,
Christian

Re: Kernel 4.15

Posted: Wed Jan 03, 2018 11:39 am
by xeno74
The RC6 with the QorIQ DPAA Ethernet driver: vmlinux-4.15-rc6-AmigaOne_X5000_with_QorIQ_DPAA_Ethernet_driver.tar.gz

I enabled the following options in the kernel config:

# common for arch/arm64 and arch/powerpc platforms
CONFIG_FSL_DPAA=y
CONFIG_FSL_FMAN=y
CONFIG_FSL_DPAA_ETH=y
CONFIG_FSL_XGMAC_MDIO=y

# for arch/powerpc only
CONFIG_FSL_PAMU=y

# common options needed for the PHYs used on the RDBs
CONFIG_VITESSE_PHY=y
CONFIG_REALTEK_PHY=y
CONFIG_AQUANTIA_PHY=y

In my point of view we need the Microchip PHY additionally because we have two Microchip KSZ9021RN PHY on the Cyrus board.

CONFIG_MICROCHIP_PHY=y

It seems the kernel has detected the QorIQ DPAA Ethernet but it can't get a mac address:

Code: Select all

[   11.657796] fsl_dpaa_mac ffe4e0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@e0000) failed
[   11.658015] fsl_dpaa_mac: probe of ffe4e0000.ethernet failed with error -22
[   11.658191] fsl_dpaa_mac ffe4e2000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@e2000) failed
[   11.658396] fsl_dpaa_mac: probe of ffe4e2000.ethernet failed with error -22
[   11.658571] fsl_dpaa_mac ffe4e4000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@e4000) failed
[   11.658775] fsl_dpaa_mac: probe of ffe4e4000.ethernet failed with error -22
[   11.658960] fsl_dpaa_mac ffe4e6000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@e6000) failed
[   11.659164] fsl_dpaa_mac: probe of ffe4e6000.ethernet failed with error -22
[   11.659339] fsl_dpaa_mac ffe4e8000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@e8000) failed
[   11.659544] fsl_dpaa_mac: probe of ffe4e8000.ethernet failed with error -22
[   11.659715] fsl_dpaa_mac ffe4f0000.ethernet: of_get_mac_address(/soc@ffe000000/fman@400000/ethernet@f0000) failed
[   11.659920] fsl_dpaa_mac: probe of ffe4f0000.ethernet failed with error -22