linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Anyone using mpc832x_mds & freescale's GIT repo?
@ 2007-04-30 15:15 Alex Zeffertt
  2007-04-30 18:52 ` Kim Phillips
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Zeffertt @ 2007-04-30 15:15 UTC (permalink / raw)
  To: linuxppc-embedded

Hi list,

I've got an MPC8323E-MDS-PB development board, which is
running a year-old BSP from freescale.  I wanted to track
the most current developments so I cloned

	http://opensource.freescale.com/pub/scm/linux-2.6-83xx.git

and rebuilt with ARCH=powerpc and using the mpc832x_mds_defconfig.

I now don't get any serial console output after u-boot has
started the kernel.

My questions are:

1.	Is anyone else using this GIT repo with this board?

2.	Is there an example u-boot environment for starting the latest kernels
	on this board?

3.	Am I using the right ARCH.  (I chose ARCH=powerpc because there's
	no defconfig file for this board under arch/ppc!)

TIA,

Alex
	

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone using mpc832x_mds & freescale's GIT repo?
  2007-04-30 15:15 Anyone using mpc832x_mds & freescale's GIT repo? Alex Zeffertt
@ 2007-04-30 18:52 ` Kim Phillips
  2007-05-01  9:34   ` Alex Zeffertt
  0 siblings, 1 reply; 6+ messages in thread
From: Kim Phillips @ 2007-04-30 18:52 UTC (permalink / raw)
  To: Alex Zeffertt; +Cc: linuxppc-embedded

On Mon, 30 Apr 2007 16:15:41 +0100
Alex Zeffertt <ajz@cambridgebroadband.com> wrote:

> Hi list,
> 
> I've got an MPC8323E-MDS-PB development board, which is
> running a year-old BSP from freescale.  I wanted to track
> the most current developments so I cloned
> 
> 	http://opensource.freescale.com/pub/scm/linux-2.6-83xx.git
> 
that tree is obsolete; I'll label it so to avoid confusion.

> and rebuilt with ARCH=powerpc and using the mpc832x_mds_defconfig.
> 
> I now don't get any serial console output after u-boot has
> started the kernel.
> 
> My questions are:
> 
> 1.	Is anyone else using this GIT repo with this board?
> 
please use the mpc83xx custodian tree on denx.de:

{git-,cg-}{clone,pull} git://www.denx.de/git/u-boot-mpc83xx.git

> 2.	Is there an example u-boot environment for starting the latest kernels
> 	on this board?

the nfsboot and ramboot commands found in that board's default
environment specify the fdt address with the new bootm syntax.

> 
> 3.	Am I using the right ARCH.  (I chose ARCH=powerpc because there's
> 	no defconfig file for this board under arch/ppc!)
> 
yup.

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone using mpc832x_mds & freescale's GIT repo?
  2007-04-30 18:52 ` Kim Phillips
@ 2007-05-01  9:34   ` Alex Zeffertt
  2007-05-01 14:00     ` Kim Phillips
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Zeffertt @ 2007-05-01  9:34 UTC (permalink / raw)
  To: Kim Phillips; +Cc: linuxppc-embedded

Kim Phillips wrote:
> On Mon, 30 Apr 2007 16:15:41 +0100
> Alex Zeffertt <ajz@cambridgebroadband.com> wrote:
> 
>> Hi list,
>>
>> I've got an MPC8323E-MDS-PB development board, which is
>> running a year-old BSP from freescale.  I wanted to track
>> the most current developments so I cloned
>>
>> 	http://opensource.freescale.com/pub/scm/linux-2.6-83xx.git
>>
> that tree is obsolete; I'll label it so to avoid confusion.
> 
>> and rebuilt with ARCH=powerpc and using the mpc832x_mds_defconfig.
>>
>> I now don't get any serial console output after u-boot has
>> started the kernel.
>>
>> My questions are:
>>
>> 1.	Is anyone else using this GIT repo with this board?
>>
> please use the mpc83xx custodian tree on denx.de:
> 
> {git-,cg-}{clone,pull} git://www.denx.de/git/u-boot-mpc83xx.git
> 


Hi Kim,

Thanks for your reply.  I am already using the *u-boot* repo you
mention above.  Do you know which *linux* repository is the most
current for the MPC8323E-MDS-PB board?

Best regards,

Alex

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone using mpc832x_mds & freescale's GIT repo?
  2007-05-01  9:34   ` Alex Zeffertt
@ 2007-05-01 14:00     ` Kim Phillips
  2007-05-01 14:05       ` Alex Zeffertt
  0 siblings, 1 reply; 6+ messages in thread
From: Kim Phillips @ 2007-05-01 14:00 UTC (permalink / raw)
  To: Alex Zeffertt; +Cc: linuxppc-embedded

On Tue, 01 May 2007 10:34:09 +0100
Alex Zeffertt <ajz@cambridgebroadband.com> wrote:

> 
> mention above.  Do you know which *linux* repository is the most
> current for the MPC8323E-MDS-PB board?

yes, linux..normally I'd say paulus' powerpc.git tree on kernel.org, but
today, 832x-MDS is broken there.  You might want to checkout the v2.6.21
tag until the pending patches (to support the ucc phylib) are applied and
merged.

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone using mpc832x_mds & freescale's GIT repo?
  2007-05-01 14:00     ` Kim Phillips
@ 2007-05-01 14:05       ` Alex Zeffertt
  2007-05-01 14:26         ` Kim Phillips
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Zeffertt @ 2007-05-01 14:05 UTC (permalink / raw)
  To: Kim Phillips; +Cc: linuxppc-embedded

Kim Phillips wrote:
> On Tue, 01 May 2007 10:34:09 +0100
> Alex Zeffertt <ajz@cambridgebroadband.com> wrote:
> 
>> mention above.  Do you know which *linux* repository is the most
>> current for the MPC8323E-MDS-PB board?
> 
> yes, linux..normally I'd say paulus' powerpc.git tree on kernel.org, but
> today, 832x-MDS is broken there.  You might want to checkout the v2.6.21
> tag until the pending patches (to support the ucc phylib) are applied and
> merged.
> 

Thanks again for your reply.  I know this is going to sound like I'm repeating
myself, but I want to be sure....

Would you recommend using powerpc.git v2.6.21 in preference to the 2.6.11
kernel that comes with the latest Freescale BSP (MPC832xE_MDS_K26_20070130-LTIB.iso)?

TIA,

Alex

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Anyone using mpc832x_mds & freescale's GIT repo?
  2007-05-01 14:05       ` Alex Zeffertt
@ 2007-05-01 14:26         ` Kim Phillips
  0 siblings, 0 replies; 6+ messages in thread
From: Kim Phillips @ 2007-05-01 14:26 UTC (permalink / raw)
  To: Alex Zeffertt; +Cc: linuxppc-embedded

On Tue, 01 May 2007 15:05:44 +0100
Alex Zeffertt <ajz@cambridgebroadband.com> wrote:

> 
> Would you recommend using powerpc.git v2.6.21 in preference to the 2.6.11
> kernel that comes with the latest Freescale BSP (MPC832xE_MDS_K26_20070130-LTIB.iso)?

personally, and in general, yes.  But it really depends on your
application, device driver requirements, etc..

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-01 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 15:15 Anyone using mpc832x_mds & freescale's GIT repo? Alex Zeffertt
2007-04-30 18:52 ` Kim Phillips
2007-05-01  9:34   ` Alex Zeffertt
2007-05-01 14:00     ` Kim Phillips
2007-05-01 14:05       ` Alex Zeffertt
2007-05-01 14:26         ` Kim Phillips

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