To work with the WCK-LinkE Interface, the following three rules are needed:
SUBSYSTEM=="usb", ATTR{idVendor}="1a86", ATTR{idProduct}=="8010", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}="1a86", ATTR{idProduct}=="8012", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}="4348", ATTR{idProduct}=="55e0", GROUP="plugdev"
only the first two are in your description. With the first two only, I could not switch "rvprog -v" to RISC-V mode.
Theese rules appeared after the Installation of Platform-IO with WCH CH32V platform.
To work with the WCK-LinkE Interface, the following three rules are needed:
SUBSYSTEM=="usb", ATTR{idVendor}="1a86", ATTR{idProduct}=="8010", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}="1a86", ATTR{idProduct}=="8012", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}="4348", ATTR{idProduct}=="55e0", GROUP="plugdev"
only the first two are in your description. With the first two only, I could not switch "rvprog -v" to RISC-V mode.
Theese rules appeared after the Installation of Platform-IO with WCH CH32V platform.