summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-09-16 17:22:47 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-09-16 17:30:21 +0200
commit4a4fe0a6a8f3b6fecb7eceb5a1bbeabfc990d1d3 (patch)
tree11a6f2d3694e6d4e91f180ee5a870713f05cade4
parentcb81df374d76e456dcc93f15fbdd27693d7781b6 (diff)
downloadmeta-updater-docs/morty/supported-branches.tar.gz
Minor README improvements.docs/morty/supported-branches
* Add link to the docs portal. * Backport the first line from 8ee9e9c0 and 230d0b58. * Update a link that still pointed at atsgarage.com! Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--README.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 32630d7..ec5227b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -2,12 +2,14 @@
2:toc: macro 2:toc: macro
3:toc-title: 3:toc-title:
4 4
5This layer enables over-the-air updates (OTA) with https://github.com/ostreedev/ostree[OSTree] and https://github.com/advancedtelematic/aktualizr[Aktualizr]. 5Meta-updater is a link:https://www.yoctoproject.org/software-overview/layers/[Yocto layer] that enables over-the-air updates (OTA) with https://github.com/ostreedev/ostree[OSTree] and https://github.com/advancedtelematic/aktualizr[Aktualizr] -- the default client for link:https://www.here.com/products/automotive/ota-technology[HERE OTA Connect].
6 6
7https://github.com/ostreedev/ostree[OSTree] is a tool for atomic full file system upgrades with rollback capability. OSTree has several advantages over traditional dual-bank systems, but the most important one is that it minimizes network bandwidth and data storage footprint by sharing files with the same contents across file system deployments. 7https://github.com/ostreedev/ostree[OSTree] is a tool for atomic full file system upgrades with rollback capability. OSTree has several advantages over traditional dual-bank systems, but the most important one is that it minimizes network bandwidth and data storage footprint by sharing files with the same contents across file system deployments.
8 8
9https://github.com/advancedtelematic/aktualizr[Aktualizr] (and https://github.com/advancedtelematic/rvi_sota_client[RVI SOTA client]) add authentication and provisioning capabilities to OTA and are integrated with OSTree. You can connect with these open-source applications or sign up for a free account at https://connect.ota.here.com/[HERE OTA Connect] to get started. 9https://github.com/advancedtelematic/aktualizr[Aktualizr] (and https://github.com/advancedtelematic/rvi_sota_client[RVI SOTA client]) add authentication and provisioning capabilities to OTA and are integrated with OSTree. You can connect with these open-source applications or sign up for a free account at https://connect.ota.here.com/[HERE OTA Connect] to get started.
10 10
11For the most up-to-date documentation for HERE OTA Connect, meta-updater, and aktualizr, please visit our link:https://docs.ota.here.com/[documentation portal].
12
11[discrete] 13[discrete]
12== Table of Contents 14== Table of Contents
13 15
@@ -17,7 +19,7 @@ toc::[]
17 19
18=== Quickstart 20=== Quickstart
19 21
20If you don't already have a Yocto project that you want to add OTA to, you can use the https://docs.atsgarage.com/quickstarts/raspberry-pi.html[HERE OTA Connect Quickstart] project to rapidly get up and running on a Raspberry Pi. It takes a standard https://www.yoctoproject.org/tools-resources/projects/poky[poky] distribution, and adds OTA and OSTree capabilities. 22If you don't already have a Yocto project that you want to add OTA to, you can use the https://docs.ota.here.com/getstarted/dev/raspberry-pi.html[HERE OTA Connect Quickstart] project to rapidly get up and running on a Raspberry Pi. It takes a standard https://www.yoctoproject.org/tools-resources/projects/poky[poky] distribution, and adds OTA and OSTree capabilities.
21 23
22=== Adding meta-updater capabilities to your build 24=== Adding meta-updater capabilities to your build
23 25