SudoMaker / PICoBoot_Utility

Utility for the PICoBoot bootloader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utility for the PICoBoot bootloader.

License:GNU Affero General Public License v3.0


Languages

Language:C++ 96.3%Language:CMake 3.7%