* Boot up problem with Kernel 2.4.8
@ 2001-09-09 21:14 Bao C. Ha
2001-09-10 5:03 ` Thomas Eschenbacher
0 siblings, 1 reply; 2+ messages in thread
From: Bao C. Ha @ 2001-09-09 21:14 UTC (permalink / raw)
To: linux-mtd
I have a strange problem with kernel 2.4.8. When
I tried to boot up with "root=/dev/mtdblock/3", it
gets panic and can't find the root device. When,
I change to "root=1f03", it works. I am using
RedBoot if it matters, but it works with 2.4.5
before.
Appreciate any comments/suggestions.
Thanks.
Bao
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Boot up problem with Kernel 2.4.8
2001-09-09 21:14 Boot up problem with Kernel 2.4.8 Bao C. Ha
@ 2001-09-10 5:03 ` Thomas Eschenbacher
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Eschenbacher @ 2001-09-10 5:03 UTC (permalink / raw)
To: Bao C. Ha; +Cc: linux-mtd
"Bao C. Ha" wrote:
>
> I have a strange problem with kernel 2.4.8. When
> I tried to boot up with "root=/dev/mtdblock/3", it
> gets panic and can't find the root device. When,
> I change to "root=1f03", it works. I am using
> RedBoot if it matters, but it works with 2.4.5
> before.
I had the same problem with a plain 2.4.9. Rober Kaiser gave me the hint
that there's something missing in the device list in
"linux/init/main.c":
#ifdef CONFIG_NFTL
{ "nftla", 0x5d00 },
{ "nftlb", 0x5d10 },
{ "nftlc", 0x5d20 },
{ "nftld", 0x5d30 },
#endif
#ifdef CONFIG_FTL
{ "ftla", 0x2c00 },
{ "ftlb", 0x2c10 },
{ "ftlc", 0x2c20 },
{ "ftld", 0x2c30 },
#endif
#ifdef CONFIG_MTD
{ "mtdblock", 0x1f00 },
#endif
As an alternative, you can switch to kernel 2.4.9 and apply Alan Cox's
patch-2.4.9-ac9. This also made JFFS2 working and maybe it also solves
your problem ;-)
Thomas.
(thanks to Alan for porting JFFS2!)
--
________________________________________________________________________
Thomas Eschenbacher Thomas.Eschenbacher@gmx.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-10 4:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-09 21:14 Boot up problem with Kernel 2.4.8 Bao C. Ha
2001-09-10 5:03 ` Thomas Eschenbacher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox