JoNil / elf2uf2-rs

BSD Zero Clause License
81 stars 31 forks source link

elf2uf2-rs tries to enumerate devices even when converting #15

Open DarkKirb opened 2 years ago

DarkKirb commented 2 years ago

I am trying to use elf2uf2-rs in a build step in nix. Currently, this is not possible due to the following error:

Error: Error { kind: Io(NotFound), description: "No such file or directory" }

strace says that /sys/subsystem, /sys/bus and /sys/class, all of which are missing, have been opened right before this error message is written