From 14f2f78defefa8e303844905b3a4d2f4cdd016e6 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 19 Apr 2022 22:34:33 -0600 Subject: [PATCH] Better flashing instructions in README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dfb7cc..0c563f8 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,13 @@ I'm trying to convince Michele Giugliano to try :) #### The Easy Way -I plan to begin releasing precompiled images for the Seeeduino XIAO. -You should be able to -[enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode) -and just drag the `.uf2` file onto the new drive it provides, -then you're done. +1. Get a Seeeduino XIAO +2. Download the most recent xiao firmware from +[releases](https://github.com/nealey/vail-adapter/releases) +3. [Enter bootloader mode](https://wiki.seeedstudio.com/Seeeduino-XIAO/#enter-bootloader-mode) +4. Copy the firmware onto the XIAO + +A longer write-up is [on the wiki](https://github.com/nealey/vail-adapter/wiki/Flashing-firmware). #### The Other Way