Upload failure to Robot

Hi everybody,

I have a problem with my Arduino Robot control board.
I started it for the first time and I changed its name. That went well.
Then I uploaded the R01_Logo sketch from the examples, no problem there.
I played with it for a while and it saw that the robot did not go straight.

now I am trying to upload the wheel calibration sketch, it won't.
I get an error when compiling the sketch that the memory is low. But with this sketch, that shouldn't be a problem I figured because this is from Arduino themselves.

Sketch uses 25,684 bytes (89%) of program storage space. Maximum is 28,672 bytes.
Global variables use 1,962 bytes (76%) of dynamic memory, leaving 598 bytes for local variables. Maximum is 2,560 bytes.
Low memory available, stability problems may occur

When uploading, the control board reboots.
Then, nothing for a long while (10 to 15 minutes) and in the end I get an error;

Found programmer: Id = "B×m"; type =
Software Version =
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
processing.app.debug.RunnerException
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:129)
at processing.app.Sketch.upload(Sketch.java:1672)
at processing.app.Sketch.exportApplet(Sketch.java:1578)
at processing.app.Sketch.exportApplet(Sketch.java:1550)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2399)
at java.lang.Thread.run(Unknown Source)
Caused by: processing.app.debug.RunnerException: Problem uploading to board. See
http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:113)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:127)
... 5 more

The Control board is selected in the software and the correct COM-port is enabled.
I reinstalled all the drivers and the software, I formatted the SD card and put the original content back on.
It just keeps giving me the Logo sketch and not uploading.

Does anyone have any pointers?

EDIT
I have two Arduino UNO boards, And those work perfectly.

Thansk!

I have returned the robot and received a new one, I have the same problem again.
Can anyone please advise?