BRN:Software:Build and Distribution:RootFS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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.<br> |
|||
For embedded systems the [http://www.busybox.net/ 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 |
|||
---- |
---- |
||
<span style="padding-left:0.5em">'''[[BRN:Software:Build and Distribution:BRN-SDP|Prev]]''' | '''[[BRN:Software:Build and Distribution|Contents]]''' | '''[[BRN:Software:Build and Distribution:Build and install an image|Next]]'''</span> |
<span style="padding-left:0.5em">'''[[BRN:Software:Build and Distribution:BRN-SDP|Prev]]''' | '''[[BRN:Software:Build and Distribution|Contents]]''' | '''[[BRN:Software:Build and Distribution:Build and install an image|Next]]'''</span> |
Revision as of 07:51, 13 September 2006
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