Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.70 KB | None | 0 0
  1. $ sudo avrdude -p atmega32u4 -P /dev/ttyACM1  -c avr109  -U flash:w:Soarer_Controller_v1.20_beta4_atmega32u4.hex
  2.  
  3. Connecting to programmer: .
  4. Found programmer: Id = "CATERIN"; type = S
  5.     Software Version = 1.0; No Hardware Version given.
  6. Programmer supports auto addr increment.
  7. Programmer supports buffered memory access with buffersize=128 bytes.
  8.  
  9. Programmer supports the following devices:
  10.     Device code: 0x44
  11.  
  12. avrdude: AVR device initialized and ready to accept instructions
  13.  
  14. Reading | ################################################## | 100% 0.00s
  15.  
  16. avrdude: Device signature = 0x1e9587 (probably m32u4)
  17. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  18.          To disable this feature, specify the -D option.
  19. avrdude: erasing chip
  20. avrdude: reading input file "Soarer_Controller_v1.20_beta4_atmega32u4.hex"
  21. avrdude: input file Soarer_Controller_v1.20_beta4_atmega32u4.hex auto detected as Intel Hex
  22. avrdude: writing flash (17726 bytes):
  23.  
  24. Writing | ################################################## | 100% 1.85s
  25.  
  26. avrdude: 17726 bytes of flash written
  27. avrdude: verifying flash memory against Soarer_Controller_v1.20_beta4_atmega32u4.hex:
  28. avrdude: load data flash data from input file Soarer_Controller_v1.20_beta4_atmega32u4.hex:
  29. avrdude: input file Soarer_Controller_v1.20_beta4_atmega32u4.hex auto detected as Intel Hex
  30. avrdude: input file Soarer_Controller_v1.20_beta4_atmega32u4.hex contains 17726 bytes
  31. avrdude: reading on-chip flash data:
  32.  
  33. Reading | ################################################## | 100% 0.56s
  34.  
  35. avrdude: verifying ...
  36. avrdude: 17726 bytes of flash verified
  37.  
  38. avrdude: safemode: Fuses OK (E:C3, H:D8, L:FF)
  39.  
  40. avrdude done.  Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement