Buildroot is an embedded Linux build system, builds from source for:

This is dockerized buildroot with following features:
Warning! coopermaa/buildroot_x86_64 > 3.2 GB and Docker > 1.2 is required.
Create a buildroot_x86_64 container:
$ docker run -it coopermaa/buildroot_x86_64
Then, start to use buildroot inside the container:
# make [menu|x|n|g]config
...
# make
...
# ls output/images
rootfs.tar rootfs.ext2 bzImage
Run the image with qemu:
# cd output
# qemu-system-x86_64 -kernel zImage -hda rootfs.ext2 \
-append "root=/dev/sda console=ttyS0" -nographic
Content type
Image
Digest
sha256:9ed13d694…
Size
1 GB
Last updated
almost 11 years ago
docker pull coopermaa/buildroot_x86_64