Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Created July 21, 2018 12:11
Show Gist options
  • Save HokieGeek/dee91f878aeaf2b491de9270ce223929 to your computer and use it in GitHub Desktop.
Save HokieGeek/dee91f878aeaf2b491de9270ce223929 to your computer and use it in GitHub Desktop.
Ensure the left side is plugged in...Detecting port, reset your controller now.....
Detected controller on port at /dev/ttyACM0. Flashing ./keyboards/nyquist/eeprom-lefthand.eep
+ sudo avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U eeprom:w:./keyboards/nyquist/eeprom-lefthand.eep
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: reading input file "./keyboards/nyquist/eeprom-lefthand.eep"
avrdude: input file ./keyboards/nyquist/eeprom-lefthand.eep auto detected as Intel Hex
avrdude: writing eeprom (11 bytes):
Writing | ################################################## | 100% 0.04s
avrdude: 11 bytes of eeprom written
avrdude: verifying eeprom memory against ./keyboards/nyquist/eeprom-lefthand.eep:
avrdude: load data eeprom data from input file ./keyboards/nyquist/eeprom-lefthand.eep:
avrdude: input file ./keyboards/nyquist/eeprom-lefthand.eep auto detected as Intel Hex
avrdude: input file ./keyboards/nyquist/eeprom-lefthand.eep contains 11 bytes
avrdude: reading on-chip eeprom data:
Reading | ################################################## | 100% 0.01s
avrdude: verifying ...
avrdude: 11 bytes of eeprom verified
avrdude: safemode: Fuses OK (E:FB, H:D8, L:FF)
avrdude done. Thank you.
+ set +x
Switch to the right side...Detecting port, reset your controller now......
Detected controller on port at /dev/ttyACM0. Flashing ./keyboards/nyquist/eeprom-righthand.eep
+ sudo avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U eeprom:w:./keyboards/nyquist/eeprom-righthand.eep
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: reading input file "./keyboards/nyquist/eeprom-righthand.eep"
avrdude: input file ./keyboards/nyquist/eeprom-righthand.eep auto detected as Intel Hex
avrdude: writing eeprom (11 bytes):
Writing | ################################################## | 100% 0.04s
avrdude: 11 bytes of eeprom written
avrdude: verifying eeprom memory against ./keyboards/nyquist/eeprom-righthand.eep:
avrdude: load data eeprom data from input file ./keyboards/nyquist/eeprom-righthand.eep:
avrdude: input file ./keyboards/nyquist/eeprom-righthand.eep auto detected as Intel Hex
avrdude: input file ./keyboards/nyquist/eeprom-righthand.eep contains 11 bytes
avrdude: reading on-chip eeprom data:
Reading | ################################################## | 100% 0.01s
avrdude: verifying ...
avrdude: 11 bytes of eeprom verified
avrdude: safemode: Fuses OK (E:FB, H:D8, L:FF)
avrdude done. Thank you.
+ set +x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment