themij

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: TinyG won't boot: SpDir light flashing constantly #6807
    themij
    Member

    Yes, I’m pulling from that link. Here are the beginning and ends of my text file, as viewed in vi (click the photo to see both in imgur):

    http://imgur.com/TE8npMl,91cy3kw

    Thanks,

    Alex

    • This reply was modified 10 years, 1 month ago by themij.
    in reply to: TinyG won't boot: SpDir light flashing constantly #6804
    themij
    Member

    I also did a verbose output for avrdude and got the following information:

    Using Port                    : /dev/tty.usbserial-DA00XHPY
             Using Programmer              : avr109
             Overriding Baud Rate          : 115200
             AVR Part                      : ATxmega192A3
             Chip Erase delay              : 0 us
             PAGEL                         : P00
             BS2                           : P00
             RESET disposition             : dedicated
             RETRY pulse                   : SCK
             serial program mode           : yes
             parallel program mode         : yes
             Timeout                       : 0
             StabDelay                     : 0
             CmdexeDelay                   : 0
             SyncLoops                     : 0
             ByteDelay                     : 0
             PollIndex                     : 0
             PollValue                     : 0x00
             Memory Detail                 :
    
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
               prodsig        0     0     0    0 no         50   50      0     0     0 0x00 0x00
               fuse1          0     0     0    0 no          1    0      0     0     0 0x00 0x00
               fuse2          0     0     0    0 no          1    0      0     0     0 0x00 0x00
               fuse4          0     0     0    0 no          1    0      0     0     0 0x00 0x00
               fuse5          0     0     0    0 no          1    0      0     0     0 0x00 0x00
               lock           0     0     0    0 no          1    0      0     0     0 0x00 0x00
               data           0     0     0    0 no          0    0      0     0     0 0x00 0x00
               eeprom         0     0     0    0 no       2048   32      0     0     0 0x00 0x00
               application    0     0     0    0 no     196608  512      0     0     0 0x00 0x00
               apptable       0     0     0    0 no       8192  512      0     0     0 0x00 0x00
               boot           0     0     0    0 no       8192  512      0     0     0 0x00 0x00
               flash          0     0     0    0 no     204800  512      0     0     0 0x00 0x00
               usersig        0     0     0    0 no        512  512      0     0     0 0x00 0x00
               fuse0          0     0     0    0 no          1    0      0     0     0 0x00 0x00
    
             Programmer Type : butterfly
             Description     : Atmel AppNote AVR109 Boot Loader
    
    in reply to: TinyG won't boot: SpDir light flashing constantly #6802
    themij
    Member

    First off, thanks for your reply.

    I don’t remember (and can’t query) which firmware version was on my TinyG before it crashed. However, we purchased it around 8 weeks ago directly from Synthetos.

    I originally tried to flash v380.08 from the page you linked. Today I tried 438.02 and got the same error.

    I’m running a Mac and I’ve reproduced the session output below. I checked the file and it appears that everything is good, at least according to the last section of this page: https://github.com/synthetos/TinyG/wiki/TinyG-Updating-Firmware

    $ avrdude -p x192a3 -c avr109 -b 115200 -P /dev/tty.usbserial-DA00XHPY -e -U flash:w:~/Downloads/tinyg-edge-438.02.hex 
    
    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: erasing chip
    avrdude: reading input file "/Users/mijalis/Downloads/tinyg-edge-438.02.hex"
    avrdude: input file /Users/mijalis/Downloads/tinyg-edge-438.02.hex auto detected as Intel Hex
    avrdude: writing flash (117552 bytes):
    
    Writing | ################################################## | 100% 14.71s
    
    avrdude: 117552 bytes of flash written
    avrdude: verifying flash memory against /Users/mijalis/Downloads/tinyg-edge-438.02.hex:
    avrdude: load data flash data from input file /Users/mijalis/Downloads/tinyg-edge-438.02.hex:
    avrdude: input file /Users/mijalis/Downloads/tinyg-edge-438.02.hex auto detected as Intel Hex
    avrdude: input file /Users/mijalis/Downloads/tinyg-edge-438.02.hex contains 117552 bytes
    avrdude: reading on-chip flash data:
    
    Reading | ################################################## | 100% 17.68s
    
    avrdude: verifying ...
    avrdude: verification error, first mismatch at byte 0x0000
             0xff != 0x0c
    avrdude: verification error; content mismatch
    
    avrdude done.  Thank you.

    Thanks again for your help,
    Alex

    • This reply was modified 10 years, 1 month ago by themij.
Viewing 3 posts - 1 through 3 (of 3 total)