JoNil / elf2uf2-rs

BSD Zero Clause License
81 stars 31 forks source link

Make elf2uf2-rs work on Crostini #34

Open haraldkubota opened 1 month ago

haraldkubota commented 1 month ago

On ChromeOS in the Linux subsystem (AKA Crostini) the RPI-RP2 is mounted on Android and when shared to Linux, it shows up at /mnt/chromeos/removable/RPI-RP2 which is not found by default. Adding a -c switch uses this path which allows elf2uf2-rs to work on Linux on ChromeOS.

Additionally I updated the packages and Rust release while at it.