* Which kernel tree
@ 2004-02-06 3:01 Stephen Williams
2004-02-06 3:11 ` Eugene Surovegin
2004-02-06 7:42 ` Wolfgang Denk
0 siblings, 2 replies; 9+ messages in thread
From: Stephen Williams @ 2004-02-06 3:01 UTC (permalink / raw)
To: linuxppc-embedded
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 3:01 Stephen Williams
@ 2004-02-06 3:11 ` Eugene Surovegin
2004-02-06 3:56 ` Stephen Williams
2004-02-06 7:42 ` Wolfgang Denk
1 sibling, 1 reply; 9+ messages in thread
From: Eugene Surovegin @ 2004-02-06 3:11 UTC (permalink / raw)
To: Stephen Williams; +Cc: linuxppc-embedded
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 3:11 ` Eugene Surovegin
@ 2004-02-06 3:56 ` Stephen Williams
2004-02-06 8:37 ` Andrei Konovalov
0 siblings, 1 reply; 9+ messages in thread
From: Stephen Williams @ 2004-02-06 3:56 UTC (permalink / raw)
To: linuxppc-embedded
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 3:01 Stephen Williams
2004-02-06 3:11 ` Eugene Surovegin
@ 2004-02-06 7:42 ` Wolfgang Denk
2004-02-06 15:50 ` song sam
1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2004-02-06 7:42 UTC (permalink / raw)
To: Stephen Williams; +Cc: linuxppc-embedded
In message <10045-28297@sneakemail.com> you 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
There is also linuxppc_2_4_devel on our CVS server, which is 2.4.24-preX
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
"An open mind has but one disadvantage: it collects dirt."
- a saying at RPI
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 3:56 ` Stephen Williams
@ 2004-02-06 8:37 ` Andrei Konovalov
0 siblings, 0 replies; 9+ messages in thread
From: Andrei Konovalov @ 2004-02-06 8:37 UTC (permalink / raw)
To: Stephen Williams; +Cc: linuxppc-embedded
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 7:42 ` Wolfgang Denk
@ 2004-02-06 15:50 ` song sam
2004-02-06 16:00 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: song sam @ 2004-02-06 15:50 UTC (permalink / raw)
To: Wolfgang Denk, Stephen Williams; +Cc: linuxppc-embedded
Dear Mr. Wolfgang,
You wrote:
> There is also linuxppc_2_4_devel on our CVS server, which is
> 2.4.24-preX
But how to make it?I used WinCvs in WIN2000 and CVS
command in REDHAT 7.3 as
cvs -d :pserver:anonymous@www.denx.de:/cvsroot login
but couldn't connect.If I use proxty like
172.12.18.1:8080 which I can login your webpage,how
could I get to linuxppc_2_4_devel?
Thanks in advance!
Best regards,
Sam
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 15:50 ` song sam
@ 2004-02-06 16:00 ` Wolfgang Denk
0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2004-02-06 16:00 UTC (permalink / raw)
To: song sam; +Cc: linuxppc-embedded
Dear Sam,
in message <20040206155027.83638.qmail@web15211.mail.bjs.yahoo.com> you wrote:
>
> > There is also linuxppc_2_4_devel on our CVS server,
> > which is 2.4.24-preX
>
> But how to make it?I used WinCvs in WIN2000 and CVS
> command in REDHAT 7.3 as
> cvs -d :pserver:anonymous@www.denx.de:/cvsroot login
> but couldn't connect.If I use proxty like
I cannot comment on WinCvs (as I've never worked under Windoze), but
CVS in RH-7.3 will certainly work.
Are you sure that it's not some other configuration on your end which
is preventing CVS from working? Like a firewall blocking the CVS port
(2401) ?
> 172.12.18.1:8080 which I can login your webpage,how
> could I get to linuxppc_2_4_devel?
Use CVS. It works.
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Do not follow where the path may lead....go instead where there is no
path and leave a trail.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Which kernel tree
@ 2004-02-06 16:06 Kerl, John
2004-02-06 17:00 ` Christopher R. Johnson
0 siblings, 1 reply; 9+ messages in thread
From: Kerl, John @ 2004-02-06 16:06 UTC (permalink / raw)
To: song sam; +Cc: linuxppc-embedded
I also cannot use CVS from behind a firewall, but it is not
the fault of CVS. Since I use CVS only infrequently, I ssh
out from my firewall to a node outside my firewall, run cvs
from there, and sftp the resulting tree back behind my firewall.
For infrequent use, this might be an acceptable setup.
-----Original Message-----
From: Wolfgang Denk [mailto:wd@denx.de]
Sent: Friday, February 06, 2004 9:01 AM
To: song sam
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Which kernel tree
Dear Sam,
in message <20040206155027.83638.qmail@web15211.mail.bjs.yahoo.com> you
wrote:
>
> > There is also linuxppc_2_4_devel on our CVS server,
> > which is 2.4.24-preX
>
> But how to make it?I used WinCvs in WIN2000 and CVS
> command in REDHAT 7.3 as
> cvs -d :pserver:anonymous@www.denx.de:/cvsroot login
> but couldn't connect.If I use proxty like
I cannot comment on WinCvs (as I've never worked under Windoze), but
CVS in RH-7.3 will certainly work.
Are you sure that it's not some other configuration on your end which
is preventing CVS from working? Like a firewall blocking the CVS port
(2401) ?
> 172.12.18.1:8080 which I can login your webpage,how
> could I get to linuxppc_2_4_devel?
Use CVS. It works.
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Do not follow where the path may lead....go instead where there is no
path and leave a trail.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Which kernel tree
2004-02-06 16:06 Which kernel tree Kerl, John
@ 2004-02-06 17:00 ` Christopher R. Johnson
0 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Johnson @ 2004-02-06 17:00 UTC (permalink / raw)
To: Kerl, John; +Cc: song sam, linuxppc-embedded
In this type of situation, using cvs over ssh is a better solution.
Google it. I think Apache developers have to do this these days.
Check out:
http://xml.apache.org/forrest/community/howto/cvs-ssh/howto-cvs-ssh.html
Kerl, John wrote:
>I also cannot use CVS from behind a firewall, but it is not
>the fault of CVS. Since I use CVS only infrequently, I ssh
>out from my firewall to a node outside my firewall, run cvs
>from there, and sftp the resulting tree back behind my firewall.
>For infrequent use, this might be an acceptable setup.
>
>-----Original Message-----
>From: Wolfgang Denk [mailto:wd@denx.de]
>Sent: Friday, February 06, 2004 9:01 AM
>To: song sam
>Cc: linuxppc-embedded@lists.linuxppc.org
>Subject: Re: Which kernel tree
>
>
>
>Dear Sam,
>
>in message <20040206155027.83638.qmail@web15211.mail.bjs.yahoo.com> you
>wrote:
>
>>>There is also linuxppc_2_4_devel on our CVS server,
>>>which is 2.4.24-preX
>>>
>>But how to make it?I used WinCvs in WIN2000 and CVS
>>command in REDHAT 7.3 as
>>cvs -d :pserver:anonymous@www.denx.de:/cvsroot login
>>but couldn't connect.If I use proxty like
>>
>
>I cannot comment on WinCvs (as I've never worked under Windoze), but
>CVS in RH-7.3 will certainly work.
>
>Are you sure that it's not some other configuration on your end which
>is preventing CVS from working? Like a firewall blocking the CVS port
>(2401) ?
>
>>172.12.18.1:8080 which I can login your webpage,how
>>could I get to linuxppc_2_4_devel?
>>
>
>Use CVS. It works.
>
>Best regards,
>
>Wolfgang Denk
>
>--
>See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
>Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
>Do not follow where the path may lead....go instead where there is no
>path and leave a trail.
>
>
>
--
Christopher R. Johnson
Principal Software Engineer
GCC Printers
(781)276-8763
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-02-06 17:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-06 16:06 Which kernel tree Kerl, John
2004-02-06 17:00 ` Christopher R. Johnson
-- strict thread matches above, loose matches on Subject: below --
2004-02-06 3:01 Stephen Williams
2004-02-06 3:11 ` Eugene Surovegin
2004-02-06 3:56 ` Stephen Williams
2004-02-06 8:37 ` Andrei Konovalov
2004-02-06 7:42 ` Wolfgang Denk
2004-02-06 15:50 ` song sam
2004-02-06 16:00 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).