Sign inSign up

wagoautomation/fw-update-cc100

By wagoautomation

Updated 7 months ago

Replace the Hostfirmware on CC100 Controller using the Docker Daemon.

Image
0

851

wagoautomation/fw-update-cc100 repository overview

Replace the CC100 Firmware on the fly with Docker.

Statistics Docker Hub

DockerHub stars DockerHub pulls


Update
Device

Start Host Firmware update

  1. Device must be used with Firmware inside Flash.
  2. Docker Daemon should be installed and also used inside Flash.
    (Please use newest Version, min. Version: https://github.com/WAGO/docker-ipk/releases/download/v1.0.3-beta/docker_19.03.13_armhf.ipk)
    !!! Since FW23 Docker is part of the firmware, just enable via WBM the Daemon !!!
  3. Make sure that the firewall is deactivated during the update.
  4. How to use with Docker CLI interface:
docker run -d \
--restart on-failure:1 \
--name=fw  \
#-e PASSWORD="YOUR CC100 ROOT PASSWORD" \ # Only needed if image is <28 \
-e SERVICE_NAME=fw \
-e MAX_UPDATE_RETRYS=5 \
-e CERT_NAME=ca.crt \
-e FILEPATH=/etc/docker/ \
-e FILE=daemon.json \
-v /root:/root \
wagoautomation/fw-update-cc100:x.x.x-x
  1. Before do a new update, remove the stopped Container if all is finished and delete older images because of less flash space.
  2. Best practice is to use an sd card as home folder for docker

Be patient, replace takes up to 10 minutes.

Disclaimer
This update is an EXAMPLE howto update your device via docker environment.
It is not released for productive using.
If you have questions or like to use it in a real production environment, please just contact:

[email protected]

Tag summary

Content type

Image

Digest

sha256:70ee7cbb3

Size

139.4 MB

Last updated

7 months ago

docker pull wagoautomation/fw-update-cc100:04.08.09-30