ATmega328P programming using AVRISP mkII & Arduino IDE

greg3000:
When programming the ATmega328P utilizing the AVRISP mkII via Arduino IDE, which board do you choose in Tools>Board when uploading the program to the ATmega328P breadboard? I am using the latest version of Arduino IDE.

Regards,
Greg

You need to choose a board that uses the same chip (328p in your case) and clock speed as your breadboard hardware is using.

Lefty