https://github.com/74th/reset-bootsel-via-serial-tool
Tool to boot RP2040(Raspberry Pi Pico) in BOOTSEL mode via USB
https://github.com/74th/reset-bootsel-via-serial-tool
Last synced: 5 months ago
JSON representation
Tool to boot RP2040(Raspberry Pi Pico) in BOOTSEL mode via USB
- Host: GitHub
- URL: https://github.com/74th/reset-bootsel-via-serial-tool
- Owner: 74th
- Created: 2022-05-06T13:21:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T09:36:21.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T11:54:20.724Z (8 months ago)
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```