vajk
13.01.2007, 23:14
Kennt von euch einer eine Deutsche Anleitung zu AVRDUDE ?
Also Deutsche Beispiel-Befehls-Parameter - sprich welche Parameter wann und wie - aus der manpage werde ich nicht schlau und das grafische Tool bekomme ich derzeit bei meinem Debian nicht nachinstalliert (Ohne DSL ists nix mit aktuell halten!).
Programmieren bricht ab, weil wohl die FUSES noch nicht initialisiert sind ... und ich finde in den Googlewelten einfach keine Beispiele wie es geht.
In Pony gehts so schön einfach .... aber pony kann leider den 644 noch nicht .. die Autoerkennung der "neuesten" Beta funktionert leider nicht.
Was ich brauche ist so das typische, eben extern Quarz sprich alle aus außer SUT0 SPIEN wenn ich mich nicht irre ...
.. oder weiß jemand, wie ich den 644 unter pony angesprochen bekomme ?
Danke für Hilfe im voraus,
Vajk
Hier die Porgammierung via 'dudi'
avrdude -p m644 -P /dev/ttyUSB0 -c stk500v2 -U flash:w:Webserver_MEGA644_192_168_1_201_Quarz_1474 5600Hz.hex:i
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.06s
avrdude: Device signature = 0xff00ff
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex"
avrdude: writing flash (43472 bytes):
Writing | ################################################## | 100% 6.81s
avrdude: 43472 bytes of flash written
avrdude: verifying flash memory against Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex:
avrdude: load data flash data from input file Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex:
avrdude: input file Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex contains 43472 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 6.33s
avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0xff
avrdude: verification error; content mismatch
avrdude: safemode: Fuses OK
avrdude done. Thank you.
Also Deutsche Beispiel-Befehls-Parameter - sprich welche Parameter wann und wie - aus der manpage werde ich nicht schlau und das grafische Tool bekomme ich derzeit bei meinem Debian nicht nachinstalliert (Ohne DSL ists nix mit aktuell halten!).
Programmieren bricht ab, weil wohl die FUSES noch nicht initialisiert sind ... und ich finde in den Googlewelten einfach keine Beispiele wie es geht.
In Pony gehts so schön einfach .... aber pony kann leider den 644 noch nicht .. die Autoerkennung der "neuesten" Beta funktionert leider nicht.
Was ich brauche ist so das typische, eben extern Quarz sprich alle aus außer SUT0 SPIEN wenn ich mich nicht irre ...
.. oder weiß jemand, wie ich den 644 unter pony angesprochen bekomme ?
Danke für Hilfe im voraus,
Vajk
Hier die Porgammierung via 'dudi'
avrdude -p m644 -P /dev/ttyUSB0 -c stk500v2 -U flash:w:Webserver_MEGA644_192_168_1_201_Quarz_1474 5600Hz.hex:i
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.06s
avrdude: Device signature = 0xff00ff
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex"
avrdude: writing flash (43472 bytes):
Writing | ################################################## | 100% 6.81s
avrdude: 43472 bytes of flash written
avrdude: verifying flash memory against Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex:
avrdude: load data flash data from input file Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex:
avrdude: input file Webserver_MEGA644_192_168_1_201_Quarz_14745600Hz.h ex contains 43472 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 6.33s
avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0xff
avrdude: verification error; content mismatch
avrdude: safemode: Fuses OK
avrdude done. Thank you.