From 0eb367bba7b29b27517b87bfccec6685f08d69ac Mon Sep 17 00:00:00 2001 From: harryvederci Date: Fri, 22 Feb 2019 00:49:02 +0100 Subject: [PATCH] Add instructions to the readme file. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 49ca34c..c791a34 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ Ready to use Flash environment for the C.H.I.P Single Board Computer Simplyfies the Flashing Process for the C.H.I.P and PocketC.H.I.P Computer. + +## Instructions +1. Remove the C.H.I.P from its case (in case you have a Pocket C.H.I.P). +2. Connect the FEL and a GROUND pin of the C.H.I.P (for example, with a paperclip). +3. Connect the C.H.I.P its micro USB port to a USB port of your Linux machine. +4. In the Linux machine: + - run `https://github.com/Thore-Krug/Flash-CHIP.git` to clone this repository. + - `cd` into the location where you stored this repository. + - run `sudo chmod +x Flash.sh` + - run `./Flash.sh` + - Select the version you want to install. + - Wait until the installation finishes. + - Enjoy! +