I have a couple of ATMEGA328P-PU chips with the Uno bootloader happily running at 16Mhz (with an external crystal/clock). My goal is to "convert" them to 8Mhz, using the internal clock. I already figured out I need to upload a new bootloader and change the fuse settings. I tried to accomplish this using an Arduino Uno as ISP, see http://arduino.cc/en/Tutorial/ArduinoISP. On this page I found this wiring:
But I'm not successful when trying to burn the bootloader (in the Extra menu of the Arduino IDE), I get the error "avrdude: stk500_getsync(): not in sync: resp=0x00".
Can anybody confirm this is the right approach to accomplish what I'm trying to do?