Add pinout.png

Based on pico-pinout.svg by Raspberry Pi Ltd, released under the
Creative Commons Attribution-ShareAlike 4.0 International license.

https://www.raspberrypi.com/documentation/microcontrollers/images/pico-pinout.svg
https://creativecommons.org/licenses/by-sa/4.0/

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
This commit is contained in:
Riku Viitanen 2023-09-01 05:28:01 +03:00
parent 300a2517e6
commit 51a50ac9db
2 changed files with 12 additions and 4 deletions

BIN
pinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -9,10 +9,12 @@ This takes about 17 seconds to read the 8MiB BIOS chip of an X200.
Pinout for the SPI lines:
| Pin | Function |
|-----|----------|
| GP5 | CS |
| GP4 | MISO |
| GP3 | MOSI |
| GP2 | SCK |
| 7 | CS |
| 6 | MISO |
| 5 | MOSI |
| 4 | SCK |
![Pico pinout](pinout.png)
## Compiling
@ -53,3 +55,9 @@ flashrom -p serprog:dev=/dev/ttyACMx,spispeed=32M -w flash.bin
As a lot of the code itself was heavily inspired/influenced by `stm32-vserprog`
this code is licensed under GPLv3.
pinout.png is based on
[pico-pinout.svg](https://www.raspberrypi.com/documentation/microcontrollers/images/pico-pinout.svg)
by Raspberry Pi Ltd, under the
[Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
license.