"The serial device 'MPU Serial (/dev/ttyUSB0)' is not available"
I'm on Linux debugging STM32MP1, latest version of everything installed. I used to be able to debug in "production mode" but now I got:
"The serial device 'MPU Serial (/dev/ttyUSB0)' is not available."
if I start debug
"The selected serial device 'MPU Serial (/dev/ttyUSB0)' is not available anymore, please update the Debug configuration."
However, I'm able to open the /dev/ttyUSB0 with other terminal softtware, the "/dev/ttyUSB0" appears as an option on debug options, also, the status on bottom right is green.
How to fix this?
