Difference between revisions of "U-Boot"
From LinuxMIPS
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [http://u-boot.sourceforge.net/ U-Boot] is | + | [http://u-boot.sourceforge.net/ U-Boot] is a universal boot loader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run OS and application code. |
| + | |||
| + | Sample features are: | ||
| + | * serial console support | ||
| + | * integrated shell alike setup interface | ||
| + | * optional password protectection and timeout for acces to setup interface on boot | ||
| + | * editable configuration space | ||
| + | * downloads software trough tftp servers | ||
| + | * flash routines for EEPROMS of misc technology including NANDs | ||
| + | * runs test applications directly | ||
| + | * boots Linux | ||
| + | |||
| + | Sample distributions that do use U-boot: | ||
| + | * DENX ELDK | ||
| + | * emlix | ||
| + | |||
| + | == Web resources == | ||
| + | |||
| + | The presentation at | ||
| + | [http://www.denx.de/twiki/bin/view/UBootdoc/Presentation] gives an overview about | ||
| + | history and main features. | ||
| + | |||
| + | A detailed manual can be found at | ||
| + | [http://www.denx.de/twiki/bin/view/DULG/Manual]. | ||
| + | [[category:U-Boot]] | ||
Latest revision as of 13:15, 16 August 2012
U-Boot is a universal boot loader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run OS and application code.
Sample features are:
- serial console support
- integrated shell alike setup interface
- optional password protectection and timeout for acces to setup interface on boot
- editable configuration space
- downloads software trough tftp servers
- flash routines for EEPROMS of misc technology including NANDs
- runs test applications directly
- boots Linux
Sample distributions that do use U-boot:
- DENX ELDK
- emlix
[edit] Web resources
The presentation at [1] gives an overview about history and main features.
A detailed manual can be found at [2].