User Tools

Site Tools


multiwiicopter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
multiwiicopter [2012/01/27 21:15] memeruizmultiwiicopter [2012/01/29 17:52] memeruiz
Line 84: Line 84:
 To read the flash/eeprom from the arduino device you can't use arduino sketch. But you can use option 3 with avrdude to read it. Also, because the arduino bootloader is itself a programmer (in particular stk500v1). It can be used from avrdude to read and write flash/eeprom using a command similar to this: To read the flash/eeprom from the arduino device you can't use arduino sketch. But you can use option 3 with avrdude to read it. Also, because the arduino bootloader is itself a programmer (in particular stk500v1). It can be used from avrdude to read and write flash/eeprom using a command similar to this:
  
-  avrdude.exe -C ..\etc\avrdude.conf -pm328p -cstk500 -PCOM2 -b115200 -v -Ueeprom:r:arduino.hex+  /usr/share/arduino/hardware/tools/avrdude -C /usr/share/arduino/hardware/tools/avrdude.conf -pm328p -carduino -P /dev/ttyUSB0 -b57600 -v -Ueeprom:r:multiwiicopter_eeprom.hex:h
  
 http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1289849174 http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1289849174
multiwiicopter.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1