Error trying to upload to HiFive 1 rev B

Been getting this error message when trying to upload to the board. Checked the updates, ran dpinst_x64 just to make sure, still makes the same error. What could it be? Thanks!
VSCode, PlatformIO extension on Windows 10.

    Target connection not established yet but required for command.
    Device "FE310" selected.


Connecting to target via JTAG
ConfigTargetSettings() start
ConfigTargetSettings() end
TotalIRLen = 4, IRPrint = 0x01
JTAG chain detection found 1 devices:
 #0 Id: 0x00000001, IRLen: 04, Unknown device
RISC-V behind DAP detected
No core base addr. configured. Assuming: 0x00000000
No AP specified by user. Using AP[0], assuming APB-AP
ConfigTargetSettings() start
ConfigTargetSettings() end
TotalIRLen = 4, IRPrint = 0x01
JTAG chain detection found 1 devices:
 #0 Id: 0x00000001, IRLen: 04, Unknown device

****** Error: Failed to power-up DAP
ConfigTargetSettings() start
ConfigTargetSettings() end
TotalIRLen = 4, IRPrint = 0x01
JTAG chain detection found 1 devices:
 #0 Id: 0x00000001, IRLen: 04, Unknown device
ConfigTargetSettings() start
ConfigTargetSettings() end
TotalIRLen = 4, IRPrint = 0x01
JTAG chain detection found 1 devices:
 #0 Id: 0x00000001, IRLen: 04, Unknown device
Cannot connect to target.

Did you install J-Link drivers following this guide J-LINK — PlatformIO latest documentation ?