Hi,
I am using the same Arduino Mini 04 with Arduino 1.0 IDE . Insted of using a Mini USB adapter, I am using Arduino Duemilanove. The wiring is as follows
http://arduino.cc/en/Guide/ArduinoMiniI get supply to the board, but When I try to upload, I get
Binary sketch size: 1026 bytes (of a 28672 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
I even tried pressing shift while uploading, I get the same error
Also, As suggested, I copied
Mini with ATmega328
mini328.upload.protocol=stk500
mini328.upload.maximum_size=28672
mini328.upload.speed=115200
mini328.bootloader.low_fuses=0xff
mini328.bootloader.high_fuses=0xd8
mini328.bootloader.extended_fuses=0x05
mini328.bootloader.path=bt
mini328.bootloader.file=ATmegaBOOT_168_atmega328.hex
mini328.bootloader.unlock_bits=0x3F
mini328.bootloader.lock_bits=0x0F
mini328.build.mcu=atmega328p
mini328.build.f_cpu=16000000L
mini328.build.core=arduino
to the boards txt. (Thoguh it already had 1)
I still get the same problem. I also tried changing ports and USB cable.
Please suggest
Thankyou
Regards