what is the utility of the buildroot on beagleboneBlack?

你说的曾经没有我的故事 提交于 2019-12-02 19:27:39

问题


I don't understand what is the reason of buildroot of a card such as beaglebone black where as it has a Linux system when we bought.What is the utility of the buildroot?


回答1:


Build a completely custom, lightweight, and fast-booting embedded Linux system?




回答2:


Buildroot is a set of Makefiles and patches that makes it easy to generate a complete embedded Linux system.

Buildroot can generate any or all of a cross-compilation toolchain, a root filesystem, a kernel image and a bootloader image.

It is useful mainly for people working with small or embedded systems, using various CPU architectures (x86, ARM, MIPS, PowerPC, etc.) : it automates the building process of your embedded system and eases the cross-compilation process.

The resulting root filesystem is mounted read-only, but other filesystems can be mounted read/write for persistence.

Although user accounts can be created, in practice almost everything is done as root. Buildroot uses no package manager.

Instead, package selection is managed through make menuconfig.

source http://elinux.org/BeagleBone_Operating_Systems



来源:https://stackoverflow.com/questions/31834365/what-is-the-utility-of-the-buildroot-on-beagleboneblack

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!