* MPC8245 with its internal UART
@ 2005-12-07 3:44 HappyPhot
2005-12-07 4:43 ` Dan Malek
0 siblings, 1 reply; 8+ messages in thread
From: HappyPhot @ 2005-12-07 3:44 UTC (permalink / raw)
To: linuxppc-embedded
I am new to Linux and trying to port Linux to one of
my board which has a MPC8245 and uses its internal UART
as my serial console.
Who can tell me which flatform is similar to mine ? I've tried
"make sandpoint_defconfig", but seems not the right one.
thanks,
/HappyPhot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MPC8245 with its internal UART
2005-12-07 3:44 MPC8245 with its internal UART HappyPhot
@ 2005-12-07 4:43 ` Dan Malek
2005-12-07 16:39 ` Kumar Gala
0 siblings, 1 reply; 8+ messages in thread
From: Dan Malek @ 2005-12-07 4:43 UTC (permalink / raw)
To: HappyPhot; +Cc: linuxppc-embedded
On Dec 6, 2005, at 7:44 PM, HappyPhot wrote:
> Who can tell me which flatform is similar to mine ? I've tried
> "make sandpoint_defconfig", but seems not the right one.
That's the one I would have recommended. I don't think there
is any Linux platform port that uses the 8245 internal DUART,
at least not in the public source tree. The DUART is actually
pretty easy, just use the generic 8250 driver and point the address
to the Embedded Utilities Block DUART.
-- Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* MPC8245 with its internal UART
@ 2005-12-07 7:33 Heiko Schocher
0 siblings, 0 replies; 8+ messages in thread
From: Heiko Schocher @ 2005-12-07 7:33 UTC (permalink / raw)
To: linuxppc-embedded
Hello,
> Who can tell me which flatform is similar to mine ? I've tried
> "make sandpoint_defconfig", but seems not the right one.
If you want to use Linux 2.4.25, you can try CPC45_defconfig
from the Denx Kernel ...
Best regards,
Heiko
^ permalink raw reply [flat|nested] 8+ messages in thread
* MPC8245 with its internal UART
@ 2005-12-07 7:36 Heiko Schocher
2005-12-13 7:50 ` HappyPhot
2005-12-14 6:36 ` HappyPhot
0 siblings, 2 replies; 8+ messages in thread
From: Heiko Schocher @ 2005-12-07 7:36 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: happyphot
Hello,
> Who can tell me which flatform is similar to mine ? I've tried
> "make sandpoint_defconfig", but seems not the right one.
If you want to use Linux 2.4.25, you can try CPC45_defconfig
from the Denx Kernel ...
Best regards,
Heiko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MPC8245 with its internal UART
2005-12-07 4:43 ` Dan Malek
@ 2005-12-07 16:39 ` Kumar Gala
0 siblings, 0 replies; 8+ messages in thread
From: Kumar Gala @ 2005-12-07 16:39 UTC (permalink / raw)
To: Dan Malek; +Cc: HappyPhot, linuxppc-embedded
On Dec 6, 2005, at 10:43 PM, Dan Malek wrote:
>
> On Dec 6, 2005, at 7:44 PM, HappyPhot wrote:
>
>> Who can tell me which flatform is similar to mine ? I've tried
>> "make sandpoint_defconfig", but seems not the right one.
>
> That's the one I would have recommended. I don't think there
> is any Linux platform port that uses the 8245 internal DUART,
> at least not in the public source tree. The DUART is actually
> pretty easy, just use the generic 8250 driver and point the address
> to the Embedded Utilities Block DUART.
The 2.6 kernel tree has support for the DUART on 8245 Sandpoint
systems. (We added it in the last few months).
- kumar
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MPC8245 with its internal UART
2005-12-07 7:36 Heiko Schocher
@ 2005-12-13 7:50 ` HappyPhot
2005-12-13 8:01 ` Heiko Schocher
2005-12-14 6:36 ` HappyPhot
1 sibling, 1 reply; 8+ messages in thread
From: HappyPhot @ 2005-12-13 7:50 UTC (permalink / raw)
To: hs, linuxppc-embedded
Hi,
I get this one "linuxppc_2_4_devel-2005-10-25-1440.tar.bz2"
and try "make CPC45_defconfig". But it shows "No rule to make
target ...."
Did I do something wrong ?
thank you,
/HappyPhot
----- Original Message -----
From: "Heiko Schocher" <hs@denx.de>
To: <linuxppc-embedded@ozlabs.org>
Cc: <happyphot@gmail.com>
Sent: Wednesday, December 07, 2005 3:36 PM
Subject: MPC8245 with its internal UART
Hello,
> Who can tell me which flatform is similar to mine ? I've tried
> "make sandpoint_defconfig", but seems not the right one.
If you want to use Linux 2.4.25, you can try CPC45_defconfig
from the Denx Kernel ...
Best regards,
Heiko
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: MPC8245 with its internal UART
2005-12-13 7:50 ` HappyPhot
@ 2005-12-13 8:01 ` Heiko Schocher
0 siblings, 0 replies; 8+ messages in thread
From: Heiko Schocher @ 2005-12-13 8:01 UTC (permalink / raw)
To: HappyPhot; +Cc: linuxppc-embedded
Hello,
On Tuesday, December 13, 2005 8:51 AM HappyPhot wrote:
> Hi,
> I get this one "linuxppc_2_4_devel-2005-10-25-1440.tar.bz2"
> and try "make CPC45_defconfig". But it shows "No rule to make target
> ...." Did I do something wrong ?
Try "make CPC45_config"
It works fine on my PC ...
Bets regards,
Heiko
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: MPC8245 with its internal UART
2005-12-07 7:36 Heiko Schocher
2005-12-13 7:50 ` HappyPhot
@ 2005-12-14 6:36 ` HappyPhot
1 sibling, 0 replies; 8+ messages in thread
From: HappyPhot @ 2005-12-14 6:36 UTC (permalink / raw)
To: hs, linuxppc-embedded
Hi,
I've tried this (CPC45_config) on Denx Kernel 2.4.25,
and my serial console works now. Thank you very much.
Is there any similar platform for kernel 2.6 ? (i.e. MPC8245
with its internal UART )
thank you,
/HappyPhot
>
>> Who can tell me which flatform is similar to mine ? I've tried
>> "make sandpoint_defconfig", but seems not the right one.
>
> If you want to use Linux 2.4.25, you can try CPC45_defconfig
> from the Denx Kernel ...
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-12-14 6:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 3:44 MPC8245 with its internal UART HappyPhot
2005-12-07 4:43 ` Dan Malek
2005-12-07 16:39 ` Kumar Gala
-- strict thread matches above, loose matches on Subject: below --
2005-12-07 7:33 Heiko Schocher
2005-12-07 7:36 Heiko Schocher
2005-12-13 7:50 ` HappyPhot
2005-12-13 8:01 ` Heiko Schocher
2005-12-14 6:36 ` HappyPhot
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).