diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2023-07-25 21:21:12 +0100 |
|---|---|---|
| committer | Alex Evans <715855+mmalex@users.noreply.github.com> | 2023-07-25 21:21:12 +0100 |
| commit | 393a0d07d9c2fd36b6d4324cb73c01a324f050d6 (patch) | |
| tree | 957fefc6305c18983428370b6519bd0fba9ba851 | |
| parent | 3475207013af0a41eb2bd268fdcd509e2b703382 (diff) | |
| download | plinky-393a0d07d9c2fd36b6d4324cb73c01a324f050d6.tar.gz | |
add path to bin file
| -rw-r--r-- | raw_build_guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raw_build_guide.md b/raw_build_guide.md index e81b7ca..3a981c5 100644 --- a/raw_build_guide.md +++ b/raw_build_guide.md @@ -8,7 +8,8 @@ TODO more info ## software ### flashing a blank plinky -It's possible to flash a freshly manufactured plinky without building the software. you can get the latest firmware as a .bin file from (somewhere TODO link probably a github release). +It's possible to flash a freshly manufactured plinky without building the software. you can get the latest firmware as a .bin file, for example from https://github.com/plinkysynth/plinky_public/raw/main/plink09z.bin +You can also build it from source, more information further down this document. The bin file is typically named `plink09z.bin` or similar, where the last 3 digits represent the version number. Note that the .uf2 version of this file is just the main firmware, and can be installed via plinky's bootloader (as detailed in the manual). However, that only works once the bootloader is put onto plinky in the first place! a freshly manufactured plinky has no such bootloader, and that's why you need the .bin file. |
