Options (4)
-p, --programmerbooleanProbe the chip, ensuring the wiring is correct
Example:
flashrom {{[-p|--programmer]}} {{programmer}}-r, --readbooleanRead flash and save it to a file
Example:
flashrom {{[-p|--programmer]}} {{programmer}} {{[-r|--read]}} {{path/to/file}}-w, --writebooleanWrite a file to the flash
Example:
flashrom {{[-p|--programmer]}} {{programmer}} {{[-w|--write]}} {{path/to/file}}-v, --verifybooleanVerify the flash against a file
Example:
flashrom {{[-p|--programmer]}} {{programmer}} {{[-v|--verify]}} {{path/to/file}}Examples (5)
Probe the chip, ensuring the wiring is correct
flashrom [-p|--programmer] programmerRead flash and save it to a file
flashrom [-p|--programmer] programmer [-r|--read] path/to/fileWrite a file to the flash
flashrom [-p|--programmer] programmer [-w|--write] path/to/fileVerify the flash against a file
flashrom [-p|--programmer] programmer [-v|--verify] path/to/fileProbe the chip using Raspberry Pi
flashrom [-p|--programmer] linux_spi:dev=/dev/spidev0.0made by @shridhargupta | data from tldr-pages