You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linted docs, and addressed Markdown formatting issues,
as much seemed to be copied directly from the ReStructuredText docs.
This commit applies to issue FFTK-4610, "…lint docs…"
Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
Copy file name to clipboardExpand all lines: docs/architecture.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
3
3
## Part of the FoundriesFactory™ Platform
4
4
5
-
`aktualizr-lite` is a key component of FoundriesFactory™, the platform offered by Foundries.io provides
6
-
end-to-end solution for IoT and Edge devices producers to build and OTA update OS and applications on their devices.
7
-
It is embedded into [the Foundries.io™ Linux® microPlatform (LmP)](https://docs.foundries.io/latest/reference-manual/linux/linux.html) - Linux-based OS composed by means of [Yocto Framework](https://docs.yoctoproject.org/).
5
+
`aktualizr-lite` is a key component of Foundries.io™ FoundriesFactory® platform.
6
+
The platform provides an end-to-end solution for IoT and Edge devices producers to build and OTA update both the OS and applications.
7
+
It is embedded into [the Foundries.io™ Linux® microPlatform (LmP)](https://docs.foundries.io/latest/reference-manual/linux/linux.html)
8
+
—a Linux-based OS built by means of [The Yocto Project](https://docs.yoctoproject.org/).
8
9
9
-
FoundriesFactory™ enables:
10
-
1.**Assembling custom Linux-based OS through the Yocto framework**
10
+
FoundriesFactory enables:
11
+
1.**Assembling custom Linux-based OS through the Yocto Project**
11
12
12
13
2.**CI-Driven Builds and Deployments**
13
14
1. A CI service builds your custom OS and publishes it as an OSTree repository.
@@ -17,16 +18,16 @@ FoundriesFactory™ enables:
17
18
Updates are signed and verified using the TUF framework, and delivered using a proprietary
18
19
Wave mechanism that enables controlled rollout of updates across fleets of devices.
19
20
20
-
21
21
## System Overview
22
-
The following diagram depicts conceptual architecture on the FoundriesFactory solution.
22
+
23
+
The following diagram depicts the conceptual architecture on the FoundriesFactory platform.
23
24

24
25
25
26
`aktualizr-lite` is a component running on devices and performs OTA update through interaction with the Device Gateway,
26
-
the OSTree Service, and a container registry (FoundriesFactory's or 3rd party, e.g. github container registry)
27
+
the OSTree Service, and a container registry (FoundriesFactory's or 3rd party, e.g. GitHub container registry)
27
28
28
29
The following diagram shows the key components used in aktualizr-lite
29
-
and how they interact with FountriesFactory™ services.
30
+
and how they interact with FountriesFactory services.
0 commit comments