From d987f5f9f199ac6bcbfab3cf9c8d2126bc0386f7 Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Wed, 4 Jan 2023 21:48:10 -0500 Subject: [PATCH] Added backup instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec6993c..62a5589 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ In order to program the buds from inside of the docker container; privileged mod ./build.sh # This will run make and build the output program. If you have weird build errors try running clean.sh or rm -rf'ing the out folder first # Now that the firmware has finished building; if there are no errors you can load it to your buds + +# You may want to back up the firmware currently on the buds - it will be deleted when the new firmware is loaded on: +./backup.sh + # You may need to take the buds out of the case, wait three seconds, place them back. This wakes them up and the programmer needs to catch this reboot. # You can try the helper script by running