aboutsummaryrefslogtreecommitdiff
path: root/sysutils/blisp/pkg-message
diff options
context:
space:
mode:
authorPero Orsolic <porsolic@gmail.com>2023-03-25 18:11:58 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-03-25 18:14:54 +0000
commit38d60dbac72467af69671a0340dc6fc579d8dc8b (patch)
tree563bab12aee53fd2afa002074dd97ff756c8512f /sysutils/blisp/pkg-message
parent0547aa99ef4161c35a5d6f754955755a735de89d (diff)
Diffstat (limited to 'sysutils/blisp/pkg-message')
-rw-r--r--sysutils/blisp/pkg-message14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/blisp/pkg-message b/sysutils/blisp/pkg-message
new file mode 100644
index 000000000000..8fe4f97eb12e
--- /dev/null
+++ b/sysutils/blisp/pkg-message
@@ -0,0 +1,14 @@
+[
+{ 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
+}
+]