function firmware in split format
|
= NAME =
firmware
|
|
= SYNOPSIS =
* firmware
|
|
= DESCRIPTION =
Get the firmware version string from the target. This is just a wrapper on ov_get_firmware.
|
|
= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
firmware
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
None, see ov_get_firmware
|
|
= RETURN =
Returns non-zero on error.
|
Sets FWVER (from $FW)
|
Sets FWVER (from $FW)
|
|
= SOURCE =
Located in ''scripts/functions.sh''
|
ov_get_firmware, pre_test
|
= SEE ALSO =
* [[function_ov_get_firmware|ov_get_firmware]], [[function_pre_test|pre_test]]
|