* booting from flash
@ 2002-03-04 19:42 Steven Blakeslee
2002-03-04 19:54 ` Wolfgang Denk
2002-03-04 20:00 ` Dan Malek
0 siblings, 2 replies; 10+ messages in thread
From: Steven Blakeslee @ 2002-03-04 19:42 UTC (permalink / raw)
To: 'linuxppc-embedded@lists.linuxppc.org'
Is there a simple way to boot embedded linux from flash? I've been able to
easily compile and execute from RAM but when I try from flash the kernel can
not use the initrd and it panics.
Steven Blakeslee
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: booting from flash
2002-03-04 19:42 booting from flash Steven Blakeslee
@ 2002-03-04 19:54 ` Wolfgang Denk
2002-03-04 20:00 ` Dan Malek
1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2002-03-04 19:54 UTC (permalink / raw)
To: Steven Blakeslee; +Cc: 'linuxppc-embedded@lists.linuxppc.org'
In message <D73A25AA6E54D511AD74009027B1110F0F30E0@ORION> you wrote:
>
> Is there a simple way to boot embedded linux from flash? I've been able to
> easily compile and execute from RAM but when I try from flash the kernel can
> not use the initrd and it panics.
It would be helpful to know what board you have, and which formware
you're using.
So all I can say is: yes, there is a simple way. Probably it's a
two-step solution. The first step is installing PPCBoot, the second
step is using the "bootm" command.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
It is dangerous to be sincere unless you are also stupid.
- George Bernard Shaw
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: booting from flash
2002-03-04 19:42 booting from flash Steven Blakeslee
2002-03-04 19:54 ` Wolfgang Denk
@ 2002-03-04 20:00 ` Dan Malek
1 sibling, 0 replies; 10+ messages in thread
From: Dan Malek @ 2002-03-04 20:00 UTC (permalink / raw)
To: Steven Blakeslee; +Cc: 'linuxppc-embedded@lists.linuxppc.org'
Steven Blakeslee wrote:
> Is there a simple way to boot embedded linux from flash?
Ummm.....board, processor, boot rom, kernel version all would be helpful
to know, as this works on many systems by just flashing the zImage with
attached initrd.......
Thanks.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Booting from flash
@ 2000-07-31 15:18 David Vrabel
2000-07-31 15:29 ` David Woodhouse
0 siblings, 1 reply; 10+ messages in thread
From: David Vrabel @ 2000-07-31 15:18 UTC (permalink / raw)
To: mtd
Hi,
How would I go about getting linux to boot of flash. If I'm using FTL do
I need to make GRUB/LILO understand FTL? The board I'm using is a
standard PC architecture.
How do all you guys boot?
David Vrabel.
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Booting from flash
2000-07-31 15:18 Booting " David Vrabel
@ 2000-07-31 15:29 ` David Woodhouse
2000-07-31 15:48 ` Kira Brown
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: David Woodhouse @ 2000-07-31 15:29 UTC (permalink / raw)
To: David Vrabel; +Cc: mtd
dvrabel@arcom.co.uk said:
> How would I go about getting linux to boot of flash.
See Jason's stuff in the boot/ directory of my CVS tree. I haven't looked
at it. Other people are booting off flash quite happily.
> If I'm using FTL do I need to make GRUB/LILO understand FTL?
Yes. But why are you using FTL? It's patented and you're not permitted to
use it on non-PCMCIA devices. You should probably be using JFFS instead.
(You'd need to get your bootloader to understand JFFS, too, but keep an eye
on handhelds.org where that task is fairly high up on the TODO list.)
> The board I'm using is a standard PC architecture.
Wimp.
> How do all you guys boot?
I don't, on a PC.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: Booting from flash
2000-07-31 15:29 ` David Woodhouse
@ 2000-07-31 15:48 ` Kira Brown
2000-07-31 18:56 ` Bjorn Eriksson
2000-08-01 8:38 ` David Vrabel
2000-08-05 5:22 ` root
2 siblings, 1 reply; 10+ messages in thread
From: Kira Brown @ 2000-07-31 15:48 UTC (permalink / raw)
To: David Woodhouse; +Cc: David Vrabel, mtd
On Mon, 31 Jul 2000, David Woodhouse wrote:
> > The board I'm using is a standard PC architecture.
>
> Wimp.
Does the SC4x0 count as a non-standard PC architecture?
kira.
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Booting from flash
2000-07-31 15:29 ` David Woodhouse
2000-07-31 15:48 ` Kira Brown
@ 2000-08-01 8:38 ` David Vrabel
2000-08-05 5:22 ` root
2 siblings, 0 replies; 10+ messages in thread
From: David Vrabel @ 2000-08-01 8:38 UTC (permalink / raw)
To: mtd
David Woodhouse wrote:
>
> dvrabel@arcom.co.uk said:
> > How would I go about getting linux to boot of flash.
>
> See Jason's stuff in the boot/ directory of my CVS tree. I haven't looked
> at it. Other people are booting off flash quite happily.
Thanks.
> > If I'm using FTL do I need to make GRUB/LILO understand FTL?
>
> Yes. But why are you using FTL? It's patented and you're not permitted to
> use it on non-PCMCIA devices. You should probably be using JFFS instead.
Woah! This sort of restriction should be listed in the README or website
to prevent dumb people like me from using it by mistake.
> (You'd need to get your bootloader to understand JFFS, too, but keep an eye
> on handhelds.org where that task is fairly high up on the TODO list.)
>
> > The board I'm using is a standard PC architecture.
>
> Wimp.
Not my fault. I just work here. In fact I'm just a lowly student
working during summer hence all the clueless questions.
David Vrabel
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Booting from flash
2000-07-31 15:29 ` David Woodhouse
2000-07-31 15:48 ` Kira Brown
2000-08-01 8:38 ` David Vrabel
@ 2000-08-05 5:22 ` root
2 siblings, 0 replies; 10+ messages in thread
From: root @ 2000-08-05 5:22 UTC (permalink / raw)
To: David Woodhouse; +Cc: David Vrabel, mtd
On Mon, 31 Jul 2000, David Woodhouse wrote:
> > How would I go about getting linux to boot of flash.
>
> See Jason's stuff in the boot/ directory of my CVS tree. I haven't looked
> at it. Other people are booting off flash quite happily.
Since JFFS is working so nice someone really needs to write a version that
can speak JFFS, then you will have a complete solution!
I have no time though, we are moving offices suddenly :<
Jason
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-03-04 20:00 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-04 19:42 booting from flash Steven Blakeslee
2002-03-04 19:54 ` Wolfgang Denk
2002-03-04 20:00 ` Dan Malek
-- strict thread matches above, loose matches on Subject: below --
2000-07-31 15:18 Booting " David Vrabel
2000-07-31 15:29 ` David Woodhouse
2000-07-31 15:48 ` Kira Brown
2000-07-31 18:56 ` Bjorn Eriksson
2000-07-31 21:15 ` Kira Brown
2000-08-01 8:38 ` David Vrabel
2000-08-05 5:22 ` root
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.