Updating the firmware is essential for maintaining the reliability, security, and performance of your XBee Hive for Wi-SUN module. It ensures the device runs the latest software, which may include bug fixes, performance improvements, and new features.
Depending on your use case or status in the development cycle, you can update the firmware of your XBee Hive for Wi-SUN device with either of the following approaches:
Through the web UI
| Using the Web UI to update the firmware is best suited for when the device is already deployed on the network. |
-
Download the firmware from the Digi Support FTP site to your local machine.
-
Log in to the device’s WebUI as a user with full Admin access rights.
-
On the main menu, select System.
-
Under Administration, select Firmware Update.
-
Select Choose file.
-
Browse to the location of the firmware on your local file system and select the file.
-
Select Update Firmware.
Through the CLI
| Using the CLI to update firmware is best suited for quick tests or via automated processes. |
-
Download the firmware from the Digi Support FTP site to your local machine.
-
Select the device in Remote Manager.
-
Navigate to Actions, then select Open Console.
-
You can also log in to the device’s local command line as a user with full Admin access rights.
-
-
Load the firmware image onto the device into the
/tmpdirectory. -
Run the following command:
system firmware update file /tmp/<filename>.bin -
Reboot the device to run the new firmware image using the
rebootcommand.