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: