ports/sysutils/blisp/files/devd-blisp.conf
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

8 lines
270 B
Text

# enable user flash of Bouffalo Labs RISC-V MCUs (such in Pinecil v2 soldering
# iron, PineCone dev board, PineNut programmer and others).
attach 100 {
match "vendor" "0xffff";
match "product" "0xffff";
match "release" "0x0200";
action "chmod 660 /dev/$ugen";
};