Skip to content

Instantly share code, notes, and snippets.

@Bluebie
Created September 6, 2012 03:40
Show Gist options
  • Save Bluebie/3650904 to your computer and use it in GitHub Desktop.
Save Bluebie/3650904 to your computer and use it in GitHub Desktop.
avrdude inside vmware fusion output
C:\Users\Blix\Desktop>embedded-creations-USBaspLoader-tiny85-8445e3b\software\av
rdude-5.11.1-tiny85mods\avrdude.exe -c usbasp -p t85 -U flash:w:firmware.hex
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware up
date.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.02s
avrdude.exe: Device signature = 0x1e930b
avrdude.exe: NOTE: FLASH memory has been specified, an erase cycle will be perfo
rmed
To disable this feature, specify the -D option.
avrdude.exe: erasing chip
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware up
date.
avrdude.exe: reading input file "firmware.hex"
avrdude.exe: input file firmware.hex auto detected as Intel Hex
avrdude.exe: writing flash (1304 bytes):
Writing | ## | 4% 0.02savrdude.e
xe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messag
e failed, win error: A device attached to the system is not functioning.
Writing | ##### | 9% 0.05savrdude.e
xe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messag
e failed, win error: A device attached to the system is not functioning.
Writing | ####### | 14% 0.06savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ########## | 19% 0.08savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ############ | 24% 0.11savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ############### | 29% 0.12savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ################# | 34% 0.14savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | #################### | 39% 0.16savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ###################### | 44% 0.19savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ######################### | 49% 0.20savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ########################### | 53% 0.22savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ############################# | 58% 0.25savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ################################ | 63% 0.27savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ################################## | 68% 0.28savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ##################################### | 73% 0.31savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ####################################### | 78% 0.33savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ########################################## | 83% 0.36savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ############################################ | 88% 0.37savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ################################################# | 98% 0.42savrdude.
exe: error: usbasp_transmit: libusb0-dll:err [control_msg] sending control messa
ge failed, win error: A device attached to the system is not functioning.
Writing | ################################################## | 100% 0.44s
avrdude.exe: 1304 bytes of flash written
avrdude.exe: verifying flash memory against firmware.hex:
avrdude.exe: load data flash data from input file firmware.hex:
avrdude.exe: input file firmware.hex auto detected as Intel Hex
avrdude.exe: input file firmware.hex contains 1304 bytes
avrdude.exe: reading on-chip flash data:
Reading | ################################################## | 100% 0.20s
avrdude.exe: verifying ...
avrdude.exe: verification error, first mismatch at byte 0x0048
0x4b != 0xff
avrdude.exe: verification error; content mismatch
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment