Jump to content

Barebox

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 193.232.173.35 (talk) at 13:09, 31 March 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Barebox
Original author(s)Sascha Hauer, the barebox community
Stable release
v2016.03.0 / March 10, 2016; 8 years ago (2016-03-10)
Repository
Written inC, Assembly language
PlatformARM, Blackfin, MIPS, Nios, x86
Available inEnglish
TypeFirmware, Bootloader
LicenseGPL v2
Websitehttp://www.barebox.org

Barebox is an open source, primary boot loader used in embedded devices. It is available for a number of different computer architectures, including ARM, Blackfin, MIPS, Nios and x86.

History

The barebox project began in July 2007. It was initially derived from Das U-Boot and adheres to several of its ideas, so users familiar with U-Boot are meant to come into production quickly with barebox. As the barebox developers are dedicated to the Linux kernel's coding style and code quality, barebox tries to stick as closely as possible to the methodologies and techniques developed in Linux.

Why barebox?

Most embedded Linux developers are familiar with busybox, the Swiss Army knife of embedded Linux. barebox aims to be the same Swiss army knife for bare metal; hence, it was called 'barebox'.

See also