bugAVR Downloader/UploaDEr - Bugs: bug #18918, Expected signature for AT90S8515

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #18918: Expected signature for AT90S8515

Submitter:  None
Submitted:  Wed 31 Jan 2007 07:25:31 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Need Info Privacy:  Public
Assigned to:  None Originator Name:  greg lang
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Mon 29 Oct 2007 10:10:07 PM UTC, comment #3: 

Timed out getting feedback, and not reproducible.

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 16 May 2007 05:15:37 AM UTC, comment #2: 

I cannot see that error either, even with an AVR910 programmer.

Are you sure you did not accidentally use the wrong avrdude.conf
file for the new version?  For version 5.2, you did quote the
avrdude message that says which avrdude.conf is being used, but
what about 5.3.1?  As the expected signature value is read from
avrdude.conf (and lacking one there, it will default to 0xffffff),
I suspect a problem with that.

If you still get that problem, please attach the output of a
syscall tracer (dtrace, ktrace, strace, truss -- whatever you've
got).

Joerg Wunsch <joerg_wunsch>
Group administrator
Wed 02 May 2007 07:48:22 PM UTC, comment #1: 

I don't have the exact hardware here. But using:

$avrdude -c stk500v2 -p 8515 -P /dev/ttyS0

With a ATMega16 plugged in I get:

avrdude: Expected signature for AT90S8515 is 1E 93 01

(No 8515 on hand)

Do you still get this error? I compiled from CVS today. Are there any errors in either of your configuration files?

 -Colin

Colin O Flynn <c_oflynn>
Group Member
Wed 31 Jan 2007 07:25:31 AM UTC, original submission:  

Here is a report of the avrdude 5.3.1:
**avrdude -p 8515 -c avr910 -b 115200 -v -u -U fuse:r:-:r | xxd

avrdude: Version 5.3.1, compiled on Jan 30 2007 at 21:53:09
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           fuse           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

         Programmer Type : avr910
         Description     : Atmel Low Cost Serial Programmer

Found programmer: Id = "AVR ISP"; type = S
    Software Version = 4.4; Hardware Version = H.2
Programmer supports auto addr increment.
..
..
    Device code: 0x34 = AT90S2333
    Device code: 0x38 = AT90S8515
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.06s

avrdude: Device signature = 0x1e9301
avrdude: Expected signature for AT90S8515 is FF FF FF
         Double check chip, or use -F to override this check.

avrdude done.  Thank you.
* ************************
expected device signature FF FF FF  ???? why??

**************************
Here is an report of avrdude 5.1. thats all ok:
*
glang@greg:/mnt/hdb5/Documents/avr/prj/avrgcc_testprg$ make rdfuses
avrdude -p 8515 -c avr910 -b 115200 -v -u -U fuse:r:-:r | xxd

avrdude: Version 5.1
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         System wide configuration file is "/usr/etc/avrdude.conf"
         User configuration file is "/home/glang/.avrduderc"

         Using Port            : /dev/ttyS0
         Using Programmer      : avr910
         Overriding Baud Rate  : 115200
         AVR Part              : AT90S8515
         Chip Erase delay      : 20000 us
         PAGEL                 : P00
         BS2                   : P00
         RESET disposition     : dedicated
         RETRY pulse           : SCK
         serial program mode   : yes
         parallel program mode : yes
         Timeout               : 200
         StabDelay             : 100
         CmdexeDelay           : 25
         SyncLoops             : 32
         ByteDelay             : 0
         PollIndex             : 3
         PollValue             : 0x53
         Memory Detail         :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom         4    12   128    0 no        512    0      0  4000  9000 0x80 0x7f
           flash          4    12   128    0 no       8192    0      0  4000  9000 0x7f 0x7f
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           fuse           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

         Programmer Type : avr910
         Description     : Atmel Low Cost Serial Programmer

Found programmer: Id = "AVR ISP"; type = S
    Software Version = 4.4; Hardware Version = H.2
Programmer supports auto addr increment.

Programmer supports the following devices:
    Device code: 0x38 = AT90S8515
    Device code: 0x48 = (unknown)
    Device code: 0x4c = AT90S2343
    Device code: 0x79 = (unknown)
..
..
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.06s

avrdude: Device signature = 0x01931e
avrdude: reading fuse memory:

Reading | ################################################## | 100% 0.06s

avrdude: writing output file "<stdout>"

avrdude done.  Thank you.
 ***************

what can i do?

Many thangs for your heard work and best regards!
Greg Lang

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by c_oflynn (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-10-29 joerg_wunsch Open/ClosedOpen Closed
    2007-05-16 joerg_wunsch StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code