sshwarts

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Problems Updating Firmware #4968
    sshwarts
    Member

    For whatever reason it worked from my Linux box but not the Mac. Thanks for the help. Case closed (at least for me)

    -Scott

    in reply to: Problems Updating Firmware #4964
    sshwarts
    Member

    Ok, I saw on error of my ways, my command line was wrong. So using this:

    avrdude -p x192a3 -c avr109 -b 115200 -P /dev/cu.usbserial-DA00E8PD -U flash:w:tinyg.hex

    I get different results:

    Connecting to programmer: .
    Found programmer: Id = “XBoot++”; type = S
    Software Version = 1.7; No Hardware Version given.
    Programmer supports auto addr increment.
    Programmer supports buffered memory access with buffersize=512 bytes.

    Programmer supports the following devices:
    Device code: 0x7b

    avrdude: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.01s

    avrdude: Device signature = 0x1e9744
    avrdude: NOTE: Programmer supports page erase for Xmega devices.
    Each page will be erased before programming it, but no chip erase is performed.
    To disable page erases, specify the -D option; for a chip-erase, use the -e option.
    avrdude: reading input file “tinyg.hex”
    avrdude: input file tinyg.hex auto detected as Intel Hex
    avrdude: writing application (102724 bytes):

    Writing | | 0% 0.00savrdude: butterfly_page_erase() called on memory type “application”
    ***failed;
    <lots of fails>
    Writing | ################################################## | 100% 0.33s

    avrdude: 102724 bytes of flash written
    avrdude: verifying flash memory against tinyg.hex:
    avrdude: load data flash data from input file tinyg.hex:
    avrdude: input file tinyg.hex auto detected as Intel Hex
    avrdude: input file tinyg.hex contains 102724 bytes
    avrdude: reading on-chip flash data:

    Reading | ################################################## | 100% 15.44s

    avrdude: verifying …
    avrdude: verification error, first mismatch at byte 0x0002
    0x6a != 0x14
    avrdude: verification error; content mismatch

    avrdude done. Thank you.

    I’ve loaded the file a number of ways from github. My total file size is: 288,951 bytes

Viewing 2 posts - 1 through 2 (of 2 total)