Uploading bootloader to Attiny with MegaISP

Thread Starter

hoefnageltom

Joined Oct 7, 2016
12
Hi there,

I am trying to upload the bootloader from arduino to a attiny85 chipset. But got the message stk500_getsync() attempt x of 10: not in sync: resp=0x00..

Ofcourse I already did some research on forums, but nothing was solving the error:
- Holding reset before RX/TX Blinks
- Adding 10uF Capacitor between reset and ground
- Adding 120R on reset

Also tried uploading with a USBASP (2.0), but always got a initialization error with the asp, while I am sure the connections are good.

I am using a (real) Mega as programmer (Arduino as ISP) with pins 50-53 and the ArduinoISP program uploaded to the mega.

This is my output:
Code:
          System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
         User configuration file is "/Users/iMacTom/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping
######(Maby this is something but couldn't found information about it)#######

         Using Port                    : /dev/cu.usbmodem1431
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200

avrdude: stk500_recv(): programmer is not responding

         AVR Part                      : ATtiny85
         Chip Erase delay              : 400000 us
         PAGEL                         : P00
         BS2                           : P00
         RESET disposition             : possible i/o
         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        65    12     4    0 no        512    4      0  4000  4500 0xff 0xff
           flash         65    12    32    0 yes      8192   64    128 30000 30000 0xff 0xff
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           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
           calibration    0     0     0    0 no          2    0      0     0     0 0x00 0x00

         Programmer Type : Arduino
         Description     : Arduino
         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: stk500_recv(): programmer is not responding
Is there someone of you who has a solution for me for this really annoying problem....

Thanks
 
Top