I've got the new Mega 2560 connected to an iMAC OSX 10.6.8.
The green ON LED is on and the Pin13 LED is flashing on the board :).
I have installed Sketch 1.0 and placed it in the 'Applications' folder after unzipping it.
Arduino Mega 2560 or Mega ADK is the board selected in Tools :).
/dev/tty.usbmodem5d11 is the Serial Port selected.
When I try and upload Blink, I get the following error:
Binary sketch size: 1602 bytes (of a 258048 byte maximum)
avrdude: stk500v2_ReceiveMessage(): timeout
You are not the only one with this problem its the new bootloader. It does not reset the board before uploading.
I found 2 hacks, which are both quite nasty ones:
triggering the old bootloader (for the reset), then the new one (for uploading)
connecting the solderpads called RESET_EN (dont do this unless you are completly familiar with the hardware, I am not)
"You are not the only one with this problem its the new bootloader. It does not reset the board before uploading."
Thanks, will try loading a few programs by holding the reset button until a fix is ready