rust-embedded / discovery

Discover the world of microcontrollers through Rust!
https://docs.rust-embedded.org/discovery/
Apache License 2.0
1.49k stars 515 forks source link

No uucp group on Fedora 24 (possibly other distros) #28

Open cwoodall opened 7 years ago

cwoodall commented 7 years ago

https://japaric.github.io/discovery/03-setup/linux.html

Typically those things belong to dialout on my systems, but as far as I can tell there is no uucp group by default on my machine

cwoodall commented 7 years ago

It appears that the uucp group was deprecated in Fedora at some point and you are supposed to use dialout for this particular purpose. I wrote instructions for the Boston Embedded Systems Meetup's Bring and Blink Workshop (heavily based on this book but with some contextual changes) for Fedora 23+ (https://embedded-boston.github.io/tutorial-bring-and-blink-rust/03-setup/linux.html)

I can put together a PR if you approve

r-marques commented 6 years ago

Can confirm that the instructions from @cwoodall work on Fedora 28.