Changes

Jump to: navigation, search
Gateway and server configurations
Basically, it consists of two pieces of software:
*[https://www.eclipse.org/hawkbit/ hawkBit] running on the cloud side(version TBD was used)*[https://sbabic.github.io/swupdate/ SWUpdate] running on the edge device (version TBD was used).
==Gateway and server configurations==
Regarding the gateway's software configuration, it resembles the one described [[MISC-TN-004:_Running_Debian_(armbian)_on_SBCSPG|here]]. In this case, however, a symmetric update scheme was adopted. As such, the rsulting resulting partitioning is a little bit different as . It is shown in the following image.  For the sake of simplicity, the implemented update mechanism aims to update the Linux kernel image (along with the associated device tree blob ) and the root file system as a whole (. This approach is called monolithic update).
Symmetric updates rely on two mirror copies of the system, each comprising kernel and root filesystem in this specific case. They are labeled as A and B in the figure. If A is running, an incoming update overwrites B. Then the system reboots, switching to B. The two copies swap their roles after every successful update. Clearly, the system continues to run the same copy whenever a failure occurs: in any case, the device’s integrity is ensured. The most pleasing benefit of symmetricupdates is that they allow the device to continue executing its usual tasks since the inactive copy is updated separately in the background. Furthermore, only the minimal downtime of a single reboot is required. There are two downsides as well: the storage space needed for a redundant copy is doubled compared to the asymmetric scheme and the large size of the update packages can put a strain on the network infrastructure. The latter can be mitigated by sending only the filesystem file-system blocks that have changed with respect to the previous version (binary delta update).   
Lubuntu 18SWUpdate was built natively.04It run on the gateway as a daemon. TBD
With regard to the hawkBit server, a virtual machine running the Lubuntu 18.04 distro was used.
==Testing==
The following picture illustrates a screenshot of the hawkBit's console.
[[File:MISC-TN-012-hawkBit SBCSPG.jpg|center|thumb|600px|Screenshot of the hawkBit's console]]
4,650
edits

Navigation menu