mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
Utility and library for flashing Bouffalo RISC-V MCUs such as upgrading firmware on Pinecil V2 open source soldering iron PR: 269870
8 lines
270 B
Text
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";
|
|
};
|