* connecting IDE directly to MPC8xx
@ 2003-02-21 14:58 Jan Damborsky
2003-02-21 15:09 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Jan Damborsky @ 2003-02-21 14:58 UTC (permalink / raw)
To: linuxppc-dev
Hello guys,
I am using PPCBoot on my board with MPC823E.
I am lucky and I ported Linux on this board. All
works well but I don't know, how to configure
kernel 2_4_3 form ElinOS v2.0 to work with IDE hard disk connected
directly to MPC823 bus (utilizing PCMCIA bus signals
in way PPCBoot does it - in PPCBoot my IDE disk works well).
In kernel 2_4_3 from ElinOS v2.0 I use this options:
CONFIG_BLK_DEV_MPC8xx_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTIMODE=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BLK_DEV_IDE_MODES=y
But It doesn't work at all. It crashes in do_probe() function,
when accessing bad memory region. I have mapped all
PCMCIA regions correctly.
Is any straightforward way to configure kernel to work with
this IDE connection ?
Thanks in advance, HANYS
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: connecting IDE directly to MPC8xx
2003-02-21 14:58 connecting IDE directly to MPC8xx Jan Damborsky
@ 2003-02-21 15:09 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-02-21 15:09 UTC (permalink / raw)
To: Jan Damborsky; +Cc: linuxppc-dev
Dear Jan,
in message <3E563EA4.7070207@devcom.cz> you wrote:
>
> I am using PPCBoot on my board with MPC823E.
> I am lucky and I ported Linux on this board. All
Congrats!
> works well but I don't know, how to configure
> kernel 2_4_3 form ElinOS v2.0 to work with IDE hard disk connected
> directly to MPC823 bus (utilizing PCMCIA bus signals
> in way PPCBoot does it - in PPCBoot my IDE disk works well).
>
> In kernel 2_4_3 from ElinOS v2.0 I use this options:
> CONFIG_BLK_DEV_MPC8xx_IDE=y
> CONFIG_IDE=y
> CONFIG_BLK_DEV_IDE=y
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_IDEDISK_MULTIMODE=y
> CONFIG_PARTITION_ADVANCED=y
> CONFIG_MSDOS_PARTITION=y
> CONFIG_BLK_DEV_IDE_MODES=y
These options look OK to me; for another example please see
http://www.denx.de/doc/TQM8xxL/advanced-topics.html#FLASH-DISKS
> But It doesn't work at all. It crashes in do_probe() function,
> when accessing bad memory region. I have mapped all
> PCMCIA regions correctly.
> Is any straightforward way to configure kernel to work with
> this IDE connection ?
Probably the ElinOS kernel does not support this properly.
Feel free to try the kernel from our CVS server which has been used
with such configurations in several projects. See
http://www.denx.de/re/linux.html
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
There is a biblical analogy I'd like to draw here. Casts are to C++
Programmers what the apple was to Eve. - Scott Douglas Meyers
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-21 15:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-21 14:58 connecting IDE directly to MPC8xx Jan Damborsky
2003-02-21 15:09 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.