Browse Source

more conclusion

master
Sven Reissmann 7 years ago
parent
commit
fc6cebbe53
  1. 11
      7-conclusion.tex

11
7-conclusion.tex

@ -1,17 +1,16 @@
\section{Conclusion}\label{conclusion}
In this article, we have presented a concept for building and publishing cryptographically secure \textit{Over The Air} updates for embedded devices based on ESP8266 microcontrollers.
A proof of concept implementation has been developed, which is now an essential part of the home-automation development and deployment in the hackerspace \textit{Magrathea Laboratories}.
A proof of concept implementation has been developed, which is now an essential part of the home-automation development and deployment in the \textit{Magrathea Laboratories e.V.} hackerspace.
All of the devices running the OTA-enabled firmware have undergone multiple major updates without any problems.
This includes a major network configuration change and an important stability fix for the network communication stack.
All devices applied the update successfully and started to work without any manual interaction required afterwards.
The update infrastructure has been the crucial point for decisions towards the framework for most members.
While the devices from various manufacturers in the hackerspace are all delivered with a pre-installed firmware, which is thought ready for the smart home, none of them was provided with updates so far. The update infrastructure has been the crucial point for most of our members towards the framework.
Enabling the developers to do updates in combination with the shared configuration and behavior provided by the framework resulted in a massive speedup when it comes to project deployment.
Before that, the cost for applying changes after deployment was estimated so high, that most projects tend to delay deployment until all required and wanted features were implemented.
Now, as the devices are deployed as soon as the hardware is considered stable, these devices start to provide functionality early and therefore the developers can get better feedback on the provided functionality.
Most of the devices running the update-enabled firmware have undergone multiple major updates without any problems.
This includes a major network configuration change and a big stability fix for network communication.
All devices applied the update successfully and started to work without any manual interaction required afterwards.
The project will be continued to extend the functionality with features already being in development.
The latest development includes enhanced checksum verification where the hash of the firmware image is checked on each boot by the bootloader and considers updating the standby ROM slot after each successful update to be more failsafe.
In addition, the information provided by the device about the firmware status will be enhanced to allow better control and reduce maintenance effort even more.
Loading…
Cancel
Save