Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 444 Bytes

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