No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
1 additions and
1 deletions
-
6-2-update_mechanism.tex
|
@ -63,7 +63,7 @@ To calculate the origin of application data for each ROM slot, the available mem |
|
|
For alignment and easy debugging, the second block is shifted by the same amount of bytes as the first block. |
|
|
For alignment and easy debugging, the second block is shifted by the same amount of bytes as the first block. |
|
|
The gap of 8192 bytes is available to applications to store data, which can persist over application updates. |
|
|
The gap of 8192 bytes is available to applications to store data, which can persist over application updates. |
|
|
|
|
|
|
|
|
\begin{lstlisting}[caption={The flash layout used for two ROMs.}, |
|
|
|
|
|
|
|
|
\begin{lstlisting}[caption={Configuring the updater to download the right firmware image and update the booloader accordingly.}, |
|
|
label=lst:choosing_rom, basicstyle=\ttfamily\scriptsize] |
|
|
label=lst:choosing_rom, basicstyle=\ttfamily\scriptsize] |
|
|
#define URL_ROM(slot) (( URL "/" DEVICE ".rom" slot )) |
|
|
#define URL_ROM(slot) (( URL "/" DEVICE ".rom" slot )) |
|
|
|
|
|
|
|
|