"is anyone using probe-rs with..." <- > <@tony:imsevim.se> is anyone using probe-rs with the hifive1 rev b board? > Error The protocol 'SWD' could not be selected. > probe-rs run --chip fe310-g002 > seems to be able to flash the board try setting the protocol to jtag using the `--protocol jtag` flag. if you don't specify the protocol, probe-rs uses the first thing that the debug probe advertises which is often (but not always) SWD. this doesn't affect most folks as they use cortex-m and want SWD anyway.