{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}

IoT Box Software Upgrade

This tool will help you perform an upgrade of the IoTBox's software over the internet. However the preferred method to upgrade the IoTBox is to flash the sd-card with the latest image. The upgrade procedure is explained into to the IoTBox manual

To upgrade the IoTBox, click on the upgrade button. The upgrade will take a few minutes. Do not reboot the IoTBox during the upgrade.

Latest patch:
{{ commit|safe }}
{% if flashToVersion %} Upgrade to {{ flashToVersion }} {% else %} Upgrade {% endif %}
{{ loading_block_ui(loading_message) }} {% endblock %}