Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1196 → Rev 1197

/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.18c soft to fully enjoy the software.
You will need at least NaviCtrl 0.24b soft to fully enjoy the software.
 
S1 enters a menu where you can cycle through using S2 and toggle/accept choice with S1
 
49,7 → 49,7
FAQ:
http://www.mylifesucks.de/oss/c-osd/#FAQ
 
How To Flash the software (the MK-user way):
How to flash the software (the MK-user way):
Requirements:
- Windows PC with a real SerialPort
- PonyProg (http://www.LancOS.com)
66,4 → 66,18
- Open the .hex file and Writa All (Ctrl+W)
- Hopefully done :)
 
How to flash the software with avrdude:
Requirements:
- ISP-Programmer which is supported by avrdude (SerCon, usbasp, AVRISP-MKII and so on...)
- 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*****************
 
 
#EOF