Subversion Repositories Projects

Rev

Rev 477 | Rev 735 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/****************************************************************************
 *   Copyright (C) 2009 by Claas Anders "CaScAdE" Rathje                    *
 *   admiralcascade@gmail.com                                               *
 *   Project-URL: http://www.mylifesucks.de/oss/c-osd/                      *
 *                                                                          *
 *   This program is free software; you can redistribute it and/or modify   *
 *   it under the terms of the GNU General Public License as published by   *
 *   the Free Software Foundation; either version 2 of the License.         *
 *                                                                          *
 *   This program is distributed in the hope that it will be useful,        *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of         *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
 *   GNU General Public License for more details.                           *
 *                                                                          *
 *   You should have received a copy of the GNU General Public License      *
 *   along with this program; if not, write to the                          *
 *   Free Software Foundation, Inc.,                                        *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
 ****************************************************************************/

Look at
http://www.mylifesucks.de/oss/c-osd/
to see what this is all about.

Simple way:
        - Flash C-OSD-characters-(pal|ntsc).hex
                - the 3rd LED (green one) should blink now
                - wait till all chars appear on screen and ALL 4 LEDs are on
        - Flash C-OSD-*-(pal|ntsc).hex acording to your needs

        If you already have flashed a specific character file (or more) and you just want to
        update the software itself, you do not need to flash the character files again.

Instructions:
        Connect the "To FC" port from EPi-OSD to the Debug port of the NaviCtrl.
        You will need NaviCtrl 0.15c soft to fully enjoy the software.

        S1 enters a menu where you can cycle through using S2 and toggle/accept choice with S1

        You can connect a spare RC-Channel to the PPM connector and enable/disable the HUD remotely with it, hopefully.

How To Flash the software (the MK-user way):
        Requirements:
                - Windows PC with a real SerialPort
                - PonyProg (http://www.LancOS.com)
                - SerCon
        HowTo:
                - Connect the ISP1 from SerCon to the ISP connector of the EPi-OSD board using a
                  normal 1:1 cable
                - Set the Jumper on the SerCon
                - SetUp PonyProg
                        Setup -> Interfac Setup
                        and select the correct Serial Port and "SI Prog API"
                - Select Chip manufacturer "AVR micro" and Chip "ATMega162"
                - If this is the first time using you board check the fuses (only BOD1LEVEL and EESAVE are checked)
                - Open the .hex file and Writa All (Ctrl+W)
                - Hopefully done :)