Plugin Commands: OTA Storage Common#

The OTA Storage Common plugin provides Over-the-air commands for upgrading firmware and downloading specific files common to both server and client.

Macros#

#define

plugin ota-storage-common data-print [index:1] [offset:4]

#define

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DATA_PRINT#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DATA_PRINT

plugin ota-storage-common data-print [index:1] [offset:4]

  • Print arbitray bytes of the OTA image on disk.

    • index - INT8U - The index of the image to print its data.

    • offset - INT32U - The offset into the OTA image that will be printed.


Definition at line 4675 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DELETE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_DELETE

plugin ota-storage-common delete [index:1]

  • Deletes the image at the specified index.

    • index - INT8U - The index at which to begin bootloading the image


Definition at line 4681 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_PRINT_IMAGES#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_PRINT_IMAGES

plugin ota-storage-common printImages

  • Prints the images.


Definition at line 4686 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_RELOAD#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_RELOAD

plugin ota-storage-common reload

  • Reload the storage device.


Definition at line 4691 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_STORAGE_INFO#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_OTA_STORAGE_COMMON_PLUGIN_OTA_STORAGE_COMMON_STORAGE_INFO

plugin ota-storage-common storage-info

  • Print information about the storage device.


Definition at line 4696 of file ./app/framework/test/headers/cli.doc