Kernel 4.3

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

Re: Kernel 4.3

Post by xeno74 »

Srtest wrote:The latest RC gives me IRQ errors, and in the few times it doesn't I get stuck on login screen not showing. Reverting to RC2 fixed this. On RC2 I'm still having networking issues as it relates to simultaneous uses and log in and out without rebooting which is manifested also in disconnections.
Hi Srtest,

The new RC5 doesn't have the IRQ errors anymore. I'm back from Neuss and I have tested the RC5 with Debian Sid today. Did you see the IRQ errors while you were booting the RC5?

Cheers,

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

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

Re: Kernel 4.3

Post by xeno74 »

Hi All,

I have released the RC6 today.

Download: vmlinux-4.3-rc6-AMIGA_one_X1000.tar.bz2

New:

Linux 4.3-rc6: The New Kernel Remains Calm - phoronix

Release announcement

Note:

This kernel use the older interrupt management system from the kernel 4.1 because the new system doesn't work with the AMD/ATI SB600 south bridge.

PLEASE use the kernel 4.1 if you want a stable and reliable kernel for your AmigaONE X1000. The kernels 4.3 and 4.2 are only for experienced users who want to test some new features.

If you want to build an own kernel, please note the following build instructions:
  1. Code: Select all

    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git
    
  2. Code: Select all

    cd linux-git
  3. Code: Select all

    git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1
    
  4. Code: Select all

    git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
  5. Code: Select all

    cd ..
  6. Code: Select all

    cp -R linux-git linux-4.3
    
  7. Code: Select all

    patch -p0 < nemo_4.3-9.patch
  8. Code: Select all

    cd linux-4.3
  9. Code: Select all

    mv nemo_4.3-rc6.config .config
    
  10. Code: Select all

    yes "" | make oldconfig
  11. Code: Select all

    make vmlinux
  12. Code: Select all

    make modules
  13. Code: Select all

    su
  14. Code: Select all

    make modules_install
Image

Cheers,

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

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

Re: Kernel 4.3

Post by xeno74 »

Here is the RC7.

Download: vmlinux-4.3-rc7-AMIGA_one_X1000.tar.bz2

New:

Linux 4.3-rc7 Released: Linux 4.3 Final Likely Next Week - phoronix

Release announcement

Note:

This kernel use the older interrupt management system from the kernel 4.1 because the new system doesn't work with the AMD/ATI SB600 south bridge.

PLEASE use the kernel 4.1 if you want a stable and reliable kernel for your AmigaONE X1000. The kernels 4.3 and 4.2 are only for experienced users who want to test some new features.

If you want to build an own kernel, please note the following build instructions:
  1. Code: Select all

    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git
    
  2. Code: Select all

    cd linux-git
  3. Code: Select all

    git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1
    
  4. Code: Select all

    git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
  5. Code: Select all

    cd ..
  6. Code: Select all

    cp -R linux-git linux-4.3
    
  7. Code: Select all

    patch -p0 < nemo_4.3-10.patch
  8. Code: Select all

    cd linux-4.3
  9. Code: Select all

    mv nemo_4.3-rc7.config .config
    
  10. Code: Select all

    yes "" | make oldconfig
  11. Code: Select all

    make vmlinux
  12. Code: Select all

    make modules
  13. Code: Select all

    su
  14. Code: Select all

    make modules_install
Cheers,

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

Running Linux on AmigaONEs can require some tinkering.
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 5:40 am
Location: France

Re: Kernel 4.3

Post by zzd10h »

Tested !

Image
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
User avatar
xeno74
Posts: 9349
Joined: Fri Mar 23, 2012 7:58 am

Re: Kernel 4.3

Post by xeno74 »

zzd10h wrote:Tested !

Image
Many thanks for testing!
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

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

Re: Kernel 4.3

Post by xeno74 »

Hi All,

Linus Torvalds has released the official kernel 4.3.0 today.

More information: Linux 4.3 Kernel Released - phoronix

I have decided to release this kernel without the official version number because of the many modifications of the source code. The problems with the new interrupt system and the SB600 southbridge still exist. The new interrupt system doesn't work with the SB600 southbridge. Therefore I have to revert some commits and then I have to patch the source code with a big Nemo patch.

Build instructions:
  1. Code: Select all

    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git
  2. Code: Select all

    cd linux-git
  3. Code: Select all

    git revert 4bf690d7e09bbac43dfac9af01ba263e08f37e3e -m 1
  4. Code: Select all

    git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1
  5. Code: Select all

    git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
  6. Code: Select all

    cd ..
  7. Code: Select all

    cp -R linux-git linux-4.3
  8. Code: Select all

    patch -p0 < nemo_4.3-10.patch
  9. Code: Select all

    cd linux-4.3
  10. Code: Select all

    mv nemo_git_021115.config .config
  11. Code: Select all

    yes "" | make oldconfig
  12. Code: Select all

    make vmlinux
  13. Code: Select all

    make modules
  14. Code: Select all

    su
  15. Code: Select all

    make modules_install
Nevertheless this kernel has a lot of new features. This is the reason why I have released it today.

PLEASE use the kernel 4.1 if you want a stable and reliable kernel for your AmigaONE X1000.

Download: vmlinux-git_021115_patched-AMIGA_one_X1000.tar.bz2

Cheers,

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

Running Linux on AmigaONEs can require some tinkering.
Post Reply