Skip to content

Commit

Permalink
docs: correct spelling of flashprog
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Fanbus committed Sep 6, 2024
1 parent 06ef5e4 commit 89538d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To communicate with the UART peripheral, open the corresponding serial port (e.g

To interact with the Raspberry Pi Pico for reading and writing SPI flash chips, you can use tools like `flashrom` or `flashprog`. These tools support the `serprog` protocol, which allows communication over a serial interface.

1. Install `flashrom` or `flsahprog` e.g.:
1. Install `flashrom` or `flashprog` e.g.:

```sh
sudo apt-get install flashrom
Expand Down

0 comments on commit 89538d3

Please sign in to comment.