Difference between revisions of "Blob"

From eLinux.org
Jump to: navigation, search
(Add Category Bootloaders)
 
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 06: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 

BLOB Project Page