Rahix
Rahix
Great news! And thanks for that pointer, that fork is something we can recommend to other people as well.
> I've tried with my old board and it still don't auto find it, but If I pass the port as argument it work. Yeah, that's to be expected: We...
Hm, just to rule out any oddities; did you try the `uno-usart` example? > avrdude: safemode: Fuses OK (E:00, H:00, L:00) Yeah, we don't program the fuses right now... Try...
Maybe related to https://github.com/Rahix/avr-hal/issues/176?
Thanks! Can you quickly check which version of `avrdude` you have installed?
right, but I was looking for the **avrdude** version, not _ravedude_ ;) Try ``` $ avrdude -? ``` the version will be shown at the very end of the help...
> Please in a fresh issue ... No need to. --- > Oof still version 5.10... with 6.3 it works... I see. The question is, if lot's of people still...
(or test directly from the `ravedude/` directory with `cargo run -- -cb 57600`)
Maybe try removing this line and see if it changes anything: https://github.com/Rahix/avr-hal/blob/9e3848f13b7ef3b03617545c959ad476e454a76a/ravedude/src/console.rs#L7
You're free to do whatever you want :) That said, I fully support adding Nano Every support, if you want to go for that, that's great!