File site/docs/install/spi.md changed (mode: 100644) (index bee0573..ef47d30) |
... |
... |
dump, erase and rewrite these flash chips. |
40 |
40 |
|
|
41 |
41 |
libreboot currently documents how to use these SPI programmers: |
libreboot currently documents how to use these SPI programmers: |
42 |
42 |
|
|
43 |
|
* Raspberry Pi Pico |
|
|
43 |
|
* Raspberry Pi Pico / Pico 2 |
44 |
44 |
* Raspberry Pi (RPi) single-board computers |
* Raspberry Pi (RPi) single-board computers |
45 |
45 |
* BeagleBone Black (BBB) |
* BeagleBone Black (BBB) |
46 |
46 |
* Libre Computer 'Le Potato' |
* Libre Computer 'Le Potato' |
|
... |
... |
is called *external* because it's not the *internal* one on your mainboard. |
65 |
65 |
Raspberry Pi Pico |
Raspberry Pi Pico |
66 |
66 |
================= |
================= |
67 |
67 |
|
|
|
68 |
|
**Pico 2 and other RP2530 dongles also supported, on Libreboot 20241206 rev8 |
|
69 |
|
or higher. Releases before this only supported the original Pico, and other |
|
70 |
|
RP2040 dongles; newer Libreboot releases now support both RP2040 and RP2530.** |
|
71 |
|
|
|
72 |
|
The pinout on Raspberry Pi Pico and Raspberry Pi Pico 2 are identical, but you |
|
73 |
|
must take care to flash the correct image on either device. |
|
74 |
|
|
68 |
75 |
 |
 |
69 |
76 |
|
|
70 |
77 |
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, |
|
... |
... |
do: |
101 |
108 |
|
|
102 |
109 |
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 |
103 |
110 |
at `bin/serprog_rp2040/serprog_pico.uf2` |
at `bin/serprog_rp2040/serprog_pico.uf2` |
104 |
|
and `bin/serprog_rp2040/serprog_pico_w.uf2`. |
|
|
111 |
|
and `bin/serprog_rp2040/serprog_pico_w.uf2` - images with `pico2` in the |
|
112 |
|
file name are for the Pico 2, and they can also be used. |
105 |
113 |
|
|
106 |
114 |
Disconnect the Pico and proceed to wire it to your |
Disconnect the Pico and proceed to wire it to your |
107 |
115 |
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). |
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). |
File site/docs/install/spi.zh-cn.md changed (mode: 100644) (index 44f1a92..6cc0784) |
... |
... |
Introduction |
27 |
27 |
|
|
28 |
28 |
libreboot 目前记录了这些 SPI 编程器的使用方法: |
libreboot 目前记录了这些 SPI 编程器的使用方法: |
29 |
29 |
|
|
30 |
|
* Raspberry Pi Pico |
|
|
30 |
|
* Raspberry Pi Pico / Pico 2 |
31 |
31 |
* 树莓派(Raspberry Pi,RPi) |
* 树莓派(Raspberry Pi,RPi) |
32 |
32 |
* BeagleBone Black(BBB) |
* BeagleBone Black(BBB) |
33 |
33 |
* Libre Computer 'Le Potato' |
* Libre Computer 'Le Potato' |
|
... |
... |
libreboot 目前记录了这些 SPI 编程器的使用方法: |
43 |
43 |
Raspberry Pi Pico |
Raspberry Pi Pico |
44 |
44 |
================= |
================= |
45 |
45 |
|
|
|
46 |
|
**Pico 2 and other RP2530 dongles also supported, on Libreboot 20241206 rev8 |
|
47 |
|
or higher. Releases before this only supported the original Pico, and other |
|
48 |
|
RP2040 dongles; newer Libreboot releases now support both RP2040 and RP2530.** |
|
49 |
|
|
|
50 |
|
The pinout on Raspberry Pi Pico and Raspberry Pi Pico 2 are identical, but you |
|
51 |
|
must take care to flash the correct image on either device. |
|
52 |
|
|
46 |
53 |
 |
 |
47 |
54 |
|
|
48 |
55 |
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, |
|
... |
... |
do: |
75 |
82 |
|
|
76 |
83 |
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 |
77 |
84 |
at `bin/serprog_rp2040/serprog_pico.uf2` |
at `bin/serprog_rp2040/serprog_pico.uf2` |
78 |
|
and `bin/serprog_rp2040/serprog_pico_w.uf2`. |
|
|
85 |
|
and `bin/serprog_rp2040/serprog_pico_w.uf2` - images with `pico2` in the |
|
86 |
|
file name are for the Pico 2, and they can also be used. |
79 |
87 |
|
|
80 |
88 |
Disconnect the Pico and proceed to wire it to your |
Disconnect the Pico and proceed to wire it to your |
81 |
89 |
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). |
[flash chip](/docs/install/spi.html#identify-which-flash-type-you-have). |