Page 1 of 6
Kernel 3.13
Posted: Sat Dec 14, 2013 11:12 am
by xeno74
Hi all,
I've created a Nemo patch for the coming kernel 3.13.
Download:
Rgds,
Christian
Re: Kernel 3.13
Posted: Sat Dec 14, 2013 2:15 pm
by xeno74
Here is the kernel 3.13-rc3 config:
Re: Kernel 3.13
Posted: Sat Dec 14, 2013 3:46 pm
by xeno74
Unfortunately the Kernel doesn't boot.

Re: Kernel 3.13
Posted: Mon Dec 23, 2013 2:36 am
by ggw
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?
Re: Kernel 3.13
Posted: Mon Dec 23, 2013 10:35 am
by xeno74
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?
I'm sorry about your problems with Linux.

The whole A1-X1000 (Nemo) code is in the kernel patch file.
Download:
nemo_3.13.patch.tar.gz
Re: Kernel 3.13
Posted: Mon Dec 23, 2013 6:58 pm
by ggw
A start. Thank you.
Re: Kernel 3.13
Posted: Mon Dec 30, 2013 6:02 pm
by xeno74

- pa_semi_chip_apple-x-out.jpg (40.87 KiB) Viewed 21469 times
Hi All,
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
Posted: Sat Jan 04, 2014 12:13 am
by xeno74
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:
Code: Select all
setenv bootargs "root=/dev/sda4 radeon.dpm=0"
Rgds,
Christian
Re: Kernel 3.13
Posted: Sat Jan 04, 2014 12:09 pm
by xeno74
Re: Kernel 3.13
Posted: Mon Jan 06, 2014 1:20 am
by xeno74