Skip to content

Commit

Permalink
Detail how to run directly on a badge using mpremote
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway authored Jun 11, 2024
1 parent d6544ef commit 45aa8ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Web flasher is available @ https://emfcamp.github.io/badge-2024-software/

## Running from a checkout

Clone the repository including submodules:

git clone --recursive [email protected]:emfcamp/badge-2024-software.git

Connect your badge via usb, run mpremote to reset, connect to the badge and run the software:

./micropython/tools/mpremote/mpremote.py reset; sleep 3; ./micropython/tools/mpremote/mpremote.py mount modules
import main

NB: mpremote can also be installed separately: https://docs.micropython.org/en/latest/reference/mpremote.html

## Building

To build with a consistent toolchain, use docker.
Expand Down

0 comments on commit 45aa8ca

Please sign in to comment.