Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Add missing configuration values to simulate a device.
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Lucero <[email protected]>
  • Loading branch information
houcros authored and pattivacek committed Aug 26, 2020
1 parent 0dd18aa commit 012ed05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ota-client-guide/modules/ROOT/examples/sota-local.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[provision]
provision_path = "credentials.zip"
primary_ecu_hardware_id = "local-fake"
# This setting is for testing purposes only. Do not use in a real device.
mode = "SharedCredReuse"

[logger]
loglevel = 1
Expand All @@ -10,6 +12,7 @@ path = "storage"

[pacman]
type = "none"
images_path = "storage/images"

[uptane]
secondary_config_file = "virtualsec.json"

0 comments on commit 012ed05

Please sign in to comment.