Skip to content

Instantly share code, notes, and snippets.

@alexozer
Created January 26, 2018 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexozer/82e4dadcd1d4f25c8352d7a60f0eac0d to your computer and use it in GitHub Desktop.
Save alexozer/82e4dadcd1d4f25c8352d7a60f0eac0d to your computer and use it in GitHub Desktop.
planck flash
Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "./.build/planck_rev4_default.hex"
avrdude: input file ./.build/planck_rev4_default.hex auto detected as Intel Hex
avrdude: writing flash (25882 bytes):
Writing | ################################################## | 100% 1.97s
avrdude: 25882 bytes of flash written
avrdude: verifying flash memory against ./.build/planck_rev4_default.hex:
avrdude: load data flash data from input file ./.build/planck_rev4_default.hex:
avrdude: input file ./.build/planck_rev4_default.hex auto detected as Intel Hex
avrdude: input file ./.build/planck_rev4_default.hex contains 25882 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.20s
avrdude: verifying ...
avrdude: 25882 bytes of flash verified
avrdude: safemode: Fuses OK (E:FB, H:D8, L:7F)
avrdude done. Thank you.
https://gist.github.com/e410e27549deac07d4d67147fdd43869
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment