From d337ccd9f628c2333175601285cc341b29b3ce73 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Jun 2019 15:41:44 -0600 Subject: [PATCH] Add note about flashing --- README.md | 2 ++ README.md.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 7da68b2..3f11987 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ cargo install cargo-xbuild ./scripts/build.sh darp5 ``` +### Flashing firmware manually is not recommended for the normal user. For the advanced user, there is a script flash.sh which takes the same arguments as build.sh + ## Contents - [apps](./apps) - Applications diff --git a/README.md.in b/README.md.in index e9bb4b9..6559d43 100644 --- a/README.md.in +++ b/README.md.in @@ -37,3 +37,5 @@ cargo install cargo-xbuild ``` ./scripts/build.sh darp5 ``` + +### Flashing firmware manually is not recommended for the normal user. For the advanced user, there is a script flash.sh which takes the same arguments as build.sh