Sven Reissmann
8 years ago
2 changed files with 50 additions and 51 deletions
-
234-requirements.tex
-
78foo.tex
@ -1,30 +1,33 @@ |
|||||
\section{Requirements} |
\section{Requirements} |
||||
|
|
||||
|
\makeatletter |
||||
|
\renewcommand{\@IEEEsectpunct}{\,}% Modified from {:\ \,} |
||||
|
\makeatother |
||||
For the implementation of an OTA update mechanism, the following requirements were defined. |
For the implementation of an OTA update mechanism, the following requirements were defined. |
||||
|
|
||||
\begin{itemize} |
|
||||
\item The systems should be able to perform updates on the release of new software without manual interaction. |
|
||||
|
\subsubsection{}\label{req1}The systems should be able to perform updates on the release of new software without manual interaction. |
||||
If a new firmware version is published, it should be prepared automatically for installation on the target devices. |
If a new firmware version is published, it should be prepared automatically for installation on the target devices. |
||||
All these devices should then fetch and install the new software version and start using it subsequently, if no errors have occurred during the update. |
All these devices should then fetch and install the new software version and start using it subsequently, if no errors have occurred during the update. |
||||
|
|
||||
\item To ensure minimal maintenance effort, the update process should be insusceptible to errors as much as possible. |
|
||||
|
\subsubsection{}\label{req2}To ensure minimal maintenance effort, the update process should be insusceptible to errors as much as possible. |
||||
Even if the installation of an update fails in the middle of reprogramming the device, the system should continue to work fully functional immediately and after reboot. |
Even if the installation of an update fails in the middle of reprogramming the device, the system should continue to work fully functional immediately and after reboot. |
||||
|
|
||||
\item Firmware downloads should be performed over the same WiFi connection as used during normal operation. |
|
||||
|
\subsubsection{}\label{req3}Firmware downloads should be performed over the same WiFi connection as used during normal operation. |
||||
Fetching the firmware should be done side-by-side with operational traffic. |
Fetching the firmware should be done side-by-side with operational traffic. |
||||
|
|
||||
\item The update process can happen over any untrusted wireless network or Internet connection without being vulnerable to attackers. |
|
||||
|
\subsubsection{}\label{req4}The update process can happen over any untrusted wireless network or Internet connection without being vulnerable to attackers. |
||||
To prevent possible attackers from injecting malicious software into the embedded devices, a cryptographic signature mechanism must be implemented. |
To prevent possible attackers from injecting malicious software into the embedded devices, a cryptographic signature mechanism must be implemented. |
||||
New firmware only gets accepted by the device, if the cryptographic signature of the downloaded firmware image can be verified. |
New firmware only gets accepted by the device, if the cryptographic signature of the downloaded firmware image can be verified. |
||||
|
|
||||
\item To reduce network load and aim for the maximum possible uptime of the device, the update process should only be done if a new firmware version is available. |
|
||||
|
\subsubsection{}\label{req5}To reduce network load and aim for the maximum possible uptime of the device, the update process should only be done if a new firmware version is available. |
||||
In contrast, on the release of new firmware, the roll-out to all devices should be performed as fast as possible. |
In contrast, on the release of new firmware, the roll-out to all devices should be performed as fast as possible. |
||||
%While checking for available updates and downloading such an update, the device should continue to work as usual. |
%While checking for available updates and downloading such an update, the device should continue to work as usual. |
||||
|
|
||||
\item For easy maintenance and monitoring, each device should provide detailed information about the currently installed firmware version and other details relevant for the update process. |
|
||||
|
\subsubsection{}\label{req6}For easy maintenance and monitoring, each device should provide detailed information about the currently installed firmware version and other details relevant for the update process. |
||||
|
|
||||
\item Devices are categorized by types. |
|
||||
|
\subsubsection{}\label{req7}Devices are categorized by types. |
||||
Each type runs the same software and therefore provides the same functionality. |
Each type runs the same software and therefore provides the same functionality. |
||||
As the device type is hardly coupled to the hardware and the software interacts with it on a specific way, the update process must ensure that the correct firmware is used while reprogramming. |
As the device type is hardly coupled to the hardware and the software interacts with it on a specific way, the update process must ensure that the correct firmware is used while reprogramming. |
||||
|
|
||||
\end{itemize} |
|
||||
|
\makeatletter |
||||
|
\renewcommand{\@IEEEsectpunct}{:\ \,} |
||||
|
\makeatother |
Write
Preview
Loading…
Cancel
Save
Reference in new issue