Prepare, build and flash any buildroot compatible device to run Kevoree
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation.
- Buildroot can handle lots of things: Cross-compilation toolchain, root filesystem generation, kernel image compilation and bootloader compilation.
- Buildroot is easy to use. Thanks to its kernel-like menuconfig, gconfig and xconfig configuration interfaces, building a basic system with Buildroot is easy and typically takes 15-30 minutes.
- Buildroot supports hundreds of packages: X.org stack, Gtk3, Qt 5, GStreamer, Webkit, OpenJDK, nodeJS a large number of network-related and system-related utilities are supported.
- Buildroot is for Everyone. It has a simple structure that makes it easy to understand and extend. It relies only on the well-known Makefile language.