Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\x\Desktop\arduino-1.6.9\hardware\tools\avr\bin> avrdude -p m1284p -c arduino -P COM12
  2.  
  3. avrdude.exe: AVR device initialized and ready to accept instructions
  4.  
  5. Reading | ################################################## | 100% 0.02s
  6.  
  7. avrdude.exe: Device signature = 0x1e9705
  8.  
  9. avrdude.exe: safemode: Fuses OK
  10.  
  11. avrdude.exe done.  Thank you.
  12.  
  13. PS C:\Users\x\Desktop\arduino-1.6.9\hardware\tools\avr\bin> avrdude -p m1284p -c arduino -P COM12 -Uflash:w:main_board_1753.hex
  14.  
  15. avrdude.exe: AVR device initialized and ready to accept instructions
  16.  
  17. Reading | ################################################## | 100% 0.02s
  18.  
  19. avrdude.exe: Device signature = 0x1e9705
  20. avrdude.exe: NOTE: FLASH memory has been specified, an erase cycle will be performed
  21.              To disable this feature, specify the -D option.
  22. avrdude.exe: erasing chip
  23. avrdude.exe: reading input file "main_board_1753.hex"
  24. avrdude.exe: input file main_board_1753.hex auto detected as Intel Hex
  25. avrdude.exe: writing flash (108174 bytes):
  26.  
  27. Writing | ################################################## | 100% 20.21s
  28.  
  29. avrdude.exe: 108174 bytes of flash written
  30. avrdude.exe: verifying flash memory against main_board_1753.hex:
  31. avrdude.exe: load data flash data from input file main_board_1753.hex:
  32. avrdude.exe: input file main_board_1753.hex auto detected as Intel Hex
  33. avrdude.exe: input file main_board_1753.hex contains 108174 bytes
  34. avrdude.exe: reading on-chip flash data:
  35.  
  36. Reading | ####                                               | 8% 1.79s
  37. avrdude.exe: stk500_paged_load(): (a) protocol error, expect=0x14, resp=0x91
  38. avrdude.exe: stk500_cmd(): programmer is out of sync
  39. PS C:\Users\x\Desktop\arduino-1.6.9\hardware\tools\avr\bin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement