You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: we recommend cloning and then initializing the submodules rather than using git clone --recursive. The latter results in submodules that use absolute paths to the top-level git, rather than relative paths, which are more flexible for a number of reasons.
User access to USB
To be able to access the USB without using sudo, the user should be part of the groups plugdev and dialout.
$ sudo usermod -a -G plugdev <user>
$ sudo usermod -a -G dialout <user>
After configuration
Logout the system after all configurations have been made and Login again.