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