An open API service indexing awesome lists of open source software.

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

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