elf2uf2-rs icon indicating copy to clipboard operation
elf2uf2-rs copied to clipboard

Results 10 elf2uf2-rs issues
Sort by recently updated
recently updated
newest added

Does the initial parts of https://github.com/JoNil/elf2uf2-rs/issues/16, including a (slightly buggy) config for a Circuit Playground Bluefruit. I think the principle here is sound, but the actual board setup I've got...

## Description This PR adds a termination signal when the serial connection is terminated with ctrl + c with the bytes "elf2uf2-term\n\r" ## Motivation It is annoying to either unplug...

This is motivated by my usecase, wherein I have a tool that needs to convert elf to uf2, but does not want to call an external tool. I figured that...

Is there any interest in support for https://crates.io/crates/cargo-dist? This would allow people to `cargo binstall elf2uf2-rs` in their CI pipeline and skip the expensive compilation step.

There are many Adafruit Boards which could benefit from this tool as they have a uf2 bootloader too. Currently when trying to flash to my Itsybitsy nrf52840 i get: ```...

Hi, my dev ENV is setup in WSL2.0, even though my pi pico is correctly showing up in windows, it still give this error in my WSL Ubuntu20.04 Anyway how...

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...

Trying to deploy [embassy](https://github.com/embassy-rs/embassy) `blinky` example to RAK 4630 using U2F method, but I'm getting this: ``` $ elf2uf2-rs --deploy --serial --verbose target/thumbv7em-none-eabi/release/blinky blinky.u2f Found pico uf2 disk /media/user/RAK4631 Error:...

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....

RP2350 takes UF2 files and they might not be Arm and might not be Soft Float ABI.