From cd570a53236facf10e504c9a6d6eff854d0fd55a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Nov 2023 21:31:53 +0000 Subject: [PATCH] clarify where serprog src can be found Signed-off-by: Leah Rowe --- site/docs/install/spi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/docs/install/spi.md b/site/docs/install/spi.md index 4c40fa9..2ceddbb 100644 --- a/site/docs/install/spi.md +++ b/site/docs/install/spi.md @@ -67,6 +67,10 @@ You can download the serprog firmware here:\ or here:\ +You can also find the source code for these, under `src/` in Libreboot release +archives (source code tarball), and/or under `src/` in `lbmk.git` if downloading +using the build instructions below. + Copy the file `rpi-pico-serprog.uf2` into your Pico. To build this firmware, you could build it yourself or you could also clone `lbmk.git` and [install build dependencies](..//build/#first-install-build-dependencies), then inside lbmk,