Skip to content

Commit

Permalink
Add section on RP2040 firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas committed May 24, 2024
1 parent c0f1ed1 commit a1feabf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@
- [Building Documentation](doc/dev/building-doc.md)

- [Sonata Board](doc/architecture/board.md)
- [DIP Switch Settings]()
- [Updating Firmware]()
- [Building RP2040 Firmware]()
- [Schematics]()

8 changes: 8 additions & 0 deletions doc/architecture/board.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ We recommend the following default state for the dipswitches:
- SW1 : all set to on
- SW2 : 1-6 set to on and 7-8 set to off

## RP2040 firmware

You can build new RP2040 firmware (or find release UF2 files) from the [Sonata RP2040 repository](https://github.com/newaetech/sonata-rp2040).

With that UF2 file you can now update your firmware by holding down SW9, labelled "RP2040 Boot".
While holding this button plug your Sonata board in using the main USB.
A drive called `RPI-RP2` should now appear which you can drag the UF2 file onto.

0 comments on commit a1feabf

Please sign in to comment.