Categorygithub.com/74th/reset-bootsel-via-serial-tool
repository
0.0.0-20240713093621-c8334698ca81
Repository: https://github.com/74th/reset-bootsel-via-serial-tool.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Reset BOOTSEL via Serial

Open and close at 1200 bps to the serial port of the Raspberry Pi Pico to reset in BOOTSEL mode. The Arduino CLI has an implementation that does this reset, so this tool calls it.

download

https://github.com/74th/reset-bootsel-via-serial-tool/releases/latest

install

go install github.com/74th/reset-bootsel-via-serial-tool/cmd/reset-bootsel@latest

how to use

# Windows
reset-bootsel COM8

# Linux
reset-bootsel /dev/ttyACM1

# MacOS
reset-bootsel /dev/tty.usbmodem1234