summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-11-11 10:04:38 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2016-11-11 09:06:48 +0000
commit6c920bad0a9e84e5d94d83473e0454ebfbe012b5 (patch)
tree527a5c34b678f9f6676456ddc3a59151c4f6c633
parentd3b74048c067838d18b02f9c67fc81444abde9fc (diff)
Doc: Add Part 3 of the blog post series
Change-Id: I7189e3dc1cc004a34a3c3d81a4c63ddff2ce5a00 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--doc/ota.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ota.qdoc b/doc/ota.qdoc
index 7cdf00d..26d9963 100644
--- a/doc/ota.qdoc
+++ b/doc/ota.qdoc
@@ -35,7 +35,7 @@
The target device needs to have a support for the OTA to be able to update
wirelessly.
- The Qt OTA offering provides tools that assist in enabling OTA update functionality
+ The Qt OTA Update module provides tools that assist in enabling OTA update functionality
in an embedded linux images build with \l {http://code.qt.io/cgit/yocto/meta-boot2qt.git/}
{meta-boot2qt}. Generating new updates for OTA enabled devices is completely automated,
given an ordinary linux sysroot as an input. This includes OTA updates for linux kernel,
@@ -48,12 +48,14 @@
can read about the anatomy of an OSTree repository and the deployment system, booting, and
other internals of the project, as well as how OSTree compares to other update solutions.
- The following blog post series contain additional details on the Qt OTA product:
+ The following blog post series contain additional details on the Qt OTA Update module:
\l {https://blog.qt.io/blog/2016/05/31/over-the-air-updates-part-1-introduction/}
{Over-the-Air Updates, Part 1: Introduction}\br
\l {https://blog.qt.io/blog/2016/06/28/over-the-air-updates-part-2-device-integration-api-and-creating-updates/}
- {Over-the-Air Updates, Part 2: Device Integration, API and Creating Updates}
+ {Over-the-Air Updates, Part 2: Device Integration, API and Creating Updates}\br
+ \l {https://blog.qt.io/blog/2016/11/11/air-updates-part-3-repository-configuration-handling/}
+ {Over-the-Air Updates, Part 3: Repository Configuration and Handling}
\section1 Features of the Update System