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 committed by Leah Rowe
parent 1620d233f2
commit c908ea1137
2 changed files with 22 additions and 6 deletions

View File

@ -19,7 +19,7 @@ dump, erase and rewrite these flash chips.
Canoeboot currently documents how to use these SPI programmers: Canoeboot currently documents how to use these SPI programmers:
* Raspberry Pi (RPi) * Raspberry Pi Pico / Pico 2
* Raspberry Pi (RPi) single-board computers * Raspberry Pi (RPi) single-board computers
* BeagleBone Black (BBB) * BeagleBone Black (BBB)
* Libre Computer 'Le Potato' * Libre Computer 'Le Potato'
@ -44,7 +44,14 @@ is called *external* because it's not the *internal* one on your mainboard.
Raspberry Pi Pico Raspberry Pi Pico
================= =================
![Left to right: Raspberry Pi Pico and Pico H](https://av.canoeboot.org/rpi_pico/two_picos.webp) **Pico 2 and other RP2530 dongles also supported, on Canoeboot 20250107
or higher. Releases before this only supported the original Pico, and other
RP2040 dongles; newer Canoeboot 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, If you don't already have a programmer, get this one! It's well engineered,
safe, and costs just $5 with headers pre-soldered (Raspberry Pi Pico H). safe, and costs just $5 with headers pre-soldered (Raspberry Pi Pico H).
@ -76,7 +83,8 @@ do:
This will automatically build the rpi-pico firmware, and the file will be This will automatically build the rpi-pico firmware, and the file will be
at `bin/serprog_rp2040/serprog_pico.uf2` 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 Disconnect the Pico and proceed to wire it to your
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). [flash chip](/docs/install/spi.html#identify-which-flash-type-you-have).

View File

@ -9,7 +9,7 @@ x-toc-enable: true
canoeboot 目前记录了这些 SPI 编程器的使用方法: canoeboot 目前记录了这些 SPI 编程器的使用方法:
* Raspberry Pi Pico * Raspberry Pi Pico / Pico 2
* 树莓派Raspberry PiRPi * 树莓派Raspberry PiRPi
* BeagleBone BlackBBB * BeagleBone BlackBBB
* Libre Computer 'Le Potato' * Libre Computer 'Le Potato'
@ -25,7 +25,14 @@ canoeboot 目前记录了这些 SPI 编程器的使用方法:
Raspberry Pi Pico Raspberry Pi Pico
================= =================
![Left to right: Raspberry Pi Pico and Pico H](https://av.canoeboot.org/rpi_pico/two_picos.webp) **Pico 2 and other RP2530 dongles also supported, on Canoeboot 20250107
or higher. Releases before this only supported the original Pico, and other
RP2040 dongles; newer Canoeboot 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, If you don't already have a programmer, get this one! It's well engineered,
safe, and costs just $5 with headers pre-soldered (Raspberry Pi Pico H). safe, and costs just $5 with headers pre-soldered (Raspberry Pi Pico H).
@ -52,7 +59,8 @@ do:
This will automatically build the rpi-pico firmware, and the file will be This will automatically build the rpi-pico firmware, and the file will be
at `bin/serprog_rp2040/serprog_pico.uf2` 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 Disconnect the Pico and proceed to wire it to your
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). [flash chip](/docs/install/spi.html#identify-which-flash-type-you-have).