Error: creating lock file: /var/lock/LCK..ttyACM0: File exists

If you get this error anytime while you are working with arduino, the solution to this type the following in the command line:

sudo rm -f /var/lock/LCK*

This basically happens when a process is still using /dev/ttyACM0 and other process is trying to access this. 

Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto