linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Porting new MPC5200 based Board to linux kernel
@ 2006-04-06 14:39 Amir Bukhari
  2006-04-06 20:02 ` Hans Thielemans
  2006-04-06 22:48 ` Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Amir Bukhari @ 2006-04-06 14:39 UTC (permalink / raw)
  To: Linuxppc-embedded

We have a MEN mpc5200 base board and we want to get linux running on it.
MEN has a bios and can load linux kernel and passing to parameters. I =
have
tried to configure kernel manualy but without success. MEN bios load =
kernel,
but nothing happend after that, I don't see anything on console.

I am new in this area, I need a first working kernel so that I can =
implement
other part.
I will need some guidnes.
Any help will be appretiated!!

-Amir

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

* Re: Porting new MPC5200 based Board to linux kernel
  2006-04-06 14:39 Porting new MPC5200 based Board to linux kernel Amir Bukhari
@ 2006-04-06 20:02 ` Hans Thielemans
  2006-04-06 20:57   ` bukhari
  2006-04-06 22:48 ` Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Thielemans @ 2006-04-06 20:02 UTC (permalink / raw)
  To: Amir Bukhari; +Cc: Linuxppc-embedded

Hi Amir,

Which MEN board is this? The EM01(A) or the PP01. 
We are using the EM01A and have linux running.
We always got reasonable fast response from the MEN support service.

If this does not work, I could send you my config file.

Hans 

On Thu, 6 Apr 2006, Amir Bukhari wrote:

> We have a MEN mpc5200 base board and we want to get linux running on it.
> MEN has a bios and can load linux kernel and passing to parameters. I have
> tried to configure kernel manualy but without success. MEN bios load kernel,
> but nothing happend after that, I don't see anything on console.
> 
> I am new in this area, I need a first working kernel so that I can implement
> other part.
> I will need some guidnes.
> Any help will be appretiated!!
> 
> -Amir
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> 

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

* RE: Porting new MPC5200 based Board to linux kernel
  2006-04-06 20:02 ` Hans Thielemans
@ 2006-04-06 20:57   ` bukhari
  2006-04-06 22:50     ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: bukhari @ 2006-04-06 20:57 UTC (permalink / raw)
  To: 'Hans Thielemans', Linuxppc-embedded; +Cc: Linuxppc-embedded

 
Hi Hans,
> Hi Amir,
> 
> Which MEN board is this? The EM01(A) or the PP01. 
I am using EM01A

> We are using the EM01A and have linux running.
> We always got reasonable fast response from the MEN support service.
> 
> If this does not work, I could send you my config file.
> 

That will be nice from you to send me that.

Is that config file what I need to get linux running, didn't I need any
board special code. Like tqm5xxx.c etc. which located on arch\ppc\platforms

Thanks,
-Amir

> Hans 
> 
> On Thu, 6 Apr 2006, Amir Bukhari wrote:
> 
> > We have a MEN mpc5200 base board and we want to get linux 
> running on it.
> > MEN has a bios and can load linux kernel and passing to 
> parameters. I 
> > have tried to configure kernel manualy but without success. 
> MEN bios 
> > load kernel, but nothing happend after that, I don't see 
> anything on console.
> > 
> > I am new in this area, I need a first working kernel so that I can 
> > implement other part.
> > I will need some guidnes.
> > Any help will be appretiated!!
> > 
> > -Amir
> > _______________________________________________
> > Linuxppc-embedded mailing list
> > Linuxppc-embedded@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> > 
> 

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

* Re: Porting new MPC5200 based Board to linux kernel
  2006-04-06 14:39 Porting new MPC5200 based Board to linux kernel Amir Bukhari
  2006-04-06 20:02 ` Hans Thielemans
@ 2006-04-06 22:48 ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2006-04-06 22:48 UTC (permalink / raw)
  To: Amir Bukhari; +Cc: Linuxppc-embedded

In message <EE3E34EBE104B24DA5DF5DBC1EA998D528801E@loretta.fzi.de> you wrote:
> We have a MEN mpc5200 base board and we want to get linux running on it.
> MEN has a bios and can load linux kernel and passing to parameters. I have
> tried to configure kernel manualy but without success. MEN bios load kernel,
> but nothing happend after that, I don't see anything on console.

Is this by any chance a PP01 board? If yes, then see our
linuxppc_2_4_devel kernel tree which supports this board.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"...and the fully armed nuclear warheads, are, of  course,  merely  a
courtesy detail."

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

* Re: Porting new MPC5200 based Board to linux kernel
  2006-04-06 20:57   ` bukhari
@ 2006-04-06 22:50     ` Wolfgang Denk
  2006-04-07  7:00       ` Amir Bukhari
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2006-04-06 22:50 UTC (permalink / raw)
  To: bukhari; +Cc: Linuxppc-embedded

In message <20060406205251.7511E67B16@ozlabs.org> you wrote:
>  
> Is that config file what I need to get linux running, didn't I need any
> board special code. Like tqm5xxx.c etc. which located on arch\ppc\platforms

What has the TQM code (fot TQ boards) to do with MEN boards? You must
be missing something.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"Though a program be but three lines long,
someday it will have to be maintained."
- The Tao of Programming

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

* RE: Porting new MPC5200 based Board to linux kernel
  2006-04-06 22:50     ` Wolfgang Denk
@ 2006-04-07  7:00       ` Amir Bukhari
  0 siblings, 0 replies; 6+ messages in thread
From: Amir Bukhari @ 2006-04-07  7:00 UTC (permalink / raw)
  To: wd; +Cc: Linuxppc-embedded

> In message <20060406205251.7511E67B16@ozlabs.org> you wrote:
> >  
> > Is that config file what I need to get linux running, didn't I need 
> > any board special code. Like tqm5xxx.c etc. which located on 
> > arch\ppc\platforms
> 
> What has the TQM code (fot TQ boards) to do with MEN boards? 
> You must be missing something.
> 
I mentioned it as an example, not to use it. I mean the board I use (Em01a)
is not directly supported by the kernel. Someone here (Hans) can give me his

Config file. But I as if I should write a platform code or not?

Sorry if you get confused, I am new to this jungle :-)

-Amir

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

end of thread, other threads:[~2006-04-07  7:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06 14:39 Porting new MPC5200 based Board to linux kernel Amir Bukhari
2006-04-06 20:02 ` Hans Thielemans
2006-04-06 20:57   ` bukhari
2006-04-06 22:50     ` Wolfgang Denk
2006-04-07  7:00       ` Amir Bukhari
2006-04-06 22:48 ` 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).