This is an old revision of the document!


Custom OS images

Each of the Unipi PLCs has to be flashed with operating system (OS). Neuron PLCs has the OS stored on the SD card and the Axon PLCs has it in the internal eMMC memory.

The OS is distributed in the form of image - large file, containing all the software and the configuration needed for the PLC to boot up. The OS mainly differs from the additional software you want to run on the PLC, so you typically need different image for running Mervis, Node-RED, openHAB,…

We offer two types of images for our PLCs: OpensourceOS and MervisOS. Both of them can be downloaded for free in the Download section and used without any constraints.

The MervisOS is the one which is shipped with each Axon. Appart from the basic settings, it contains preinstalled MervisRT and it is meant to be used with the MervisIDE.

The OpensourceOS is the cleanest and smallest image we were able to put together. As with the MervisOS, it contains current, debootstrapped Debian GNU/Linux with the preinstalled Unipi packages mandatory for accessing the underlying IOs.

Because of the different needs of different PLCs (Axon, Neuron and Unipi 1), there has to be image built for each PLC separately. This results in having separate MervisOS image for Unipi 1.1, Neuron and Axon and the same applies for the OpensourceOS image.

Due to our openness, we allow you the full access to the OS via SSH, so you are free to install and configure anything you want. And since our OEM customers typically need to install additional software and do a custom configuration of the OS, we decided to open the image creation process as well.

The OS images are defined and built by Gitlab CI running on our premises. Each image has its own GIT repository, which contains a definition of what software should be installed and what configuration needs to be performed. To make this process as easy as possible, these definitions are nothing more than set of bash scripts which are executed in particular time and order. The building of the OS image is roughly split into these parts:

  1. Debootstrap on the Debian GNU/Linux
  2. Preconfiguration of the OS
  3. Custom changes
  4. Postconfiguration of the OS
  5. Generation of the image (SD card or SWUpdate)

The custom images are payed feature. Please contact info@unipi.technology for pricing information. For technical information please contact support@unipi.technology