You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to set up a Rust toolchain for Arduino because I'm no good at all with C/C++.
I'm using the cargo generate --git https://github.com/Rahix/avr-hal-template.git template. Build goes fine, but cargo-run gives the following output:
$ cargo run
Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
Running `ravedude nano -cb 57600 target/avr-atmega328p/debug/mediaplayer.elf`
Error: Failed reading avrdude version information.
Caused by: No such file or directory (os error 2)
I'm running Arch (EndeavorOS), fully updated as of today.
Thanks!
The text was updated successfully, but these errors were encountered:
Trying to set up a Rust toolchain for Arduino because I'm no good at all with C/C++.
I'm using the
cargo generate --git https://github.com/Rahix/avr-hal-template.git
template. Build goes fine, but cargo-run gives the following output:I'm running Arch (EndeavorOS), fully updated as of today.
Thanks!
The text was updated successfully, but these errors were encountered: