Context:
For establish communication via UART with NEORV32 using the CuteCom terminal we must be added user dialout.
With the following command:
sudo usermod -aG dialout $USER
Restart the computer (or exec newgrp dialout).
Check with the following command that the user dialout is added:
Context:
For establish communication via UART with NEORV32 using the CuteCom terminal we must be added user dialout.
With the following command:
sudo usermod -aG dialout $USERRestart the computer (or
exec newgrp dialout).Check with the following command that the user dialout is added: