* Re: Next steps
@ 2004-05-06 11:48 Mark Chambers
0 siblings, 0 replies; 3+ messages in thread
From: Mark Chambers @ 2004-05-06 11:48 UTC (permalink / raw)
To: bhawley; +Cc: linuxppc-embedded
Bob,
I would definitely recommend NFS. As Bob White pointed out, you can get a
directory structure all set up from eldk. The thing about NFS is you have a
PC with visual tools and all to mess with the same files that your embedded
system is accessing. Plus of course you have much more file space. And if
you're new to Linux it's a whole lot easier to get up to speed on the PC.
dhcp & bootp are really different things from NFS, although I think you have
to enable them in the [embedded] kernel for nfsboot to work. But you
probably want to set your board up with a fixed IP and compressed kernel (or
tftp it in) from u-boot, just feeding a command line to the kernel that
tells it the root is nfs something. No sense adding more complexity than
you need!
When it comes to stand-alone booting of an embedded system you can also
consider jffs2 or cramfs instead of initrd. (I can tell you more if you're
interested).
Mark Chambers
WV Computronics
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <Your message of "Tue, 04 May 2004 23:15:08 +0200." <20040504211508.GA2510@mars.ravnborg.org>]
* Re: Simple module, but won't build
@ 2004-05-04 21:46 ` Wolfgang Denk
2004-05-04 23:50 ` Next steps Brian Hawley
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2004-05-04 21:46 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Richard Danter, linuxppc-embedded
In message <20040504211508.GA2510@mars.ravnborg.org> you wrote:
>
> make -C $KERNELSRCDIR SUBDIRS=$PWD modules
>
> This should give you the correct gcc options.
>
> [Speaking of vanilla kernel, not knowing ELDK in this respect].
Same for ELDK. We use a standard Linux kernel, too [just some bug
fixes and extensions included].
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
"It's when they say 2 + 2 = 5 that I begin to argue." - Eric Pepke
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Next steps
2004-05-04 21:46 ` Simple module, but won't build Wolfgang Denk
@ 2004-05-04 23:50 ` Brian Hawley
2004-05-05 12:19 ` Bob White
0 siblings, 1 reply; 3+ messages in thread
From: Brian Hawley @ 2004-05-04 23:50 UTC (permalink / raw)
To: linuxppc-embedded
We've finally gotten the 2.5 kernel to boot using u-boot [ 2.6.3 doesn't,
nor did 2.4 variants ] on a PPC440GP
on the Ebony board.
At this point, it is trying to talk to a dhcp/bootp server and get a NFS
root filesystem.
Eventually, we'll be porting this to a custom board with some other chip
set support on it.
Our application will essentially be data acquisition and
transmission. We'll be talking to the chipset to
suck data off [ and push data ] and on the other side push/pull data from
the PCI bus.
Linux is probably overkill for this, but we wanted a development platform
we could extend in the future
more readily.
I'm curious as to the direction people think we should take at this
point. Should we be trying to set up
a root NFS filesystem [ presumably because it is easier to change -- and
then moving it to an initrd ? ]?
What do we need on the NFS filesystem...
What resources can you point me to to help us make the transition to the
next level.
Any help is appreciated,
Thanks.
-- Brian
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-06 11:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-06 11:48 Next steps Mark Chambers
[not found] <Your message of "Tue, 04 May 2004 23:15:08 +0200." <20040504211508.GA2510@mars.ravnborg.org>
2004-05-04 21:46 ` Simple module, but won't build Wolfgang Denk
2004-05-04 23:50 ` Next steps Brian Hawley
2004-05-05 12:19 ` Bob White
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).