I have an arduino uno that used to work just fine but did not use it much and now when I am trying to load even a blink example the board is giving out errors
Sketch uses 1144 bytes (3%) of program storage space. Maximum is 32256 bytes.
Global variables use 13 bytes (0%) of dynamic memory, leaving 2035 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
to be specific and I have cleard the com port by chmod as I am on linux and also I have checked the programmer too and nothing seems to be out of the ordinary so could you confirm any way to cross check the issue and resolve the same?