Hi all,
I've created a Nemo patch for the coming kernel 3.13.
Download:
Rgds,
Christian
Kernel 3.13
Re: Kernel 3.13
I have (once again) lost my X1000 LInux.
I am starting over and am facing ALL the same problems I did the other times.
We are all guys and do not tend to be overly explanatory.
One solution for me is to become familiar with the source code.
Is the Linux side of the AmigaX1000's code obtainable by the likes of me?
I am starting over and am facing ALL the same problems I did the other times.
We are all guys and do not tend to be overly explanatory.
One solution for me is to become familiar with the source code.
Is the Linux side of the AmigaX1000's code obtainable by the likes of me?
George Wyche
Re: Kernel 3.13
I'm sorry about your problems with Linux.ggw wrote:I have (once again) lost my X1000 LInux.
I am starting over and am facing ALL the same problems I did the other times.
We are all guys and do not tend to be overly explanatory.
One solution for me is to become familiar with the source code.
Is the Linux side of the AmigaX1000's code obtainable by the likes of me?

Download: nemo_3.13.patch.tar.gz
Re: Kernel 3.13
There is a big bug present in the PowerPC CPU code of the kernel 3.13. All boards with PA6T are affected (Nemo board, Electra board etc.). Olof Johansson (software engineer from the former P.A. Semi company) helps us to find this bug. Olof is the developer of the PA6T source code in the Linux kernel. He cares about the PA6T code in the kernel. There are a bug report on the bug tracker at kernel.org (Link: Bug 67811 - Kernel 3.13-rc5 doesn't boot with a PA6T cpu). Olof has a lot of P.A. Semi systems with PA6T cpu. I hope he can solve the problem.
Rgds,
Christian
Re: Kernel 3.13
Hi All,
Olof has solved the problem. I've compilied the RC 6 of kernel 3.13 with Olof's fixes. You could test the RC 6 if you like.
Download: vmlinux-3.13-rc6-AmigaOneX1000.tar.bz2
Note: The Radeon Dynamic Power Management doesn't work. You have to add the argument and the value "radeon.dpm=0" to the bootargs. For example:
Rgds,
Christian
Olof has solved the problem. I've compilied the RC 6 of kernel 3.13 with Olof's fixes. You could test the RC 6 if you like.
Download: vmlinux-3.13-rc6-AmigaOneX1000.tar.bz2
Note: The Radeon Dynamic Power Management doesn't work. You have to add the argument and the value "radeon.dpm=0" to the bootargs. For example:
Code: Select all
setenv bootargs "root=/dev/sda4 radeon.dpm=0"
Christian
Re: Kernel 3.13
The RC 7 is available for testing: vmlinux-3.13-rc7-AmigaOneX1000.tar.bz2