From: Conn Clark <hidden> Date: 2003-06-24 22:17:24
Hello,
I know that there is a cheap simple IDE interface for the MPC8xx family
of processors that is supported in the kernel, I was wondering if
someone has come up with a similar one for the IBM 405?
If not could someone recomend a nice cheap IDE interface chip that
works well with ppc linux? (note performance is not an issue)
Thanks
Conn
--
*****************************************************************
If you live at home long enough, your parents will move out.
(Warning they may try to sell their house out from under you.)
*****************************************************************
Conn Clark
Engineering Stooge clark@esteem.com
Electronic Systems Technology Inc. www.esteem.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: Chris Zimman <hidden> Date: 2003-06-25 06:49:51
On Tue, Jun 24, 2003 at 03:17:24PM -0700, Conn Clark wrote:
I know that there is a cheap simple IDE interface for the MPC8xx
family
of processors that is supported in the kernel, I was wondering if
someone has come up with a similar one for the IBM 405?
You have PCI on the 405, so you have a huge variety of cheap IDE
controllers that will work. Look for some of the slightly older
Promise or CMD controllers from surplus suppliers, either should
work fine.
--Chris
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
Hi Conn,
we attached a CompactFlash socket to the 405's external bus on our CPCI405
CompactPCI board. The board is directly supported by the linuxppc_2_4_devel tree.
The tree includes a driver for simple memorymapped CompactFlash cards.
Matthias
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
From: Conn Clark <hidden> Date: 2003-06-26 20:53:32
Hello Matthias,
Actualy it was a quest for a compact flash interface that started me on
this IDE interface saga to begin with. I knew you could build an adapter
to access compact flash cheaply/easily.
Would it be posssible to give me ( or post ) a list of signal names of
what 405 signal connects to what compact flash signal in your interface?
I can understand if you say no.
Also was the compact flash connected dirrectly to the data and address
bus or did you need to buffer it in some way?
Matthias Fuchs wrote:
Hi Conn,
we attached a CompactFlash socket to the 405's external bus on our CPCI405
CompactPCI board. The board is directly supported by the
linuxppc_2_4_devel tree.
The tree includes a driver for simple memorymapped CompactFlash cards.
Matthias
Just the fact that I now know it can be done is of great help.
Thanks
Conn
--
*****************************************************************
If you live at home long enough, your parents will move out.
(Warning they may try to sell their house out from under you.)
*****************************************************************
Conn Clark
Engineering Stooge clark@esteem.com
Electronic Systems Technology Inc. www.esteem.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
Hi,
We are looking for a compactFLASH driver for Linux which runs over a PPC750. The
device we are using is Hitachi's 128MB FLASH part no - HB28B128C8HSR. We are
planning to interface this directly without any IDE controller or PCMCIA interface.
How do we go about writing a driver for this ? Is there any standard driver available
for this ?
Any help will be appreciated
Thanks & Regards,
Nandan
Matthias Fuchs wrote:
Hi Conn,
we attached a CompactFlash socket to the 405's external bus on our CPCI405
CompactPCI board. The board is directly supported by the linuxppc_2_4_devel tree.
The tree includes a driver for simple memorymapped CompactFlash cards.
Matthias