Plugin Commands: Standalone Bootloader Server#
The Standalone Bootloader Server contributes commands to tell client's to launch their standalone bootloader and send them a new application image.
Macros#
plugin standalone-bootloader-server bootload eui [eui64:8] [index:1] [tag:1]
plugin standalone-bootloader-server bootload target [index:1] [tag:1]
plugin standalone-bootloader-server print-target
plugin standalone-bootloader-server query
plugin standalone-bootloader-server status
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_BOOTLOAD_EUI#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_BOOTLOAD_EUI
plugin standalone-bootloader-server bootload eui [eui64:8] [index:1] [tag:1]
Starts the process for bootloading a device using the passed EUI64.
eui64 - IEEE_ADDRESS - The EUI64 of the target of the bootload.
index - INT8U - The index of the image being sent to the target
tag - INT8U - The tag ID within the image, which will be sent to the target.
6406
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_BOOTLOAD_TARGET#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_BOOTLOAD_TARGET
plugin standalone-bootloader-server bootload target [index:1] [tag:1]
Starts the process for bootloading a device using the currently cached target info.
index - INT8U - The index of the image being sent to the target
tag - INT8U - The tag ID within the image, which will be sent to the target.
6413
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PRINT_TARGET#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PRINT_TARGET
plugin standalone-bootloader-server print-target
Print the cached info about the current bootload target.
6418
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_QUERY#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_QUERY
plugin standalone-bootloader-server query
n
Send a broadcast standalone bootloader query to all nearby nodes.
6425
of file ./app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_STATUS#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_STANDALONE_BOOTLOADER_SERVER_PLUGIN_STANDALONE_BOOTLOADER_SERVER_STATUS
plugin standalone-bootloader-server status
Print the standalone bootload server's current status.
6430
of file ./app/framework/test/headers/cli.doc