Hi!
I have followed the youtube tutorial video to compile code in Netbeans for Windows and I have adapted to Netbeans en Linux (Ubuntu 14.04).
The only problem I have is that, from console, I can’t run dfu-util command without sudo that is the reason why I think I can’t make the call from Netbeans.
Is there any way of calling dfu-util without sudo?
I don’t have an Ubuntu desktop install anywhere to verify, but I think if you add your user to the “tty” group, it may fix the permission issue. The terminal command to do that would be: usermod -a -G tty your_username.