Open
Description
My rust dev env is set up in WSL, I plug my rp pi pico and windows surely detects it.
However, the elf2uf2 depends on sysinfo to dectect the pico uf2 disk.
This is fine if you set up the rust env under windows, but you know it's much more easier to set it up in linux, so I choose WSL.
I know this could be a issue due to the WSL, not this crate, just wanna mention here.
I guess I'll have to manually build the uf2 and flush it by myself for now.