diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-05 17:17:05 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-05 17:39:37 +0200 |
commit | 0862f1603688badf96e61e0a8266584e0d84fba8 (patch) | |
tree | 842c53111e08f1f270f6c4bfeaf8563b8bfab0cf /README.adoc | |
parent | e307742ffd9a255f6e029c93a14c506409508a4b (diff) | |
download | meta-updater-0862f1603688badf96e61e0a8266584e0d84fba8.tar.gz |
Restore basic doc about getting started and dependencies.doc/OTA-3624/release-branches
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index af3d2ff..787aaf6 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -9,6 +9,24 @@ https://github.com/ostreedev/ostree[OSTree] is a tool for atomic full file syste | |||
9 | 9 | ||
10 | https://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 | https://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. |
11 | 11 | ||
12 | == Quickstart | ||
13 | |||
14 | If you don't already have a Yocto project that you want to add OTA to, you can use the xref:dev@getstarted::raspberry-pi.adoc[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. | ||
15 | |||
16 | == Dependencies | ||
17 | |||
18 | In addition to the link:https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#required-packages-for-the-build-host[standard Yocto dependencies], meta-updater generally requires a few additional dependencies, depending on your use case and target platform. To install these additional packages on Debian/Ubuntu, run this: | ||
19 | |||
20 | .... | ||
21 | sudo apt install cpu-checker default-jre parted | ||
22 | .... | ||
23 | |||
24 | To build for https://github.com/advancedtelematic/meta-updater-minnowboard[Minnowboard] with GRUB, you will also need to install https://github.com/tianocore/tianocore.github.io/wiki/OVMF[TianoCore's ovmf] package on your host system. On Debian/Ubuntu, you can do so with this command: | ||
25 | |||
26 | .... | ||
27 | sudo apt install ovmf | ||
28 | .... | ||
29 | |||
12 | [discrete] | 30 | [discrete] |
13 | == Table of Contents | 31 | == Table of Contents |
14 | 32 | ||