Welcome, Guest. Please login or register.

Author Topic: A1-X1000: Linux Kernel 4.3  (Read 7089 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • http://www.supertuxkart-amiga.de
Re: A1-X1000: Linux Kernel 4.3
« Reply #14 from previous page: October 15, 2015, 09:37:32 PM »

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • http://www.supertuxkart-amiga.de
Re: A1-X1000: Linux Kernel 4.3
« Reply #15 on: October 19, 2015, 11:50:18 AM »
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:

  • Code: [Select]
    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git[/li]


  • Code: [Select]
    cd linux-git

  • Code: [Select]
    git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1[/li]


  • Code: [Select]
    git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1

  • Code: [Select]
    cd ..

  • Code: [Select]
    cp -R linux-git linux-4.3[/li]


  • Code: [Select]
    patch -p0 < nemo_4.3-9.patch

  • Code: [Select]
    cd linux-4.3

  • Code: [Select]
    mv nemo_4.3-rc6.config .config[/li]


  • Code: [Select]
    yes "" | make oldconfig

  • Code: [Select]
    make vmlinux

  • Code: [Select]
    make modules

  • Code: [Select]
    su

  • Code: [Select]
    make modules_install


Cheers,

Christian

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • http://www.supertuxkart-amiga.de
Re: A1-X1000: Linux Kernel 4.3
« Reply #16 on: October 26, 2015, 12:06:02 AM »

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • http://www.supertuxkart-amiga.de
Re: A1-X1000: Linux Kernel 4.3
« Reply #17 on: November 02, 2015, 06:00:20 PM »
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.

Quote

Build instructions:

1. git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git

2. cd linux-git

3. git revert 4bf690d7e09bbac43dfac9af01ba263e08f37e3e -m 1

4. git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1

5. git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1

6. cd ..

7. cp -R linux-git linux-4.3

8. patch -p0 < nemo_4.3-10.patch

9. cd linux-4.3

10. mv nemo_git_021115.config .config

11. yes "" | make oldconfig

12. make vmlinux

13. make modules

14. su

15. 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

By the way, Spectre660 has released the kernel 4.3.0 for the Sam460 today.

Download: Sam460ex-4.3.0.tar.gz

Spectre660, thank you very much.

Cheers,

Christian