Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1018 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 1018 Bytes

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.