From b01b20441a3d12dd739b902bcc76afa1337bece5 Mon Sep 17 00:00:00 2001 From: Nate Cornell Date: Sat, 13 Apr 2024 10:00:56 -0700 Subject: [PATCH] Add some clarifying notes to the readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ad6dad448..c68403cb9 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ arm-none-eabi-objcopy -O ihex build/Blink.elf build/Blink.hex arm-none-eabi-objcopy -O binary -S build/Blink.elf build/Blink.bin ``` +Just be certain to run `make` in both the DaisySP and libDaisy folders first to avoid any ld errors. + ### Flashing an example to the Daisy The example can be programmed via the [Daisy Web Programmer](https://electro-smith.github.io/Programmer/) @@ -116,6 +118,15 @@ make program-dfu make program ``` +Don't worry if you see an error like + +```sh +dfu-util: Error during download get_status +make: *** [program-dfu] Error 74 +``` + +So long as you see `File downloaded successfully` you're good. + ## Updating the submodules To pull everything for the repo and submodules: