Eralt / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

64bit avrdude build for 64bit build #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be at all possible to include a 64bit version of avrdude along with 
the 64bit package of the arduino software for gnu/linux?

I'm running in a pure 64bit environment and currently my newly purchased Uno is 
useless since I can get the IDE up but can't upload sketches due to the Uno not 
working with the latest avrdude (5.10) and not being able to run the included 
32bit build which does.

Original issue reported on code.google.com by angelfl...@gmail.com on 7 Oct 2010 at 4:19

GoogleCodeExporter commented 9 years ago
I have the same problem, included 32bit avrdude won't work with libusb(64bit). 
Another problem is that system avrdude package shows "Invalid device signature" 
error.

Arduino UNO
Arch Linux x64

Original comment by chrisx29a@gmail.com on 10 Oct 2010 at 11:43

GoogleCodeExporter commented 9 years ago
Now I'm using system avrdude through simple script
[nickname@black tools]$ cat avrdude
#!/bin/bash
avrdude -F $@

1. Upload is working.
2. Arduino seems to reboot randomly, often after upload, then IDE is opened.

Original comment by chrisx29a@gmail.com on 11 Oct 2010 at 7:19

GoogleCodeExporter commented 9 years ago
Arduino 1.0 and newer (and maybe before that, too) includes a 64-bit avrdude.

Original comment by dmel...@gmail.com on 11 Mar 2012 at 5:26