Skip to content

Commit

Permalink
Merge pull request #3181 from reubenmiller/docs-add-suffix
Browse files Browse the repository at this point in the history
docs: add notes to firmware on-boarding instructions
  • Loading branch information
reubenmiller authored Oct 10, 2024
2 parents f8bda61 + 55cd0c3 commit 01c26b8
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions docs/src/extend/firmware-management/device-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ On your machine (not the target device that will be on-boarded) you will need on
c8y extension install thin-edge/c8y-tedge
```
:::tip
If you have already installed the `c8y-tedge` go-c8y-cli extension, then make sure it is up-to-date using:
```sh
c8y extension update tedge
```
:::
3. Create a Cumulocity session file (if one does not already for the Cumulocity instance you wish to connect to)
```sh
Expand All @@ -94,13 +103,13 @@ On your machine (not the target device that will be on-boarded) you will need on
```
```sh title="Output"
rpi1-b827eb21100e
rpi2-b827ebed6e5a
rpi3-b827ebe1f7d6
rpi4-dcb630486720
rpi5-d83add9a145a
rpizero-b827ebdddb46
rpizero2-d83add030bfd
rpi1-b827eb21100e.local
rpi2-b827ebed6e5a.local
rpi3-b827ebe1f7d6.local
rpi4-dcb630486720.local
rpi5-d83add9a145a.local
rpizero-b827ebdddb46.local
rpizero2-d83add030bfd.local
```
:::info
Expand Down

0 comments on commit 01c26b8

Please sign in to comment.