summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-08-12 17:15:08 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-09-04 16:07:29 +0200
commitfd8a0659ada7eb1f81d6d6ba175d74512b41d59f (patch)
treecfdea859e101e84181c39555c4557781a98cf47f
parentdf3c9b3e3e723530016a3148ed27e42e53a77905 (diff)
downloadmeta-updater-doc/typos.tar.gz
Fix some minor typos.doc/typos
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--docs/modules/ROOT/pages/provisioning-methods.adoc4
-rw-r--r--docs/modules/ROOT/pages/supported-boards.adoc6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/modules/ROOT/pages/provisioning-methods.adoc b/docs/modules/ROOT/pages/provisioning-methods.adoc
index c376c78..0f9051e 100644
--- a/docs/modules/ROOT/pages/provisioning-methods.adoc
+++ b/docs/modules/ROOT/pages/provisioning-methods.adoc
@@ -1,4 +1,4 @@
1= Manual provisoning 1= Manual provisioning
2 2
3//MC: TOMERGE: Looks mostly like a duplicate of this topic: https://github.com/advancedtelematic/aktualizr/blob/master/docs/ota-client-guide/modules/ROOT/pages/simulate-device-cred-provtest.adoc 3//MC: TOMERGE: Looks mostly like a duplicate of this topic: https://github.com/advancedtelematic/aktualizr/blob/master/docs/ota-client-guide/modules/ROOT/pages/simulate-device-cred-provtest.adoc
4 4
@@ -19,4 +19,4 @@ For more extensive information on provisioning methods, see the following topics
19 19
20//MC: Web links because this topic is only viewable in Github 20//MC: Web links because this topic is only viewable in Github
21* link:https://docs.ota.here.com/ota-client/dev/client-provisioning-methods.html[Device provisioning methods] 21* link:https://docs.ota.here.com/ota-client/dev/client-provisioning-methods.html[Device provisioning methods]
22* link:https://docs.ota.here.com/ota-client/dev/enable-device-cred-provisioning.html[Enable device-credential provisioning and install device certificates] \ No newline at end of file 22* link:https://docs.ota.here.com/ota-client/dev/enable-device-cred-provisioning.html[Enable device-credential provisioning and install device certificates]
diff --git a/docs/modules/ROOT/pages/supported-boards.adoc b/docs/modules/ROOT/pages/supported-boards.adoc
index c3b29bf..3c7e3f9 100644
--- a/docs/modules/ROOT/pages/supported-boards.adoc
+++ b/docs/modules/ROOT/pages/supported-boards.adoc
@@ -23,7 +23,7 @@ If your board isn't supported yet, you can add board integration code yourself.
23 23
24Take a look at the https://github.com/advancedtelematic/meta-updater-minnowboard[Minnowboard] or https://github.com/advancedtelematic/meta-updater-raspberrypi[Raspberry Pi] integration layers for examples. 24Take a look at the https://github.com/advancedtelematic/meta-updater-minnowboard[Minnowboard] or https://github.com/advancedtelematic/meta-updater-raspberrypi[Raspberry Pi] integration layers for examples.
25 25
26If you want our developers to add support for your board, contact us at mailto:otaconnect.support@here.com[] and we can discuss a potential NRE (Non-recurring Engineering) aggreement. 26If you want our developers to add support for your board, contact us at mailto:otaconnect.support@here.com[] and we can discuss a potential NRE (Non-recurring Engineering) agreement.
27 27
28[NOTE] 28[NOTE]
29==== 29====
@@ -34,7 +34,7 @@ Your images will also need network connectivity to be able to reach an actual OT
34 34
35== Minimum hardware requirements for controllers (ECUs) 35== Minimum hardware requirements for controllers (ECUs)
36 36
37The aktuallizr binary is a lightweight {cpp} application between 2-5 MB in size. It uses a miniumum about of resources when idle. 37The aktualizr binary is a lightweight {cpp} application between 2-5 MB in size. It uses a minimum amount of resources when idle.
38 38
39The following hardware is required for your primary ECU: 39The following hardware is required for your primary ECU:
40 40
@@ -44,4 +44,4 @@ The following hardware is required for your primary ECU:
44[NOTE] 44[NOTE]
45==== 45====
46If you plan to send updates to secondary, low-performance ECUs, you can also use a more minimal implementaton called link:https://github.com/advancedtelematic/aktualizr/tree/master/partial/libuptiny[`libuptiny`]. This utility is only 10 KB and performs a minimal verification of software metadata that is less resource intensive. For more information on `libuptiny`, contact us at mailto:otaconnect.support@here.com[]. 46If you plan to send updates to secondary, low-performance ECUs, you can also use a more minimal implementaton called link:https://github.com/advancedtelematic/aktualizr/tree/master/partial/libuptiny[`libuptiny`]. This utility is only 10 KB and performs a minimal verification of software metadata that is less resource intensive. For more information on `libuptiny`, contact us at mailto:otaconnect.support@here.com[].
47==== \ No newline at end of file 47====