Subversion Repositories Projects

Rev

Rev 902 | Rev 1437 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 902 Rev 1197
Line 31... Line 31...
31
	If you already have flashed the character file and you just want to
31
	If you already have flashed the character file and you just want to
32
	update the software itself, you do not need to flash the character files again.
32
	update the software itself, you do not need to flash the character files again.
Line 33... Line 33...
33
 
33
 
34
Instructions:
34
Instructions:
35
	Connect the "To FC" port from EPi-OSD to the Debug port of the NaviCtrl.
35
	Connect the "To FC" port from EPi-OSD to the Debug port of the NaviCtrl.
Line 36... Line 36...
36
	You will need at least NaviCtrl 0.18c soft to fully enjoy the software.
36
	You will need at least NaviCtrl 0.24b soft to fully enjoy the software.
Line 37... Line 37...
37
 
37
 
Line 47... Line 47...
47
	http://www.mylifesucks.de/oss/c-osd/#PayPal
47
	http://www.mylifesucks.de/oss/c-osd/#PayPal
Line 48... Line 48...
48
 
48
 
49
FAQ:
49
FAQ:
Line 50... Line 50...
50
	http://www.mylifesucks.de/oss/c-osd/#FAQ
50
	http://www.mylifesucks.de/oss/c-osd/#FAQ
51
 
51
 
52
How To Flash the software (the MK-user way):
52
How to flash the software (the MK-user way):
53
	Requirements:
53
	Requirements:
54
		- Windows PC with a real SerialPort
54
		- Windows PC with a real SerialPort
55
		- PonyProg (http://www.LancOS.com)
55
		- PonyProg (http://www.LancOS.com)
Line 64... Line 64...
64
		- Select Chip manufacturer "AVR micro" and Chip "ATMega162"
64
		- Select Chip manufacturer "AVR micro" and Chip "ATMega162"
65
		- If this is the first time using you board check the fuses (only BOD1LEVEL and EESAVE are checked)
65
		- If this is the first time using you board check the fuses (only BOD1LEVEL and EESAVE are checked)
66
		- Open the .hex file and Writa All (Ctrl+W)
66
		- Open the .hex file and Writa All (Ctrl+W)
67
		- Hopefully done :)
67
		- Hopefully done :)
Line -... Line 68...
-
 
68
 
-
 
69
How to flash the software with avrdude:
-
 
70
        Requirements:
-
 
71
                - ISP-Programmer which is supported by avrdude (SerCon, usbasp, AVRISP-MKII and so on...)
-
 
72
                - avrdude
-
 
73
        HowTo:
-
 
74
                - assuming your ISP programmer is a usbasp compatible connected via usb
-
 
75
                - fuses:
-
 
76
                    avrdude -c usbasp -P usb -p m162  -u -v -U lfuse:w:0xff:m -U hfuse:w:0xD7:m -U efuse:w:0xFB:m
-
 
77
                - firmware:
-
 
78
                    avrdude -c usbasp -P usb -p m162 -u -U flash:w:C-OSD-######.hex
-
 
79
                - for serial port programming using the SerCon
-
 
80
                    avrdude -p m162 -c siprog -P COM1 *****************look above*****************
-
 
81
 
68
 
82