HELP - BOOTLOADER ARDUIDO MEGA a MICRO ATMEGA328P-PU

Hi all, I have a problem to make the bootleader in a micro -PU ATMEGA328P with my arduino MEGA :

way to explain what I did:

  1. Load example/arduinoISP in my arduino MEGA
    2)Make the following connections

ARDUINO MEGA ll MICRO ATMEGA328P-PU
PIN 50 <-> PIN 18
PIN 51 <-> PIN 17
PIN 52 <-> PIN 19
5V <-> PIN 7 y 20(between 5V and GND my arduino MEGA place a 10 uF capacitor)
GND <-> PIN 8 y 22

In the PIN 9 and 10 ATMEGA328P-PU 16000 put a glass and put them both to GND with 22pF capacitor

Finished the connections, choose TOOLS/BOARD/ARDUINO UNO and then TOOLS/RUN BOOTLOADER

He throws me the following error:
"avrdude: Expected signature for ATmega2560 is 1E 98 01
** Double check chip, or use -F to override this check.**

I'm using version 1.6.8 IDE

Lucassequeira:
He throws me the following error:
"avrdude: Expected signature for ATmega2560 is 1E 98 01
** Double check chip, or use -F to override this check.**

I'm using version 1.6.8 IDE

Is it a Micro?
Or is it a board based on an Atmega 328p? (Nano, Pro Mini, Mini, Uno, duemillanove, etc)
The Micro uses an ATmega 32u4, not an ATmega 328p.

You say you selected tools/boards/Arduino Uno, but that error says you had Arduino Mega2560 selected. Arduino Uno is what you want (assuming it's a '328p based board)

Also, enable verbose upload in settings, that way you get better error messages, with more information.