Open adlaneKadri opened 5 years ago
when we issue this command make flash , and we end up with two errors that are (error 13 and error 2) as shown in the picture below,
make flash
you just have to change the access mode to the port, using the following command sudo chmod 777 /dev/ttyUSB0
sudo chmod 777 /dev/ttyUSB0
Just to be sure, are you a member of dialout group?
dialout
To check that out, I ran the commands mentioned below, and the result is the following:
Issue
when we issue this command
make flash
, and we end up with two errors that are (error 13 and error 2) as shown in the picture below,Solution
you just have to change the access mode to the port, using the following command
sudo chmod 777 /dev/ttyUSB0