{% extends "admin/firmware/base_build.html" %} {% load code staticfiles %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
The firmware can be downloaded from this page into your computer. Then upload the firmware to the node, for instance by using scp to copy the image into the node's temporary directory:
scp
Yoy may use whatever NODE_ADDRESS reachable from your computer. If the node is running the CONFINE node system software and both the node and your computer are on the testbed management network but at different locations, you may use the node's management address:
NODE_ADDRESS
If the node is running the CONFINE node system software and it is connected to the same local link as your computer, you may use the node's recovery address by first adding your computer to that network:
See Addressing in CONFINE for other addresses available in CONFINE nodes.
You can use ssh to access the node and enter its temporary directory:
ssh
The following command can be used for flashing this image (remember to change the destination device). WARNING! Be sure you execute these commands INSIDE the node, not in your own computer!
confine.sysupgrade
The CONFINE wiki contains more information on node upgrade.
Delete build