Merge pull request 'update serprog section' (#90) from Riku_V/lbwww:serprog_update into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/90master
commit
f729488af6
|
@ -72,14 +72,14 @@ could build it yourself or you could also clone `lbmk.git` and [install build
|
|||
dependencies](..//build/#first-install-build-dependencies), then inside lbmk,
|
||||
do:
|
||||
|
||||
./build serprog rp2040 pico
|
||||
./build fw serprog rp2040 pico
|
||||
|
||||
or for the W version:
|
||||
|
||||
./build serprog rp2040 pico_w
|
||||
./build fw serprog rp2040 pico_w
|
||||
|
||||
This will automatically build the rpi-pico firmware, and the file will be
|
||||
at `bin/serprog/rpi-pico-serprog.uf2`. This binary will be provided
|
||||
at `bin/serprog_rp2040/serprog_pico.uf2`. This binary will be provided
|
||||
pre-compiled in the next Libreboot release, after the 20230625 release.
|
||||
|
||||
Disconnect the Pico and proceed to wire it to your
|
||||
|
|
|
@ -55,14 +55,14 @@ could build it yourself or you could also clone `lbmk.git` and [install build
|
|||
dependencies](..//build/#first-install-build-dependencies), then inside lbmk,
|
||||
do:
|
||||
|
||||
./build serprog rp2040 pico
|
||||
./build fw serprog rp2040 pico
|
||||
|
||||
or for the W version:
|
||||
|
||||
./build serprog rp2040 pico_w
|
||||
./build fw serprog rp2040 pico_w
|
||||
|
||||
This will automatically build the rpi-pico firmware, and the file will be
|
||||
at `bin/serprog/rpi-pico-serprog.uf2`. This binary will be provided
|
||||
at `bin/serprog_rp2040/serprog_pico.uf2`. This binary will be provided
|
||||
pre-compiled in the next Libreboot release, after the 20230625 release.
|
||||
|
||||
Disconnect the Pico and proceed to wire it to your
|
||||
|
|
Loading…
Reference in New Issue