dda90723ce
0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem. |
||
---|---|---|
docs | ||
package | ||
target | ||
toolchain | ||
.cvsignore | ||
.defconfig | ||
Config.in | ||
Makefile |
To build and use the buildroot stuff, do the following: 1) run 'make' 2) select which packages you wish to compile 3) run 'make' 4) wait while it compiles 5) Use your shiney new root filesystem. Depending on which sortof root filesystem you selecter, you may want to loop mount it, chroot into it, loop mount it and then nfs mount that on your target device, burn it to flash, or whatever is appropriate for your target system. You do not need to be root to build or run buildroot. Have fun! -Erik Please feed suggestions, bug reports, insults, and bribes back to: Erik Andersen <andersen@codepoet.org>