* Linux on Wind River's PPMC755 board
2001-12-05 18:15 ` Re[2]: " Ricardo Scop
@ 2001-11-16 7:04 ` lishaohu
0 siblings, 0 replies; 6+ messages in thread
From: lishaohu @ 2001-11-16 7:04 UTC (permalink / raw)
To: scop; +Cc: Sally Wang, linuxppc-embedded
Hi Ricardo Scop:
My name is Shaohu li
>
> I am thinking to port linux upon Wind River's PPMC755 board. Where can
I get the source
> codes which can be easily ported toWind River's PPMC755 board?
I am looking for help.
Best Regards,
shaohu li
Ricardo Scop wrote:
> Sally,
>
> BDI2000 from Abatron (www.abatron.ch) is a nice debugging tool, it's
> completely Linux aware and works well with GNU development tools.
>
> You should also look at
> http://penguinppc.org/embedded/howto/PowerPC-Embedded-HOWTO.html
> for further information.
>
> []'s, Scop mailto:scop@digitel.com.br
>
> ------------------------------------------------------------------
> "What's money? A man is a success if he gets up in the morning and
> goes to bed at night and in between does what he wants to do."
> ~Bob Dylan
>
> Wednesday, December 05, 2001, 12:19:04 AM, you wrote:
>
> SW> Also I am looking for development tools for our project. It will using linux
> SW> as OS, MPC8241 as CPU, and our own hardware board. What kind of tools you
> SW> advice for debugging kernel and drivers ?
>
> SW> I am looking forward to your helps.
>
> SW> Thanks in advance,
>
> SW> Sally Wang
>
> SW> ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux on SandPoint with PPC8240
2001-12-04 23:43 Linux on SandPoint with PPC8240 Sally Wang
@ 2001-12-04 21:57 ` Matt Porter
2001-12-05 3:19 ` Sally Wang
0 siblings, 1 reply; 6+ messages in thread
From: Matt Porter @ 2001-12-04 21:57 UTC (permalink / raw)
To: Sally Wang; +Cc: linuxppc-embedded
On Tue, Dec 04, 2001 at 03:43:24PM -0800, Sally Wang wrote:
>
> My name is Sally Wang.
>
> I am thinking to port linux upon SandPoint board. Where can I get the source
> codes which can be easily ported to SandPoint ?
Too late. It's already ported to the X2, X3, and X3B in the
linuxppc_2_4_devel tree. See http://penguinppc.org/dev/kernel.shtml
for instructions on retrieving a copy of the tree and commit list info.
Regards,
--
Matt Porter
MontaVista Software, Inc.
mporter@mvista.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Linux on SandPoint with PPC8240
@ 2001-12-04 23:43 Sally Wang
2001-12-04 21:57 ` Matt Porter
0 siblings, 1 reply; 6+ messages in thread
From: Sally Wang @ 2001-12-04 23:43 UTC (permalink / raw)
To: linuxppc-embedded
My name is Sally Wang.
I am thinking to port linux upon SandPoint board. Where can I get the source
codes which can be easily ported to SandPoint ?
I looking for help.
Best Regards,
Sally
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Linux on SandPoint with PPC8240
2001-12-04 21:57 ` Matt Porter
@ 2001-12-05 3:19 ` Sally Wang
2001-12-05 18:15 ` Re[2]: " Ricardo Scop
2002-01-10 23:32 ` Linux on SandPoint with PPC8240 Sally Wang
0 siblings, 2 replies; 6+ messages in thread
From: Sally Wang @ 2001-12-05 3:19 UTC (permalink / raw)
To: linuxppc-embedded
Also I am looking for development tools for our project. It will using linux
as OS, MPC8241 as CPU, and our own hardware board. What kind of tools you
advice for debugging kernel and drivers ?
I am looking forward to your helps.
Thanks in advance,
Sally Wang
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: Linux on SandPoint with PPC8240
2001-12-05 3:19 ` Sally Wang
@ 2001-12-05 18:15 ` Ricardo Scop
2001-11-16 7:04 ` Linux on Wind River's PPMC755 board lishaohu
2002-01-10 23:32 ` Linux on SandPoint with PPC8240 Sally Wang
1 sibling, 1 reply; 6+ messages in thread
From: Ricardo Scop @ 2001-12-05 18:15 UTC (permalink / raw)
To: Sally Wang; +Cc: linuxppc-embedded
Sally,
BDI2000 from Abatron (www.abatron.ch) is a nice debugging tool, it's
completely Linux aware and works well with GNU development tools.
You should also look at
http://penguinppc.org/embedded/howto/PowerPC-Embedded-HOWTO.html
for further information.
[]'s, Scop mailto:scop@digitel.com.br
------------------------------------------------------------------
"What's money? A man is a success if he gets up in the morning and
goes to bed at night and in between does what he wants to do."
~Bob Dylan
Wednesday, December 05, 2001, 12:19:04 AM, you wrote:
SW> Also I am looking for development tools for our project. It will using linux
SW> as OS, MPC8241 as CPU, and our own hardware board. What kind of tools you
SW> advice for debugging kernel and drivers ?
SW> I am looking forward to your helps.
SW> Thanks in advance,
SW> Sally Wang
SW> ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Linux on SandPoint with PPC8240
2001-12-05 3:19 ` Sally Wang
2001-12-05 18:15 ` Re[2]: " Ricardo Scop
@ 2002-01-10 23:32 ` Sally Wang
1 sibling, 0 replies; 6+ messages in thread
From: Sally Wang @ 2002-01-10 23:32 UTC (permalink / raw)
To: linuxppc-embedded
Hi everybody:
We are using PPC8240, we try to cut off interrupt latency.
1) Is it possible to implement an interrupt service routine by using
ASSEMBLY interface, in order to get rid of interrupt latency from C routine
?
Best Regards,
Sally Wang
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-01-10 23:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-04 23:43 Linux on SandPoint with PPC8240 Sally Wang
2001-12-04 21:57 ` Matt Porter
2001-12-05 3:19 ` Sally Wang
2001-12-05 18:15 ` Re[2]: " Ricardo Scop
2001-11-16 7:04 ` Linux on Wind River's PPMC755 board lishaohu
2002-01-10 23:32 ` Linux on SandPoint with PPC8240 Sally Wang
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).