From acefe4c7782bb6e00e550d7c377da259f6440fea Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 12 Jul 2020 10:38:09 -0400 Subject: [PATCH] Deploy instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 8507f8f..9a8b261 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Daisy Patch Template A starting point for creating Daisy Patch Projects. + +## Setup & Deploy +1. Create git repository +```sh +git clone git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name] +git remote set-url origin [New git url] +git push +``` +2. Build project +```sh +cd daisySP && make && cd ../libDaisy && make && cd .. && make +``` +3. Plug usb into Daisy. Enter bootloader mode by holding the BOOT button down, and then pressing the RESET button. Once you release the RESET button, you can also let go of the BOOT button +4. Write the binary to the Daisy +```sh +make && make program-dfu +```