Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html
https://buildroot.org/

Eric Andersen 8defcb5c65 Tarcisio writes: 21 лет назад
make 8defcb5c65 Tarcisio writes: 21 лет назад
sources ae5d1e6253 Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 option 21 лет назад
.cvsignore 14b1c7d4f7 Ignore unwanted stuff 22 лет назад
Makefile 63914bb2ac Use busybox to provide login etc by default 22 лет назад
README 1fc3f2f3de Rework things to ensure we are cross compiling. Teach problematic 23 лет назад
README.patches 457fab1aa9 Minor doc update to match reality 21 лет назад

README

To build and use the buildroot stuff, do the following:

1) run 'make'
2) wait while it compiles
3) run './UMlinux' to test out your root filesystem using User Mode Linux.

You do not need to be root to build or run this system. Each Virtual Terminal
will be opened in its own window. You must be running X and have xterm
installed for this to work -- otherwise you see a few errors on bootup as it
tries to launch xterms. It will still work on a console, but you will not
have access to the other Virtual Terminals.

Also, you the uClibc and busybox source trees that
are downloaded are fully set up for anonymous CVS access. You may need to set
up your system for anonymous CVS access by running the following command:

cvs -d:pserver:anonymous@busybox.net:/var/cvs login

Then just hit Enter when it prompts you for a password. You only need to do
this once. Then, whenever you want to update your system, just go into the
busybox or uClibc directory and run 'cvs update'.

Have fun!

-Erik

Please feed suggestions, bug reports, insults, and bribes back to:
Erik Andersen