elf2uf2-rs

Crates.ioelf2uf2-rs
lib.rself2uf2-rs
version2.1.1
sourcesrc
created_at2021-01-29 22:54:02.610155
updated_at2024-10-19 00:31:21.979895
descriptionPort of elf2uf2 to rust
homepage
repositoryhttps://github.com/JoNil/elf2uf2-rs
max_upload_size
id348296
size432,627
Jonathan Nilsson (JoNil)

documentation

https://docs.rs/elf2uf2-rs

README

Port of elf2uf2 to rust

cargo install elf2uf2-rs

Options

-d automatic deployment to a mounted pico.

-s open the pico as a serial device after deploy and print serial output.

-t send termination message to the device if ctrl+c is pressed. Can be used on the device to trigger a reboot into programming mode with a call to reset_to_usb_boot(0, 0)

Original at https://github.com/raspberrypi/pico-sdk/tree/master/tools/elf2uf2

Commit count: 64

cargo fmt