Skip to content

Repository files navigation

PICoBoot Utility

Build Status Release Status

Utility for the PICoBoot bootloader.

Usage

Just like the famous fastboot.

picoboot devices
picoboot info
picoboot reboot
picoboot flash /foo/bar.hex

Read help for more usages.

Build

Requirements

  • Working Internet connection (for package downloading)
  • CMake 3.14+
  • C++17 compatible compiler
  • POSIX environment (If you can't live without Windows, please use Cygwin or WSL)

Binary Releases

Automatically built targets:

  • Linux x86_64
  • MacOS x86_64

See releases.