From fca704b3fb3b0ff5575a0a888d27363475e28fe9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Nov 2023 21:30:46 +0000 Subject: [PATCH] clarify where serprog src is i'll also put this on lbwww 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 4b2b013..7beadf0 100644 --- a/site/docs/install/spi.md +++ b/site/docs/install/spi.md @@ -64,6 +64,10 @@ You can download the serprog firmware here:\ or here:\ +You can also find the source code for these, under `src/` in Canoeboot release +archives (source code tarball), and/or under `src/` in `cbmk.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 `cbmk.git` and [install build dependencies](..//build/#first-install-build-dependencies), then inside cbmk,