FlashRom: Difference between revisions

From OpenBIOS
Jump to navigation Jump to search
Line 10: Line 10:
[[User:Stepan|Stefan Reinauer]] added a lot of new features to Ollie's utility and renamed it to '''flashrom'''. This utility still lacks some features the old '''/dev/bios''' driver was having, but it can easily be used from userspace without recompiling the kernel.
[[User:Stepan|Stefan Reinauer]] added a lot of new features to Ollie's utility and renamed it to '''flashrom'''. This utility still lacks some features the old '''/dev/bios''' driver was having, but it can easily be used from userspace without recompiling the kernel.


You can download the latest version of '''flashrom''' [http://www.openbios.org/viewvc/trunk/LinuxBIOSv2/util/flashrom.tar.gz?view=tar from the LinuxBIOSv2 svn repository]
You can download the latest version of '''flashrom''' [http://www.openbios.org/viewvc/trunk/util/flashrom.tar.gz?view=tar from the LinuxBIOS svn repository]

Revision as of 10:49, 12 August 2007

This article is not yet written but started.
It may be confusing or it contains not enough information it should have to explain matters. People are invited to expand it.


Flash Updates in Linux

Formerly OpenBIOS provided its own flashing facility implemented as a device driver called /dev/bios. One big disadvantage of /dev/bios was that it needed to be recompiled for every minor kernel update.

Ollie Lho, back when working at SIS, started a new effort which he called flash_and_burn. This utility became part of the LinuxBIOS project and evolved to work with non-SIS chipsets.

Stefan Reinauer added a lot of new features to Ollie's utility and renamed it to flashrom. This utility still lacks some features the old /dev/bios driver was having, but it can easily be used from userspace without recompiling the kernel.

You can download the latest version of flashrom from the LinuxBIOS svn repository