Rev 2039 | Rev 2099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2039 | Rev 2041 | ||
---|---|---|---|
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.28h soft to fully enjoy the software. |
36 | You will need at least NaviCtrl 2.04a soft to fully enjoy the software. |
Line 37... | Line 37... | ||
37 | 37 | ||
Line 70... | Line 70... | ||
70 | Requirements: |
70 | Requirements: |
71 | - ISP-Programmer which is supported by avrdude (SerCon, usbasp, AVRISP-MKII and so on...) |
71 | - ISP-Programmer which is supported by avrdude (SerCon, usbasp, AVRISP-MKII and so on...) |
72 | - avrdude |
72 | - avrdude |
73 | HowTo: |
73 | HowTo: |
74 | - assuming your ISP programmer is a usbasp compatible connected via usb |
74 | - assuming your ISP programmer is a usbasp compatible connected via usb |
- | 75 | - adjust supplied flash-usbasp.bat (according to your programmer and recent firmware) |
|
- | 76 | - OR use the following commands |
|
75 | - fuses: |
77 | - 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 |
78 | avrdude -c usbasp -p m162 -u -v -U lfuse:w:0xff:m -U hfuse:w:0xd7:m -U efuse:w:0xfb:m |
77 | - firmware: |
79 | - firmware: |
78 | avrdude -c usbasp -P usb -p m162 -u -U flash:w:C-OSD-######.hex |
80 | avrdude -c usbasp -P usb -p m162 -u -U flash:w:C-OSD-######.hex |
79 | - for serial port programming using the SerCon |
81 | - for serial port programming using the SerCon |
80 | avrdude -p m162 -c siprog -P COM1 *****************look above***************** |
82 | avrdude -c siprog -P COM1 -p m162 *****************look above***************** |
Line 81... | Line 83... | ||
81 | 83 |