Linux 0020?

I looked around a lot before I posted this, so please forgive me if this is a dupe.

Does anyone know when 0020 for Linux is expected? My Uno will be here Thursday and I hope I don't have to find another computer.

Thanks,
Eric

I know that 0020 has a board def for Uno, but since the board is just a 328-based board, couldn't you use 0019 and select the Duemilanove w/328 like normal and burn (the new serial controller shouldn't get in the way)? Is it the bootloader that gets in the way? Maybe you can rig the 0019 boards file from the 0020 windows distro boards file...?

There's always the option to attempt to compile 0020 from source...

hello

A linux version is in the works. there are some issues with the RXTX that need to be resolved. David Cuartielles has a working version that we are testing at the moment. (32 and 64 bit)

In the meantime you can use Arduino 19. Just edit boards.txt copy the definition of the Arduino 2009 into a anew definition for Arduino UNO and change the bootloader speed to 115200.

Please consider that the unos show up as ttyACMx (where x is the number of the port) so you will need to link ttyACMx to ttyUSBx

this should get you going until we release the official linux version.

m

And what about the new 2560 Mega?

If I have a pro and I'm running under linux 64, the newest version is 0018. Is there a way to run the mega uno (2560) on that?

I pooched my old duemilanove today, so grabbed my new 2560. Ouch, I'm on ubuntu 10.04, can't talk to the 2560. Don't cut the cake before it's cooked, but turn up the heat, lol. I have a ds1307 and a bmp085 that needs playing with. Could use some examples with lcd instead of serial.

yeah, ide 0021 just posted, and includes the linux version. got my sht21 / bmp085 project converted over. Thank you!