From: Stephen Williams <hidden> Date: 2004-02-06 03:01:08
I've got u-boot working on my custom board, so now it's getting
time to build a working kernel for my system-to-be.
I have a PPC405GPr. I'll be writing drivers for the SystemACE
and custom chips on the board, but I might as well do that work
on a kernel that I'll be able to use for a while. So that begs
the question, which kernel tree should I be following?
There's the one at denx, that seems to be 2.4.4 from over
a year ago, or there are the kernels at www.kernel.org,
that may not have the up to date parts, or there's the
bkbits.net bitkeeper tree.
--
Steve Williams "The woods are lovely, dark and deep.
steve at icarus.com But I have promises to keep,
http://www.icarus.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Thu, Feb 05, 2004 at 07:01:08PM -0800, Stephen Williams wrote:
I've got u-boot working on my custom board, so now it's getting
time to build a working kernel for my system-to-be.
I have a PPC405GPr. I'll be writing drivers for the SystemACE
and custom chips on the board, but I might as well do that work
on a kernel that I'll be able to use for a while. So that begs
the question, which kernel tree should I be following?
There's the one at denx, that seems to be 2.4.4 from over
a year ago, or there are the kernels at www.kernel.org,
that may not have the up to date parts, or there's the
bkbits.net bitkeeper tree.
Try linuxppc-2.4 BK tree (ppc.bkbits.net) it should work just fine for
405GPr.
If you have problems with 405 and this tree, please post them to this
list :).
Eugene.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: Stephen Williams <hidden> Date: 2004-02-06 03:56:50
Eugene Surovegin ebs-at-ebshome.net |PPC Linux Embedded| wrote:
Try linuxppc-2.4 BK tree (ppc.bkbits.net) it should work just fine for
405GPr.
If you have problems with 405 and this tree, please post them to this
list :).
Eugene.
OK, so that means I'm going to have to get accustomed to
bitkeeper. That'll be slightly interesting. (Grr..)
--
Steve Williams "The woods are lovely, dark and deep.
steve at icarus.com But I have promises to keep,
http://www.icarus.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: Andrei Konovalov <hidden> Date: 2004-02-06 08:37:20
Stephen Williams wrote:
OK, so that means I'm going to have to get accustomed to
bitkeeper. That'll be slightly interesting. (Grr..)
You can use something like
rsync -az --delete source.mvista.com::linuxppc-2.4 linuxppc-2.4
to download the tree.
Andrei
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/