V2.6.10-beta release

Yes! If you’re already on v2.6.7-beta firmware here’s how you’d upgrade your BOND (with serial number starting with A or B) to v2.6.10-beta:

Disclaimer: if your BOND’s ID starts in Z you’ll need to use a different firmware binary, if there’s interest I can supply this as well.

Kick off the upgrade

curl -H “BOND-Token: <Your BOND Token>” -i http://<IP addr>/v2/sys/upgrade -X PUT -d '{"info": "c43e953d34944c792d536e4265a0fb256574c405759e658664d220f054f8266a:bond-snowbird:v2.6", "host": "s3.amazonaws.com", "path": "/bond-updates/v2/snowbird/beta-snowbird/bond-snowbird.v2.6.10-beta.bin", "http_port": 80, "port": 443, "sig": "", "reboot":1}'

You can check the status of the upgrade with a GET to the same endpoint, as follows. The BOND will reboot when the progress from this endpoint reaches 1000:

curl -H “BOND-Token: <Your BOND Token>” -i http://<IP addr>/v2/sys/upgrade

1 Like