Sketch uses 690 bytes (8%) of program storage space. Maximum is 8192 bytes.
Global variables use 9 bytes (1%) of dynamic memory, leaving 503 bytes for local variables. Maximum is 512 bytes.
avrdude: Warning: cannot open USB device: Permission denied
avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)
avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)
This programmer and the board should not be damaged because they worked before I reinstalled the OS. I already added myself to the dialout group. And installed libusb.
How can I solve this problem? Thanks in advance.
David
EDIT: I also should add that I have no problems in uploading sketches to an arduino nano every
Hi @davidnsousa. In order for the Arduino development software to upload to the Arduino board via the SparkFun Tiny ISP programmer, your Linux user account must have write permission for that device.
Standard user accounts don't have this permission by default. This error can occur when you attempt an upload without the necessary permissions. So it is necessary to configure your system to allow the upload. This is done by creating a special file.
I'll provide instructions you can follow to create that udev rules file: