Skip to content

Add flashrom 0.9.9 #228

Merged
merged 1 commit into from
Dec 5, 2016
Merged

Add flashrom 0.9.9 #228

merged 1 commit into from
Dec 5, 2016

Commits on Dec 2, 2016

  1. flashrom: Add version 0.9.9

    Description [1]:
    
    > flashrom is a utility for identifying, reading, writing, verifying and
    > erasing flash chips. It is designed to flash
    > BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
    > network/graphics/storage controller cards, and various other
    > programmer devices.
    
    This can be used for firmware updates issued from the operating system
    on supported boards. So add version 0.9.9.
    
    ```
    pmenzel@keineahnung:~/bee-files> bee init https://download.flashrom.org/releases/flashrom-0.9.9.tar.bz2
    creating flashrom-0.9.9-0.bee from template '/etc/default/bee/templates/fallback'
    pmenzel@keineahnung:~/bee-files> git add flashrom-0.9.9-0.bee
    pmenzel@keineahnung:~/bee-files> git mv flashrom-0.9.9-0.bee flashrom.be0
    ```
    
    Examples:
    
    ```
    $ flashrom --help
    $ flashrom --list-supported
    $ sudo flashrom --programmer internal --verbose
    $ sudo flashrom --programmer internal --read firmware.rom
    $ sudo flsahrom --programmer internal --write new-bios.rom
    ```
    
    [1] https://www.flashrom.org
    pmenzel committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    5d30f88 View commit details
    Browse the repository at this point in the history