BRN:Software:Build and Distribution:RootFS

From
Revision as of 07:51, 13 September 2006 by Jeschke (talk | contribs)
Jump to navigation Jump to search

Beside the kernel your target platform needs a root filesystem, which contains all necessary binaries to bootstrap the system until you get a login program and a shell.
For embedded systems the busybox collection provides a huge set of common UNIX tools in one binary. This method saves some space on flash and the different commands are symlinked to the "busybox" binsray.

Initscripts

$ svn co svn://sarsvn.informatik.hu-berlin.de/BerlinRoofNet/trunk/platform/wgt634u/rootfs root

Prev | Contents | Next