2
1

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/

Charles Manning e4f787ec99 configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board 10 жил өмнө
arch f410de4140 arch: aarch64 always has a MMU 10 жил өмнө
board e4f787ec99 configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board 10 жил өмнө
boot 4dd4b9ace5 boot/uboot: add support for i.MX28 NAND format 10 жил өмнө
configs e4f787ec99 configs: add altera_socdk_defconfig for Altera Cyclone 5 Development Board 10 жил өмнө
docs 9e8857d05a docs/manual: add kernel-module 10 жил өмнө
fs 795df97093 fs/iso9660: add support for grub2 10 жил өмнө
linux e97938286f linux: bump default to version 4.1.2 10 жил өмнө
package aec5af98ca nfs_utils: Fix for read-only rootfs 10 жил өмнө
support ef7cc99c7a pkg-generic: fix fallout of <pkg>_STRIP_COMPONENTS introduction 10 жил өмнө
system 2b47c7f095 system/device_table.txt: /etc/random-seed is no more 10 жил өмнө
toolchain 827ba46556 aarch64: add big endian(aarch64_be) support 10 жил өмнө
.defconfig a46007daa7 arch: kill avr32 11 жил өмнө
.gitignore 145508473c update gitignore 12 жил өмнө
CHANGES 6d73615f0c Update for 2015.05 10 жил өмнө
COPYING 1aeaae4990 clarify license and fix website license link 16 жил өмнө
Config.in e7b8f43410 Config.in: remove BR2_DEPRECATED_SINCE_2014_05 10 жил өмнө
Config.in.legacy 4c0613e7de gpu-viv-bin-mx6q: rename package to imx-gpu-viv 10 жил өмнө
Makefile 76d1c729f0 package: Remove shell completion at finalize stage 10 жил өмнө
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG 12 жил өмнө
README 33bb2822cd README: mention 'make list-defconfigs' 10 жил өмнө

README

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

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

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot. Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.