Arduino Uno mit USB fehlern unter Linux

Der Aktuelle Arduno Uno funktioniert unter Linux nicht richtig. Beim Hochladen von Skechtes, auswählen des Tools Dropdown bzw. starten des Serialmonitor bekomme ich im Syslog:

tty_port_close_start: tty->count = 1 port count = 0.

und die komplette Maschine hängt für ein paar Sekunden.

Lösung ist eine neue Firmware vom Mega8U2.

DOWNLOAD AND VERIFY THE FIRMWARE (console commands)
———————————————————————————————————
$ wget –no-check-certificate https://github.com/arduino/Arduino/raw/master/hardware/arduino/firmwares/arduino-usbserial/Arduino-usbserial-uno.hex
$ md5sum Arduino-usbserial-uno.hex
8e01ee236e70bbea43f7eb4e11c9688a Arduino-usbserial-uno.hex

———————————————————————————————————
PUT ARDUINO UNO IN DFU MODE
———————————————————————————————————
0) connect your board to the pc
1) hold the first wire on the top left 8u2 ICSP pad
2) touch the second wire against the left side of the capacitor below the RX LED (leds will blink)
3) remove the second wire
4) remove the first wire

———————————————————————————————————
UPLOAD THE NEW FIRMWARE (console commands)
———————————————————————————————————
$ sudo dfu-programmer at90usb82 erase
$ sudo dfu-programmer at90usb82 flash Arduino-usbserial-uno.hex
$ sudo dfu-programmer at90usb82 reset

Quelle: http://arduino.cc/forum/index.php/topic,52447.0.html

Dieser Beitrag wurde unter Arduino veröffentlicht. Setze ein Lesezeichen auf den Permalink.