[tuxdroid-svn] r204 - firmware/tuxup/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-03-23 01:57:40
|
Author: jaguarondi Date: 2007-03-23 02:57:24 +0100 (Fri, 23 Mar 2007) New Revision: 204 Modified: firmware/tuxup/trunk/main.c Log: - UPD: usage updated with the connection procedure Modified: firmware/tuxup/trunk/main.c =================================================================== --- firmware/tuxup/trunk/main.c 2007-03-22 16:19:41 UTC (rev 203) +++ firmware/tuxup/trunk/main.c 2007-03-23 01:57:24 UTC (rev 204) @@ -69,10 +69,17 @@ " -v --verbose Print verbose messages.\n" " -V --version Print the version number.\n" "\n" - "'-a' and -'m' options can't be used simultaneously.\n" - "Inputfiles can be specified only if the -a or -m options are not selected.\n" - "Any .hex or .eep files compiled for Tux Droid can be used.\n" - "The eeprom file names should contain 'tuxcore' or 'tuxaudio' in order to be identified, the usb hex file should contain 'fuxusb'.\n" + "Connection: connect the dongle alone, then press on tux's head\n" + " button while switching it on, finally connect the white cable\n" + " between tux and the dongle\n" + "\n" + "Notes: '-a' and -'m' options can't be used simultaneously.\n" + " Inputfiles can be specified only if the -a or -m options are\n" + " not selected.\n" + " Any .hex or .eep files compiled for Tux Droid can be used.\n" + " The eeprom file names should contain 'tuxcore' or 'tuxaudio'\n" + " in order to be identified, the usb hex file should contain\n" + " 'fuxusb'.\n" ); exit (exit_code); } |