Device signature = 0xffffff; arduino nano clone

Post Reply
sdsuee
Posts: 3
Joined: Fri Aug 17, 2012 6:07 pm
Country: -

Device signature = 0xffffff; arduino nano clone

Post by sdsuee »

checked and rechecked connection and pinout multiple times, have continuity from pins on 9x atmel to arduino,

any advice ?

error: avrdude -P /dev/tty.usbserial-A600HA0E -p m64 -B 100 -b 19200 -U flash:w:/Users/colin/Downloads/gruvin9x-frsky-nospeaker.hex -c avrisp

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0xffffff
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.


avrdude done. Thank you.

sdsuee
Posts: 3
Joined: Fri Aug 17, 2012 6:07 pm
Country: -

Re: Device signature = 0xffffff; arduino nano clone

Post by sdsuee »

verbose output: avrdude -P /dev/tty.usbserial-A600HA0E -p m64 -B 100 -b 19200 -U flash:w:/Users/colin/Downloads/gruvin9x-frsky-nospeaker.hex -c avrisp -v

avrdude: Version 5.3.1.osxintelhack, compiled on Feb 1 2007 at 22:30:12
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

System wide configuration file is "/usr/local/etc/avrdude.conf"
User configuration file is "/Users/colin/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/tty.usbserial-A600HA0E
Using Programmer : avrisp
Overriding Baud Rate : 19200
Setting bit clk period: 100.0
AVR Part : ATMEGA64
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
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 20 64 0 no 2048 8 0 9000 9000 0xff 0xff
flash 33 6 128 0 yes 65536 256 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : STK500
Description : Atmel AVR ISP
Hardware Version: 2
Firmware Version: 1.18
Topcard : Unknown
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0xffffff
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.


avrdude done. Thank you.
User avatar
Kilrah
Posts: 11109
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: Device signature = 0xffffff; arduino nano clone

Post by Kilrah »

Looks like a wrong connetion to me. Are you sure you didn't swap 2 wires or something? Can you post pics of your setup?
sdsuee
Posts: 3
Joined: Fri Aug 17, 2012 6:07 pm
Country: -

Re: Device signature = 0xffffff; arduino nano clone

Post by sdsuee »

Success, and the issue was something in this combination doesn't like my new mackbook retina possibly due to USB3.0 ports, switched to an old windows netbook and worked first time.
Greebo
Posts: 63
Joined: Sat Jun 16, 2012 11:12 am
Country: Australia
Location: NSW

Re: Device signature = 0xffffff; arduino nano clone

Post by Greebo »

Just in case you hadn't seen it.....

Using the ArduinoISP that came with IDE versions 0.22, 0.23 and 1.01, I would always get EEPROM read/write errors (The ROM flashed fine though) - see my previous post for a fix required in the sketch specific to the m64 in the 9x.

Post Reply

Return to “PROGRAMMERS”