firmware

The firmware commands module.

These commands are used in the following models: MPSU50_2ST, MSMU60_2

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- firmware.update()
- firmware.verify()

Firmware

Bases: BaseTSPCmd

The firmware command tree.

Properties and methods
  • .update(): The firmware.update() function.
  • .verify(): The firmware.verify() function.

update

update() -> None

Run the firmware.update() function.

Description
  • This function flashes a firmware image of a module installed in a slot after the image has been downloaded to the mainframe.
TSP Syntax
- firmware.update()
Raises:

verify

verify() -> str

Run the firmware.verify() function.

Description
  • This function verifys that an image downloaded to the mainframe is the exact firmware flashed onto a module.
TSP Syntax
- firmware.verify()
Returns:
  • str

    The result of the function call.

Raises: