install/spi: Document the Raspberry Pi Pico 2

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-12-30 17:28:53 +00:00
parent 0893abd635
commit 935e5aec14
2 changed files with 20 additions and 4 deletions

View File

@ -40,7 +40,7 @@ dump, erase and rewrite these flash chips.
libreboot currently documents how to use these SPI programmers:
* Raspberry Pi Pico
* Raspberry Pi Pico / Pico 2
* Raspberry Pi (RPi) single-board computers
* BeagleBone Black (BBB)
* Libre Computer 'Le Potato'
@ -65,6 +65,13 @@ is called *external* because it's not the *internal* one on your mainboard.
Raspberry Pi Pico
=================
**Pico 2 and other RP2530 dongles also supported, on Libreboot 20241206 rev8
or higher. Releases before this only supported the original Pico, and other
RP2040 dongles; newer Libreboot releases now support both RP2040 and RP2530.**
The pinout on Raspberry Pi Pico and Raspberry Pi Pico 2 are identical, but you
must take care to flash the correct image on either device.
![Left to right: Raspberry Pi Pico and Pico H](https://av.libreboot.org/rpi_pico/two_picos.webp)
If you don't already have a programmer, get this one! It's well engineered,
@ -101,7 +108,8 @@ do:
This will automatically build the rpi-pico firmware, and the file will be
at `bin/serprog_rp2040/serprog_pico.uf2`
and `bin/serprog_rp2040/serprog_pico_w.uf2`.
and `bin/serprog_rp2040/serprog_pico_w.uf2` - images with `pico2` in the
file name are for the Pico 2, and they can also be used.
Disconnect the Pico and proceed to wire it to your
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have).

View File

@ -27,7 +27,7 @@ Introduction
libreboot 目前记录了这些 SPI 编程器的使用方法:
* Raspberry Pi Pico
* Raspberry Pi Pico / Pico 2
* 树莓派Raspberry PiRPi
* BeagleBone BlackBBB
* Libre Computer 'Le Potato'
@ -43,6 +43,13 @@ libreboot 目前记录了这些 SPI 编程器的使用方法:
Raspberry Pi Pico
=================
**Pico 2 and other RP2530 dongles also supported, on Libreboot 20241206 rev8
or higher. Releases before this only supported the original Pico, and other
RP2040 dongles; newer Libreboot releases now support both RP2040 and RP2530.**
The pinout on Raspberry Pi Pico and Raspberry Pi Pico 2 are identical, but you
must take care to flash the correct image on either device.
![Left to right: Raspberry Pi Pico and Pico H](https://av.libreboot.org/rpi_pico/two_picos.webp)
If you don't already have a programmer, get this one! It's well engineered,
@ -75,7 +82,8 @@ do:
This will automatically build the rpi-pico firmware, and the file will be
at `bin/serprog_rp2040/serprog_pico.uf2`
and `bin/serprog_rp2040/serprog_pico_w.uf2`.
and `bin/serprog_rp2040/serprog_pico_w.uf2` - images with `pico2` in the
file name are for the Pico 2, and they can also be used.
Disconnect the Pico and proceed to wire it to your
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have).