From 9241598dada3fe6d50507e3210c04923689f67bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Hanssen=20=28LA7ECA=29?= Date: Mon, 22 Apr 2024 21:11:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b197b1..6498e99 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ To build and run the firmware, plug in your device and run ``` idf.py flash ``` +## Flashing a binary +Pre-compiled binaries are posted with each release and are also available [here](https://arctictracker.no/download/). It can be flashed to the device using *esptool* or a similar program. It is also possible to convert the binary to the UF2 format using *uf2conv*. ## Setup of the tracker - the command shell Plug a USB cable into the tracker and your computer. A serial interface will appear. Start a (serial) terminal program and connect to the serial interface (on Linux it is /dev/ttyACM0). Alternatively, the monitor command of the idf.py may be used. It may be necessary to reset the tracker to get the command prompt (cmd:).