-iinterface
Select the host Ethernet interface. All requests are sent via this interface and only reponses
received via this interface are recognized. The default interface is eth1 because most people use
eth0 as their principle network connection; however, if environment string "PLC" is defined then
it takes precedence over the default interface. This option then takes precedence over either
default.
-Nnvmfile
The file containing the firmware chain used to boot and flash the device. The file must exist and
have a valid NVM file format or it will be rejected. No assumptions are made based on filename
and no filename conventions are enforced. The program will not over-write this file. This option
and argument are required.
-nfilename
Use this file to store firmware uploaded from the local device. The file need not exist but an
error will occur if it cannot be created or written. If firmware is uploaded to this file, it is
used for subsequent firmware downloads unless the device requests a factory reset. In that case,
the file specified by option -N is used. This option and argument are optional. If omitted then
the default filename host.pib will be used.
-Ppibfile
The file containing the parameter chain used to boot and flash the device. The file must exist
and have a valid PIB file format or it will be rejected. No assumptions are made based on
filename and no filename conventions are enforced. The program will not over-write this file.
This option and argument are required.
-pfilename
Use this file to store parameters uploaded from the local device. The file need not exist but an
error will occur if it cannot be created or written. Once parameters are uploaded to this file,
it is used for subsequent parameter downloads unless the device requests a factory reset. In that
case, the file specified by option -P is used. This option and argument are optional. If omitted
then the default filename host.nvm will be used.
-q Suppress status messages on stderr.
-spathname
The server socket pathname. Automatically open this Unix socket and post event information to it
for the benefit of other host processes.
-Sfilename
The file containing the softloader chain used to flash the device. The presence of this file
causes the device to be flashed once it has booted. The file must exist and have a valid PIB file
format or it will be rejected. No assumptions are made based on filename and no filename
conventions are enforced. The program will not over-write this file. This option and argument
are required.
-ttimeout
Read timeout in milliseconds. Values range from 0 through UINT_MAX. This is the maximum time
allowed for a response. The default is shown in brackets on the program menu.
-v Print additional information on stdout. In particular, this option will print incoming and
outgoing Ethernet frames on stdout.
-wwakeup
Wakeup time in seconds. If no VS_HST_ACTION.IND message is received within this time period then
the process will wakeup and perform periodic functions such as posting network topography to the
server socket specified by option -s.
-?, --help
Print program help summary on stdout. This option takes precedence over other options on the
command line.
-!, --version
Print program version information on stdout. This option takes precedence over other options on
the command line. Use this option when sending screen dumps to Atheros Technical Support so that
they know exactly which version of the Linux Toolkit you are using.