diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-04 17:10:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 17:10:12 +0200 |
commit | 073432f8b7eaafbdcad8adef8463a6f0614ad207 (patch) | |
tree | cfdea859e101e84181c39555c4557781a98cf47f | |
parent | df3c9b3e3e723530016a3148ed27e42e53a77905 (diff) | |
parent | fd8a0659ada7eb1f81d6d6ba175d74512b41d59f (diff) | |
download | meta-updater-073432f8b7eaafbdcad8adef8463a6f0614ad207.tar.gz |
Merge pull request #594 from advancedtelematic/doc/typos
Fix some minor typos.
-rw-r--r-- | docs/modules/ROOT/pages/provisioning-methods.adoc | 4 | ||||
-rw-r--r-- | docs/modules/ROOT/pages/supported-boards.adoc | 6 |
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 | ||
24 | Take 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. | 24 | Take 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 | ||
26 | If 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. | 26 | If 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 | ||
37 | The aktuallizr binary is a lightweight {cpp} application between 2-5 MB in size. It uses a miniumum about of resources when idle. | 37 | The aktualizr binary is a lightweight {cpp} application between 2-5 MB in size. It uses a minimum amount of resources when idle. |
38 | 38 | ||
39 | The following hardware is required for your primary ECU: | 39 | The 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 | ==== |
46 | If 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[]. | 46 | If 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 | ==== |