-Cfilename
Use this file to download memory configuration when requested by the local device. The file must
exist and have a valid configuration 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.
-e Redirects stderr messages to stdout. By convention status and error messages are printed on
stderr while primary program output is printed on stdout. This option prints all output on stdout
in cases where this is desired.
-F[F] Flash NVRAM once downloaded firmware has started. The same firmware and PIB are downloaded,
again, using VS_WR_MOD and written to NVRAM using VS_MOD_NVM. Adding a second F here or another
-F anywhere on the command line will perform a forced flash. When no NVRAM is present, normal and
force flash cause the device to upload to the host. When blank or corrupted NVRAM is present,
forced flash writes to NVRAM. This operation will fail when no NVRAM is present.
-iinterface
Select the host Ethernet interface. All requests are sent via this host interface and only
reponses received via this host 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.
-Nfilename
Use this file to download firmware when requested by the local 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.
-Pfilename
Use this file to download parameters when requested by the local 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.
-tmilliseconds
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.
-?, --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.