Upload error: Baby O./USB AVR Programmer /Arduino

I have been trying to program, using the Arduino IDE, the Baby Orangutan 328 using the USV AVR programmer that I received last week. I was following the instructions here

pololu.com/docs/0J17/all

I am using Oragutan 328 as the board, COM6 (programmer port, I checked), and AVR ISP V2 as the programming port. The Baya Oragutan is powered (green light on ) and connected to the USB programmer. When I tried to upload the “blink” program, I received the following.

Binary sketch size: 1,126 bytes (of a 32,768 byte maximum) - 3% used
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingProgrammer(BasicUploader.java:247)
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:57)
at processing.app.Sketch.upload(Sketch.java:1649)
at processing.app.Sketch.exportApplet(Sketch.java:1608)
at processing.app.Sketch.exportApplet(Sketch.java:1580)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2408)
at java.lang.Thread.run(Thread.java:619)

Can you give me an idea what is wrong?

Note: I am using Arduino IDE v1.5.2

Hello.

I tried it with the Arduino 1.5.2 BETA and got the same error. We are looking into the problem. Also, we verified the Baby Orangutan can be programmed using the latest stable release, Arduino 1.0.4; you could try using that in the meantime.

- Jeremy