Loopback anomalies.

avrdude ? Command line program that comes with GCC. It's in the Arduino folder under hardware/avr.

-c usbtiny ? Specifies the programmer (USBtinyISP). In your case it will be whatever you used to burn the bootloader.

-v ? Verbose output.

-p m328p ? Target is an ATmega328P processor.