Utility and library for flashing Bouffalo RISC-V MCUs such as upgrading firmware on Pinecil V2 open source soldering iron PR: 269870
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
# 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";
|
|
};
|