Hi,
I have an Arduino Uno that I am trying to upload the basic blink sketch to using Arduino 1.8.5.
When I plug the board in via USB the green power light is on, the orange L is on and pressing reset flashes the orange LED's for a few seconds before they go constant again. I am getting the following error:
avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x00
avrdude: verification error; content mismatch
I checked drivers, COM port, selection of correct board, USB cable. After searching the forums i drew the conclusion that it is some type of bootloader problem so I have been trying to burn the bootloader onto this Uno using another (working) Arduino Uno. I followed this tutorial from Sparkfun:

https://learn.sparkfun.com/tutorials/installing-an-arduino-bootloader
together with this video which i found more helpful:
So selecting "Arduino as ISP" as programmer, checking COM port and correct board I upload the "ArduinoISP" sketch to the master board without a hassle but when i click "burn bootloader" I get the following error:
avrdude: verification error, first mismatch at byte 0x0000
0xfd != 0x07
avrdude: verification error; content mismatch
Error while burning bootloader.
I tried plugging in just the 'broken' arduino again and seeing if there is any change. The power LED goes on, the orange LED is on but now i get this error and the reset does not make any difference:
avrdude stk500_getsync() not in sync resp=0x00
Any advice welcome,