Kernel 4.10

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

Kernel 4.10

Post by xeno74 »

The RC1 of kernel 4.10 is available for the X5000.

Link to the kernel 4.10 X1000 thread
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
JohnFante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 6:48 am
Location: Copenhagen, Denmark

Re: Kernel 4.10

Post by JohnFante »

Thank you to Sinan for the 4.10 RC1 kernel :-).

Unfortunately I have the same problem as with the 4.9 kernels above RC5. My R270X videocard is not supported.

My wish for the new year: I kernel with support for my R270X videocard and support for my Asus BT211 bluetooth dongle :-)
X5000 :-)
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.10

Post by xeno74 »

Hi All,

Happy New Year!

Here is the first kernel in 2017! :-) It's the RC2 of kernel 4.10 built by Sinan.

New:
Download: Cyrus-4.10-rc2.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC2 of kernel 4.10:

Image

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Kernel 4.10

Post by caseycullen »

Thank you for making kernel update available. Could you provide instruction or give me a link to instructions on how to "install" the kernel update?
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.10

Post by xeno74 »

caseycullen wrote:Thank you for making kernel update available. Could you provide instruction or give me a link to instructions on how to "install" the kernel update?
Hi Caseycullen,

Please copy the file uImage to a USB flash drive and boot from.

Booting the ubuntu MATE live USB:

Code: Select all

setenv bootargs root=/dev/ramdisk file=/cdrom/preseed/ubuntu-mate.seed boot=casper rootdelay=10 mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
fatload usb 0:1 2000000 uRamdisk
bootm 1000000 2000000 1c00000
Booting from an HD:

Code: Select all

setenv bootargs root=/dev/<your Linux partition for example: /dev/sda2> mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
bootm 1000000 - 1c00000
If you can boot the RC2 then it makes sense to copy the kernel modules directory 4.10.0-rc2-X5000-Sinan to /lib/modules.

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Kernel 4.10

Post by caseycullen »

xeno74 wrote:Booting from an HD:

Code: Select all

setenv bootargs root=/dev/<your Linux partition for example: /dev/sda2> mem=3500M radeon.pcie_gen2=1
fatload usb 0:1 1000000 uImage
fatload usb 0:1 1c00000 cyrus_5020.dtb
bootm 1000000 - 1c00000
If you can boot the RC2 then it makes sense to copy the kernel modules directory 4.10.0-rc2-X5000-Sinan to /lib/modules.

Cheers,
Christian
Thanks! This worked perfectly.
daz
Beta Tester
Beta Tester
Posts: 329
Joined: Tue Dec 21, 2010 7:32 pm

Re: Kernel 4.10

Post by daz »

JohnFante wrote:Thank you to Sinan for the 4.10 RC1 kernel :-).

Unfortunately I have the same problem as with the 4.9 kernels above RC5. My R270X videocard is not supported.

My wish for the new year: I kernel with support for my R270X videocard and support for my Asus BT211 bluetooth dongle :-)
Why doesn't your R9 270X work?

I have a kernel here that boots on mine, you can give that a try. Sorry no BT dongle though.

It's here if you want to give it a spin.
https://app.box.com/s/x0kb7l024htwytcze65f2yf4rwh9gg66

Note, I don't put anywhere near as much in my kernels as Christian does, but you should be able to extract the embedded config and build your own improved version from that.

Regards
Darren
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.10

Post by xeno74 »

Hi All,

Luigi compiled the RC3 of kernel 4.10 today.

New:
Download: kernel410-3.zip

Screenshot of ubuntu MATE 17.04 PowerPC with the RC3 of kernel 4.10:

Image

Cheers,
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: Kernel 4.10

Post by xeno74 »

Hi All,

The RC4 of kernel 4.10 is available for testing. :-)

Many thanks to Sinan for compiling the RC4 for the AmigaOne X5000. :-)
Sinan wrote: RC4 for X5K with USB Bluetooth dongle support (currently paired with Philips spakers and streaming music from net :) )

P.S. Turn down the volume if your Bluetooth speaker is making white noise.
New:
Download: 4.10-rc-4-BT.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC4 of kernel 4.10:

Image

Please test it.

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

Running Linux on AmigaONEs can require some tinkering.
User avatar
JohnFante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 6:48 am
Location: Copenhagen, Denmark

Re: Kernel 4.10

Post by JohnFante »

xeno74 wrote:Hi All,

The RC4 of kernel 4.10 is available for testing. :-)

Many thanks to Sinan for compiling the RC4 for the AmigaOne X5000. :-)
Sinan wrote: RC4 for X5K with USB Bluetooth dongle support (currently paired with Philips spakers and streaming music from net :) )

P.S. Turn down the volume if your Bluetooth speaker is making white noise.
New:
Download: 4.10-rc-4-BT.tar.gz

Screenshot of ubuntu MATE 17.04 PowerPC with the RC4 of kernel 4.10:

Image

Please test it.

Thanks,
Christian
Great :-D The RC4 version works on my setup. Still no 3D acceleration on my R9 270X thou. And bluetooth does not work with my dongle but that is not important.

Just a quick question: Should I copy all the included modules somewhere?
X5000 :-)
Post Reply