Bootloader Flashing Arduino Mini 3.3V

Hey guys,

Okay. well when you have a bad you have a bad day. Sorry for the interrupted post above. Am used to press shift enter when jumping to next line...which in this forum apparently posts the post.

I am a bit down on my nerves. I have been trying to flash the bootloader on a Atmega328p running at 3.3V and 8 Mhz using an Arduino Mini with the same specs.
I used this video How to Burn Arduino bootloader using Arduino Pro Mini - YouTube as guideline.

I put the ArduinoISP on the Mini using an FTDI.
Pin 10 of the Mini is connected to RST of the Atmega328p
Pin 11 with MOSI
Pin 12 with MISO
Pin 13 with SCK
GND to GND
There is an 10uF ELKO between RST and GND of the Mini.
I then switch the IDE to Arduino as ISP and click Burn Bootloader.
And every single time it comes back with:
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.

I went through a ton of forum posts and tutorials but I can't seem to solve it.

Here is the complete screen print from avrdude on pressing burn bootloader:

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "C:\Users\J\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"

Using Port : COM4
Using Programmer : stk500v1
Overriding Baud Rate : 19200
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
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 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
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.05s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.04s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.04s

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

avrdude done. Thank you.

Error while burning bootloader.


Help would be greatly appreciated. I am out of ideas.