Difference between revisions of "Blob"
From eLinux.org
(Add Category Bootloaders) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
Boot Loader OBject | Boot Loader OBject | ||
| − | originally written for a Intel StrongArm SA-1100 based board as part of the [[LART | + | originally written for a Intel StrongArm SA-1100 based board as part of the [[LART Project]]. It was ported to several different platforms, but due to it's initial development being targeted at a single platform, porting it to other devices not based on the Intel StrongArm series proved difficult. the project has become defunct in favor of more robust bootloaders such as [[APEX]] and [[U-Boot]]. |
Blob can… | Blob can… | ||
| Line 13: | Line 13: | ||
[http://www.lartmaker.nl/lartware/blob/ BLOB Project Page] | [http://www.lartmaker.nl/lartware/blob/ BLOB Project Page] | ||
| + | [[Category:Bootloaders]] | ||
Latest revision as of 13:32, 6 May 2011
Boot Loader OBject
originally written for a Intel StrongArm SA-1100 based board as part of the LART Project. It was ported to several different platforms, but due to it's initial development being targeted at a single platform, porting it to other devices not based on the Intel StrongArm series proved difficult. the project has become defunct in favor of more robust bootloaders such as APEX and U-Boot.
Blob can…
* initialise the hardware (CPU speed, memory, interrupts, RS232) * boot a linux kernel and provide it with a ramdisk * download a kernel or a ramdisk to the LART * write a freshly downloaded kernel or ramdisk to flash memory * determine the memory layout (and tell the kernel about the results) * give a command line to the kernel