• jon_sliderOP
    link
    English
    2
    edit-2
    1 year ago

    I just checked with avrdude (on Linux), and I had no difficulties with pinging the device, backing up, and updating, while using the instructions over at https://anduril.click/flashing/avrdude.html.

    SOLVED!

    Thank you very much!

    I was able to successfully ping and backup eeprom and hex file from my D2 with the following commands:

    ping:

    avrdude -p t1634 -c usbasp -n

    backup eeprom:

    avrdude -p t1634 -c usbasp -U eeprom:r:desktop/D2eeprom-backup.hex:i

    backup D2 stock hex:

    avrdude -p t1634 -c usbasp -U flash:r:desktop/oldD2-firmware.hex:i

    Thanks!

    • @lowprofile
      link
      English
      11 year ago

      Great! Those commands are looking just fine. Good to hear that you got this sorted.

      • jon_sliderOP
        link
        English
        11 year ago

        Super grateful! Enjoy your weekend ;-)