serial-flash

command module
v0.0.0-...-51e30aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2022 License: MIT Imports: 12 Imported by: 0

README

serial-flash - Tool for interacting with Pico bootloaders

This is a command-line tool for uploading code to Raspberry Pi Picos, either running:

It's a go program, so can be installed like any other.

First install go: https://go.dev/doc/install

Then install serial-flash:

go install github.com/usedbytes/serial-flash@latest

Then (assuming your go binary install location is on your $PATH, see you can run serial-flash:

# picowota
serial-flash tcp:192.168.1.123 app.elf

# rp2040_serial_bootloader
serial-flash /dev/ttyUSB0 app.elf

You can also build it without installing:

git clone https://github.com/usedbytes/serial-flash
cd serial-flash
go get -v .
go build .
./serial-flash tcp:192.168.1.123 app.elf

Documentation

Overview

SPDX-License-Identifier: MIT Copyright (c) 2021 Brian Starkey <stark3y@gmail.com>

Directories

Path Synopsis
SPDX-License-Identifier: MIT Copyright (c) 2021 Brian Starkey <stark3y@gmail.com>
SPDX-License-Identifier: MIT Copyright (c) 2021 Brian Starkey <stark3y@gmail.com>
SPDX-License-Identifier: MIT Copyright (c) 2021 Brian Starkey <stark3y@gmail.com>
SPDX-License-Identifier: MIT Copyright (c) 2021 Brian Starkey <stark3y@gmail.com>

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL