We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The examples on Daisy Web Programmer work fine, but the cargo build binary does not work. Any idea on what might be the problem?
cargo build
The text was updated successfully, but these errors were encountered:
Alright, I found some other DFU method here:
https://forum.electro-smith.com/t/rust-starter-for-daisy-seed/684/8
And here:
https://github.com/backtail/libdaisy-rust
For the examples in the second link, I manage to make the blinky work on my Daisy Seed Rev 5.
examples
blinky
Daisy Seed Rev 5
First:
cargo +nightly objcopy --example blinky --release -- -O binary blinky.bin
Then:
Connect the Daisy to the Computer
Enter the system bootloader by holding the BOOT button down, and then pressing, and releasing the RESET button.
Lastly:
dfu-util -a 0 -s 0x08000000 -D blinky.bin
This last step can be done with the Web Programmer.
You should have installed things based on the README here.
Still the blinky example on this crate does not work on my Daisy Seed Rev 5.
Sorry, something went wrong.
Unfortunately I don't have a Rev 5 board handy, if anyone wanted to send me one I'd be more than happy to add support though!
No branches or pull requests
The examples on Daisy Web Programmer work fine, but the
cargo build
binary does not work. Any idea on what might be the problem?The text was updated successfully, but these errors were encountered: