In message you wrote:
>
> We have Linux frame buffer drivers for our 823E(LITE DW) and our
> IBM405GP(EP405PC).
Where can I download the sources?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-459
On Mon, 16 Dec 2002, Tom Rini wrote:
> On Mon, Dec 16, 2002 at 09:46:50AM +0100, Marius Groeger wrote:
> >
> > Hello David,
> >
> > On Mon, 16 Dec 2002, David Gibson wrote:
> >
> > > Having committed the core support code for the Arctic-2, here come
> > > some drivers for it. Below is an MTD map
Indeed you were correct ...
No everything seems to work ... bash shell and all ...
-Original Message-
From: Jean-Denis Boyer [mailto:[EMAIL PROTECTED]
Sent: Monday, December 16, 2002 3:00 PM
To: James Don
Cc: Embedded Linux PPC List
Subject: RE: Unable to mount root fs on 01:00 ...
Jam
James,
> Kernel panic: VFS: Unable to mount root fs on 01:00
Did you include EXT2 file system in your kernel image?
If not, you would obtain this error.
Regards,
Jean-Denis Boyer, B.Eng., Technical Leader
Mediatrix Telecom Inc.
4229 Garlock Street
On Fri, 2002-12-13 at 10:35, Tom Rini wrote:
> > If you aren't already on the linuxppc-commit at source.mvista.com list, you
> > might want to join that.
>
> And since this is at a possibly non obvious location:
> http://source.mvista.com/cgi-bin/mailman/listinfo/linuxppc-commit
>
> Hopefully Peng
On Mon, Dec 16, 2002 at 01:13:40PM -0700, Cort Dougan wrote:
``
> Right, changes would keep going. Having many trees all based on the same
> root would make moving patches back and forth much easier.
It's irrelevant what they're based on, Marcelo would never pull from the
'linux-2.4-4xx-walnut'
Right, changes would keep going. Having many trees all based on the same
root would make moving patches back and forth much easier.
People would be able to grab what they need (a booting walnut, for example)
without pulling in >1 years worth of development and unstable changes. I
definitely thi
On Mon, Dec 16, 2002 at 12:49:31PM -0700, Cort Dougan wrote:
> } I'm not sure how that would stop the growth of the '_devel' tree, it
> } would just split it up into 4xx, and everything else. And my goal of
> } the new few weeks is to try and move everything that's not 4xx that I
> } can get my h
...and another driver for Arctic-2, this time for Ethernet (which is
actually on a debug board, no on the Arctic-2 itself). It's based on
a RTL8019 chip and this driver was based on the ariadne2 driver.
diff -urN /home/dgibson/kernel/linuxppc_2_4_devel/drivers/net/Config.in
linux-bartholomew/dr
Having committed the core support code for the Arctic-2, here come
some drivers for it. Below is an MTD map for the Arctic-2, derived
from beech-mtd.c. Essentially all it does is provide suitable
hardwired partitions.
Again, any comments before I commit this?
diff -urN /home/dgibson/kernel/lin
Hi,
I just got my 2.4 kernel running on my 860 board. However I have now
encountered a new problem "Kernel panic: VFS: Unable to mount root fs on
01:00".
There are lots of posts regarding this problem but no one "seems" to have
posted a solution and then claim afterwards that it works ... so I
r
On Sun, Dec 15, 2002 at 06:35:49PM +1100, David Gibson wrote:
> > CONFIG_IBM_OPENBIOS is taken out of the CONFIG_SYCAMORE section of
> > arch/ppc/config.in?
>
> Err... I have no idea what you're asking. How did SYCAMORE get into
> this?
>
> > Duplication of the CONFIG_BEECH case in
> > arch/ppc/b
} I'm not sure how that would stop the growth of the '_devel' tree, it
} would just split it up into 4xx, and everything else. And my goal of
} the new few weeks is to try and move everything that's not 4xx that I
} can get my hands on to test into the _2_4 tree. I'm not sure just how
} much of
On Mon, Dec 16, 2002 at 10:43:27AM +1100, Paul Mackerras wrote:
>
> Cort Dougan writes:
>
> > How about killing the _2_4_devel tree? When I created it I want it to be a
> > playground for stabilizing then moving things over to 2_4 failry quickly.
> > It seems to have become the defacto "want boar
We are using a custom board based on a 405GP processor with a PIIX4
Southbridge (providing a PCI to ISA bridge, a DMA controller, an interrupt
controller, ...)
A FDC37C78 floppy disk controller is connected to the ISA bus, use a DMA
and an interrupt line of the southbridge.
Kernel version is 2.4.1
Roland> This reminds me... can someone tell me what the status of
Roland> Discovery II (MV64340) is at the moment?
Mark> Rabeeh Khoury from Marvell has done a port to it and put it
Mark> in the linux-galileo tree. I have no hardware to test it
Mark> but Rabeeh says that its b
Dear Christophe,
in message <3DFD9E2F.CA7417EF at c-s.fr> you wrote:
>
> I have a board (home made) with a MPC862 running Montavista Linux 2.1
> (kernel 2.4.17).
> I'd like to use the four SCCs as serial ports, but it seems that only
> SCC2 and SCC3 can be configured as serial ports.
It's not di
Cort Dougan writes:
> How about killing the _2_4_devel tree? When I created it I want it to be a
> playground for stabilizing then moving things over to 2_4 failry quickly.
> It seems to have become the defacto "want board X, you better use
> _2_4_devel" tree.
Now that Marcelo is using BK, what
Hello,
I have a board (home made) with a MPC862 running Montavista Linux 2.1
(kernel 2.4.17).
I'd like to use the four SCCs as serial ports, but it seems that only
SCC2 and SCC3 can be configured as serial ports.
Does someone have any idea on how to configure SCC1 and SCC4 as serial
ports also wi
Well we managed to make a MPC850 FADS work. But we haven't got any
problems with the console, but with the ethernet. My guess is that you have
a kernel configuration problem, problably at the MPC8xx CPM Options. There,
the only two selected options are the very first one, CPM SCC Ethernet, and
Hello David,
On Mon, 16 Dec 2002, David Gibson wrote:
> Having committed the core support code for the Arctic-2, here come
> some drivers for it. Below is an MTD map for the Arctic-2, derived
> from beech-mtd.c. Essentially all it does is provide suitable
> hardwired partitions.
Can you also
We have Linux frame buffer drivers for our 823E(LITE DW) and our
IBM405GP(EP405PC).
-Original Message-
From: Wolfgang Denk [mailto:[EMAIL PROTECTED]
Sent: Friday, December 13, 2002 11:43 AM
To: Steve Rossi
Cc: Embedded Linux PPC List
Subject: Re: 823 Video Controller Driver - where ?
D
On Mon, Dec 16, 2002 at 04:28:06PM +0100, Marius Groeger wrote:
> On Mon, 16 Dec 2002, Tom Rini wrote:
>
> > On Mon, Dec 16, 2002 at 09:46:50AM +0100, Marius Groeger wrote:
> > >
> > > Hello David,
> > >
> > > On Mon, 16 Dec 2002, David Gibson wrote:
> > >
> > > > Having committed the core support
Tom> ... with the exception of the current gt64260 code, which
Tom> will hopefully get an update so that it could move
Tom> up-and-out. But no promises there.
This reminds me... can someone tell me what the status of Discovery II
(MV64340) is at the moment?
Thanks,
Roland
** Sen
On Mon, Dec 16, 2002 at 08:04:42AM -0700, Tom Rini wrote:
>
> On Sun, Dec 15, 2002 at 05:41:20PM -0700, Cort Dougan wrote:
>
> > } 4xx in particular is a problem because I'm not convinced about the
> > } approach that has been taken for some of the 4xx infrastructure. The
> > } ocp stuff seems a
On Sun, Dec 15, 2002 at 05:41:20PM -0700, Cort Dougan wrote:
> } 4xx in particular is a problem because I'm not convinced about the
> } approach that has been taken for some of the 4xx infrastructure. The
> } ocp stuff seems a lot more complicated than it needs to be, for
> } instance. There is
On Mon, Dec 16, 2002 at 10:43:27AM +1100, Paul Mackerras wrote:
> Cort Dougan writes:
>
> > How about killing the _2_4_devel tree? When I created it I want it to be a
> > playground for stabilizing then moving things over to 2_4 failry quickly.
> > It seems to have become the defacto "want board
On Mon, Dec 16, 2002 at 09:46:50AM +0100, Marius Groeger wrote:
>
> Hello David,
>
> On Mon, 16 Dec 2002, David Gibson wrote:
>
> > Having committed the core support code for the Arctic-2, here come
> > some drivers for it. Below is an MTD map for the Arctic-2, derived
> > from beech-mtd.c. Esse
On Mon, Dec 16, 2002 at 01:09:22PM +1100, David Gibson wrote:
> Having committed the core support code for the Arctic-2, here come
> some drivers for it. Below is an MTD map for the Arctic-2, derived
> from beech-mtd.c. Essentially all it does is provide suitable
> hardwired partitions.
>
> Aga
Roland Dreier wrote:
> Thanks... my next question is where is the linux-galileo tree? (I'm
>sure this is well-known to people working with Discovery II but please
>forgive my ignorance as I'm just starting to look at this platform)
>
>
No problem, I should have included that. These should get y
Roland Dreier wrote:
>Tom> ... with the exception of the current gt64260 code, which
>Tom> will hopefully get an update so that it could move
>Tom> up-and-out. But no promises there.
>
>This reminds me... can someone tell me what the status of Discovery II
>(MV64340) is at the moment
Hi Everybody,
Now that Applications have started running on mpc860 I
am trying to run telnetd application.But i get the
error
" All network ports in use "
I have got the following files
/etc/inetd.conf
telnet stream tcp nowait root /bin/telnetd telnetd
-L/bin/sh
/etc/protocols ,/etc/services .
32 matches
Mail list logo