-
Notifications
You must be signed in to change notification settings - Fork 61
OTA-2294: Primary and Secondary baking doc update with specifics for RPi target #1238
Conversation
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Codecov Report
@@ Coverage Diff @@
## master #1238 +/- ##
==========================================
+ Coverage 79.37% 79.39% +0.01%
==========================================
Files 170 170
Lines 10123 10123
==========================================
+ Hits 8035 8037 +2
+ Misses 2088 2086 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good, I just see one formatting issue.
docs/posix-secondaries.adoc
Outdated
|
||
In order to emulate a device containing one primary ECU along with more than one secondary ECUs the following should be done. | ||
|
||
* Run the secondary executable ``<build-dir>/src/aktualizr_secondary/aktualizr-secondary desired number of times each from different directories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're missing the closing backtick for the path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, just updated.
@@ -1,4 +1,4 @@ | |||
= Posix Secondaries aka IP Secondaries | |||
= Posix Secondaries aka IP Secondaries: configuration and emulation of Primary and Secondary on a local host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks for adding that!
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
74a1fdb
to
c0d13d1
Compare
Signed-off-by: Mike Sul ext-mykhaylo.sul@here.com