Skip to content

Commit 0cf7965

Browse files
[nrf toup] fix documentation build
The multi-image design.md changes are causing build errors due to invalid markdown syntax. Fix it. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 724bf1c commit 0cf7965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/design.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ following section. The multiple image boot procedure is organized in loops which
541541
iterate over all the firmware images. The high-level overview of the boot
542542
process is presented below.
543543
544-
+ ###### Loop 1. Iterate over all images
544+
+ Loop 1. Iterate over all images
545545
1. Inspect swap status region of current image; is an interrupted swap being
546546
resumed?
547547
+ Yes:
@@ -569,7 +569,7 @@ process is presented below.
569569
+ Mark the swap type as `None`.
570570
+ Skip to next image.
571571
572-
+ ###### Loop 2. Iterate over all images
572+
+ Loop 2. Iterate over all images
573573
1. Does the current image depend on other image(s)?
574574
+ Yes: Are all the image dependencies satisfied?
575575
+ Yes: Skip to next image.
@@ -578,15 +578,15 @@ process is presented below.
578578
+ Restart dependency check from the first image.
579579
+ No: Skip to next image.
580580
581-
+ ###### Loop 3. Iterate over all images
581+
+ Loop 3. Iterate over all images
582582
1. Is an image swap requested?
583583
+ Yes:
584584
+ Perform image update operation.
585585
+ Persist completion of swap procedure to image trailers.
586586
+ Skip to next image.
587587
+ No: Skip to next image.
588588
589-
+ ###### Loop 4. Iterate over all images
589+
+ Loop 4. Iterate over all images
590590
1. Validate image in the primary slot (integrity and security check) or
591591
at least do a basic sanity check to avoid booting into an empty flash
592592
area.

0 commit comments

Comments
 (0)