[tuxdroid-svn] r205 - firmware/tuxup/trunk
Status: Beta
Brought to you by:
ks156
From: <c2m...@c2...> - 2007-03-26 09:33:36
|
Author: jaguarondi Date: 2007-03-26 08:04:11 +0200 (lun, 26 mar 2007) New Revision: 205 Modified: firmware/tuxup/trunk/main.c Log: - UPD: usage updated with the connection procedure Modififirmware/tuxup/trunk/main.c =================================================================== --- firmware/tuxup/trunk/main.c 2007-03-26 06:02:45 UTC (rev 204) +++ firmware/tuxup/trunk/main.c 2007-03-26 06:04:11 UTC (rev 205) @@ -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); } |