M
Marc Haber
Guest
Hallo,
kaum macht man mal etwas ein paar Monate nicht, geht alles Wissen den
Bach runter: Ich kann auf den aus dem Schrank genĂłmmenen Arduino Nano
(https://www.amazon.de/gp/product/B0755XYBG4/) und einen zweiten
identischen aktuell nichtmal das Blink-Example flashen:
|1 [16/6456]mh@drop:~ $ /usr/lib/arduino/hardware/tools/avr/bin/avrdude -v -v -v -C/usr/lib/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyUSB5 -b57600 -D -Uflash:w:/tmp/arduino_build_892829/Blink.ino.hex:i
|
|avrdude: Version 6.3-20190619
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
| Copyright (c) 2007-2014 Joerg Wunsch
|
| System wide configuration file is "/usr/lib/arduino/hardware/tools/avr/etc/avrdude.conf"
| User configuration file is "/home/mh/.avrduderc"
| User configuration file does not exist or is not a regular file, skipping
|
| Using Port : /dev/ttyUSB5
| Using Programmer : arduino
| Overriding Baud Rate : 57600
|avrdude: Send: 0 [30] [20]
|avrdude: Send: 0 [30] [20]
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [84]
|avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x84
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [fc]
|avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xfc
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [94]
|avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x94
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x44
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [04]
|avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x04
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [fc]
|avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfc
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [84]
|avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x84
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x44
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [04]
|avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x04
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x44
|
|avrdude done. Thank you.
Systemumgebung. Debian unstable, arduino IDE 1.8.9, nach den Problemen
updated auf 1.8.12. Die Fehlermeldung ist bei beiden IDEs dieselbe und
tritt auch auf, wenn man die avrdude-Kommandozeile aus der IDE
herauskopiert und manuell auf der Shell ausfĂźhrt.
In der IDE habe ich ausgewählt:
Board: Arduino Nano
Processor: Atmega 328P old Bootloader (Atmega328P geht auch nicht)
Serial Port: /dev/ttyUSB5 (das ist das Device Node, das beim
Einstecken des Arduino erscheint).
Wenn ich Tools -> Serial Monitor aufrufe und den Resetknopf des
Arduino drĂźcke, gibt er mir die ASCII-Tabelle aus.
Wenn ich nach der Fehlermeldung google, kommen nur StandardlĂśsungen:
- korrekter Treiber? (sonst wĂźrde die ASCII-Tabelle nicht kommen)
- richtiger Port? (dito)
- Old Bootloader ausgewählt? Ja.
- Anderen Arduino probiert? Ja.
- Andres Kabel probiert? Ja.
Ich bin mir doch so halbwegs sicher dass das auf diesem System
schonmal funktoniert hat.
Hat noch jemand eine Idee?
GrĂźĂe
Marc
--
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber | " Questions are the | Mailadresse im Header
Mannheim, Germany | Beginning of Wisdom " |
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834
kaum macht man mal etwas ein paar Monate nicht, geht alles Wissen den
Bach runter: Ich kann auf den aus dem Schrank genĂłmmenen Arduino Nano
(https://www.amazon.de/gp/product/B0755XYBG4/) und einen zweiten
identischen aktuell nichtmal das Blink-Example flashen:
|1 [16/6456]mh@drop:~ $ /usr/lib/arduino/hardware/tools/avr/bin/avrdude -v -v -v -C/usr/lib/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyUSB5 -b57600 -D -Uflash:w:/tmp/arduino_build_892829/Blink.ino.hex:i
|
|avrdude: Version 6.3-20190619
| Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
| Copyright (c) 2007-2014 Joerg Wunsch
|
| System wide configuration file is "/usr/lib/arduino/hardware/tools/avr/etc/avrdude.conf"
| User configuration file is "/home/mh/.avrduderc"
| User configuration file does not exist or is not a regular file, skipping
|
| Using Port : /dev/ttyUSB5
| Using Programmer : arduino
| Overriding Baud Rate : 57600
|avrdude: Send: 0 [30] [20]
|avrdude: Send: 0 [30] [20]
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [84]
|avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x84
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [fc]
|avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xfc
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [94]
|avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x94
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x44
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [04]
|avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x04
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [fc]
|avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfc
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [84]
|avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x84
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x44
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: . [04]
|avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x04
|avrdude: Send: 0 [30] [20]
|avrdude: Recv: D [44]
|avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x44
|
|avrdude done. Thank you.
Systemumgebung. Debian unstable, arduino IDE 1.8.9, nach den Problemen
updated auf 1.8.12. Die Fehlermeldung ist bei beiden IDEs dieselbe und
tritt auch auf, wenn man die avrdude-Kommandozeile aus der IDE
herauskopiert und manuell auf der Shell ausfĂźhrt.
In der IDE habe ich ausgewählt:
Board: Arduino Nano
Processor: Atmega 328P old Bootloader (Atmega328P geht auch nicht)
Serial Port: /dev/ttyUSB5 (das ist das Device Node, das beim
Einstecken des Arduino erscheint).
Wenn ich Tools -> Serial Monitor aufrufe und den Resetknopf des
Arduino drĂźcke, gibt er mir die ASCII-Tabelle aus.
Wenn ich nach der Fehlermeldung google, kommen nur StandardlĂśsungen:
- korrekter Treiber? (sonst wĂźrde die ASCII-Tabelle nicht kommen)
- richtiger Port? (dito)
- Old Bootloader ausgewählt? Ja.
- Anderen Arduino probiert? Ja.
- Andres Kabel probiert? Ja.
Ich bin mir doch so halbwegs sicher dass das auf diesem System
schonmal funktoniert hat.
Hat noch jemand eine Idee?
GrĂźĂe
Marc
--
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber | " Questions are the | Mailadresse im Header
Mannheim, Germany | Beginning of Wisdom " |
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834