Cannot program the board

I am using vscode on linux, I started by programming the blinky sample onto the devkit, without issue. I then moved on to the gnss sample in a separate project, this worked too without issue. Trying to work out how to do debug I found that I could not program the board anymore. A restart and reboot later and the problem persists. I have also tried the first project which was working correctly. The error below is from this project and im juts trying to do a reset. The same error is produced when I try flash it as well. I have not modified the board at all.

Package Using the nRF Connect SDK v3.1.0 at /home/plakkies/workspace
No issues were detected with the toolchain.
[12:43:02] flash -d /home/plakkies/workspace/blinky_pwm/build --domain blinky_pwm --dev-id 1051282951
[12:43:19] Failure (code 1).
[12:44:19] nrfutil-device reset --serial-number 001051282951 --json
[12:44:33] Error: One or more reset tasks failed:
* 1051282951: Timed out waiting for response from worker. (Generic)
Related