Changes

Jump to: navigation, search

Creating a RFS with Buildroot

265 bytes added, 15:39, 9 January 2013
m
Package selection
The list of available packages can be accessed entering the '''Package selection for the target''' option
It's important that busybox provides the '''depmod''' command, which is not enabled by default. To enable it, you need to modify the buildroot/package/busybox/busybox-1.20.x.config file adding
 
<pre>
CONFIG_DEPMOD=y
CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
</pre>
= Building the root file system =

Navigation menu