Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2040 → Rev 2041

/C-OSD/trunk/README.TXT
33,7 → 33,7
 
Instructions:
Connect the "To FC" port from EPi-OSD to the Debug port of the NaviCtrl.
You will need at least NaviCtrl 0.28h soft to fully enjoy the software.
You will need at least NaviCtrl 2.04a soft to fully enjoy the software.
 
S1 enters a menu where you can cycle through using S2 and toggle/accept choice with S1
 
72,12 → 72,14
- avrdude
HowTo:
- assuming your ISP programmer is a usbasp compatible connected via usb
- fuses:
avrdude -c usbasp -P usb -p m162 -u -v -U lfuse:w:0xff:m -U hfuse:w:0xD7:m -U efuse:w:0xFB:m
- firmware:
avrdude -c usbasp -P usb -p m162 -u -U flash:w:C-OSD-######.hex
- for serial port programming using the SerCon
avrdude -p m162 -c siprog -P COM1 *****************look above*****************
- adjust supplied flash-usbasp.bat (according to your programmer and recent firmware)
- OR use the following commands
- fuses:
avrdude -c usbasp -p m162 -u -v -U lfuse:w:0xff:m -U hfuse:w:0xd7:m -U efuse:w:0xfb:m
- firmware:
avrdude -c usbasp -P usb -p m162 -u -U flash:w:C-OSD-######.hex
- for serial port programming using the SerCon
avrdude -c siprog -P COM1 -p m162 *****************look above*****************
 
 
#EOF