Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

usbprog(1) [debian man page]

USBPROG(1)							      USBprog								USBPROG(1)

NAME
usbprog - Programmer for the USBprog hardware SYNOPSIS
usbprog [options] [commands] DESCRIPTION
USBprog has two modes: An interactive mode and a batch mode. Both mode use exactly the same commands. As every command takes a fixed number of arguments, no separator is necessary between commands -- just specify as much commands as you would like to execute. The help command gives a list of all commands, ? command can be used to get help for a specific command. Example: (usbprog) help (usbprog) ? upload OPTIONS
Following options can be specified, both for the interactive and the batch mode: -h | --help Prints a short help. -v | --version Prints the version number to standard output. -d | --datadir datadir Uses datadir instead of ~/.usbprog. -o | --offline Don't try to connect to the internet. Use the cached firmware and index file(s) only. -D | --debug Enable debugging output. COMMANDS
This section describes all commands. As mentioned above, the syntax is the same for interactive and batch usage. help This just prints an overview about every command, i.e. the command name and an one-sentence description. helpcmd | ? command Print a detailed description for command. exit | quit Quit the program. On Unix, you can also send an EOF by pressing Ctrl-d on your terminal. copying | license Prints a short license (GPL) text and the version number of the program. list | firmwares Prints a list of available firmwares. A [*] shows that the firmware is available in the offline cache. download firmware Downloads the specified firmware. Use the same string as you retrieved from the firmwares command described above. This command doesn't work in offline mode. info firmware Shows some basic information about firmware like what it does, the latest version number, the author and the USB ID which the USBprog device has after this firmware has been uploaded. See also the pins command. pins firmware This shows the PIN assignment of firmware and the meaning of the LED and jumpers. See also the info command for basic information about the firmware. cache clean | delete clean deletes all old firmware versions from the firmware cache, i.e. if the latest version of a firmware is 5, then it deletes the versions 0 to 4 if they are still on disk. The delete command deletes the whole firmware cache. Only the index and history file are in the cache directory after executing this command. devices Shows a list of connected USB devices related to USBprog. The currently used update device an be set with device and is also marked in the output. device number | name Sets the update device for the upload command. You have to use the integer number or the device name you retrieved from the devices command. upload firmware | file Uploads a new firmware. The firmware identifier can be found with the list command. Alternatively, you can also specify a file name on the disk. The extension doesn't matter. FILES
~/.usbprog/version.xml Index file, downloaded from http://www.ixbat.de/usbprog/versions.xml. ~/.usbprog/history The saved readline(1) history. ~/.usbprog/* The rest in that directory are firmware files. The naming scheme is name.version. AUTHOR
The USBprog program and documentation has been written by Bernhard Walle <bernhard@bwalle.de>. SEE ALSO
usbprog-gui(1), http://www.embedded-projects.net/index.php?page_id=135 0.2.0 2010-01-04 USBPROG(1)

Check Out this Related Man Page

hp-firmware(1)							   User Manuals 						    hp-firmware(1)

NAME
hp-firmware - Firmware Download Utility DESCRIPTION
Download firmware to a device that requires downloaded firmware to function. (Note: Most printers do not require the use of this utility). SYNOPSIS
hp-firmware [DEVICE_URI|PRINTER_NAME] [MODE] [OPTIONS] PRINTER
|DEVICE-URI To specify a device-URI: -d<device-uri> or --device=<device-uri> To specify a CUPS printer: -p<printer> or --printer=<printer> MODE
Run in graphical UI mode: -u or --gui (Default) Run in interactive mode: -i or --interactive Run in non-interactive mode: -n or --non-interactive OPTIONS
Use Qt4: --qt4 (Default) Set the logging level: -l<level> or --logging=<level> <level>: none, info*, error, warn, debug (*default) Run in debug mode: -g (same as option: -ldebug) This help information: -h or --help Use USB IDs to specify printer: -s bbb:ddd, where bbb is the USB bus ID and ddd is the USB device ID. The ':' and all leading zeroes must be present. Seconds to delay before download: -y<secs> or --delay=<secs> (float value, e.g. 0.5) SEE ALSO
hp-plugin hp-toolbox AUTHOR
HPLIP (Hewlett-Packard Linux Imaging and Printing) is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. REPORTING BUGS
The HPLIP Launchpad.net site https://launchpad.net/hplip is available to get help, report bugs, make suggestions, discuss the HPLIP project or otherwise contact the HPLIP Team. COPYRIGHT
Copyright (c) 2001-14 Hewlett-Packard Development Company, L.P. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Linux 2.4 hp-firmware(1)
Man Page