-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

flashrom


> Read, write, verify and erase flash chips.

More information.


Probe the chip, ensuring the wiring is correct:

flashrom --programmer {programmer}

Read flash and save it to a file:

flashrom -p {programmer} --read {path/to/file}

Write a file to the flash:

flashrom -p {programmer} --write {path/to/file}

Verify the flash against a file:

flashrom -p {programmer} --verify {path/to/file}

Probe the chip using Raspberry Pi:

flashrom -p {linux_spi:dev=/dev/spidev0.0}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:47:07 2024