June 2017
Intermediate to advanced
478 pages
13h 14m
English
Buildroot uses the kernel Kconfig/Kbuild mechanism, which I described in the section Understanding kernel configuration in Chapter 4, Configuring and Building the Kernel. You can configure Buildroot from scratch directly using make menuconfig (xconfig or gconfig), or you can choose one of the 100+ configurations for various development boards and the QEMU emulator, which you can find stored in the directory, configs/. Typing make list-defconfigs lists all the default configurations.
Let's begin by building a default configuration that you can run on the ARM QEMU emulator:
$ cd buildroot$ make qemu_arm_versatile_defconfig$ make
Read now
Unlock full access