Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/sysutils/blisp/files/devd-blisp.conf
20805 views
1
# enable user flash of Bouffalo Labs RISC-V MCUs (such in Pinecil v2 soldering
2
# iron, PineCone dev board, PineNut programmer and others).
3
attach 100 {
4
match "vendor" "0xffff";
5
match "product" "0xffff";
6
match "release" "0x0200";
7
action "chmod 660 /dev/$ugen";
8
};
9
10