* Linux in Flash on MPC5200 (icecube)
@ 2004-02-18 14:29 Gerrit Van de Velde
2004-02-18 14:34 ` Gerrit Van de Velde
0 siblings, 1 reply; 2+ messages in thread
From: Gerrit Van de Velde @ 2004-02-18 14:29 UTC (permalink / raw)
To: linuxppc-embedded
Hello,
I'm currently trying to get a linux in the flash of a MPC5200Lite board
in order to let it be self hosting. U-boot is in flash (lowboot config).
I've changed the linuxppc_2_4_20_mpc5200/drivers/mtd/maps/icecube.c file
to have a different flash partitioning in order to have U-boot in
/dev/mtd0 and a big empty mtd1 and then a mtd2 with Motorola firmware.
Currently I have a jffs2 image (4.4Mb) with the root filesystem (busybox
+ tinylogin) in the FLASH (/dev/mtd1 - /dev/mtdblock1) and I'm able to
mount it and boot from it. The kernel is still received via TFTP though.
But after the kernel has mounted the root (bootargs=root=/dev/mtdblock1
rw), a warning is displayed: "warning: unable to open initial console"
so I can't see anything from that point in time on my terminal screen.
I have 4 (simple?) questions for now:
1. I tried with bootargs console=ttyS0,115200 but i get the same
warning, why ? bootargs being root=/dev/nfs rw nfsroot=.... with no
console specified, does work.
2. Why does it take so long (+10 sec) to mount the /dev/mtdblock1 ?
3. Why isn't mk.jffs2 included in the eldk/ppc_82xx/ ? Is this for a
particular reason ? I'm unable to install them myself until now.
(getting al kinds of errors when building the mtd utils)
4. Why is CRAMFS not supported in the icecube_5200_defconfig ?
Kind regards,
Gerrit Van de Velde
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux in Flash on MPC5200 (icecube)
2004-02-18 14:29 Linux in Flash on MPC5200 (icecube) Gerrit Van de Velde
@ 2004-02-18 14:34 ` Gerrit Van de Velde
0 siblings, 0 replies; 2+ messages in thread
From: Gerrit Van de Velde @ 2004-02-18 14:34 UTC (permalink / raw)
To: linuxppc-embedded
On Wed, 2004-02-18 at 15:29, Gerrit Van de Velde wrote:
> Hello,
>
> Currently I have a jffs2 image (4.4Mb) with the root filesystem (busybox
> + tinylogin) in the FLASH (/dev/mtd1 - /dev/mtdblock1) and I'm able to
> mount it and boot from it.
sorry, I have a jffs image, not jffs2
Kind regards,
Gerrit Van de Velde
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-18 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-18 14:29 Linux in Flash on MPC5200 (icecube) Gerrit Van de Velde
2004-02-18 14:34 ` Gerrit Van de Velde
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).