1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/blisp/pkg-message
Pero Orsolic 38d60dbac7 sysutils/blisp: Utility for for flashing Bouffalo Labs RISC-V Microcontrollers and SoCs
Utility and library for flashing Bouffalo RISC-V MCUs such as upgrading
firmware on Pinecil V2 open source soldering iron

PR:		269870
2023-03-25 19:14:54 +01:00

15 lines
475 B
Plaintext

[
{ type: install
message: <<EOM
Blisp is a utility for flashing Bouffalo Labs RISC-V Microcontrollers and SoCs.
It's tested with Pinecil v2 soldering iron, but should work with PineCone dev board, PineNut programmer and other hardware with same MCU.
A devd conf file is included which will set permission on USB device to enable flashing.
To activate execute following command: service devd restart
Example:
blisp --write -c bl70x --reset <path/to/firmware.bin>
EOM
}
]