I just bought an Arduino mini w/ATmega328 and a miniUSB programmer and am having problems loading the blink program on to the Arduino. If I do a verbose upload it appears to hang at "avrdude: ser_open(): setting dtr". I am running version 0022 of the Arduino programmer and I have added the following entry for my board.
mini328.name=Arduino 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
I have tried on a windows 7 64-bit PC and a windows xp machine. One odd bit of behavior that I notice is that when I reset the LED i have on pin 13 only flashes once. I read that this should flash three times if the bootloader is working so I am thinking I may have somehow got one without a bootloader. Also, when I try to upload to the Arduino the RX LED on the USB module flashes but the TX LED does not. Can anyone confirm my suspicions that the bootloader is gone or have any thoughts on other things that might be wrong?