Skip to content

Commit

Permalink
docs: add section about integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Dec 5, 2023
1 parent 6b0f3bb commit 84f9705
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Unless you explicitly state otherwise, any contribution intentionally submitted

---

Made with ❤️ for OSS by [Silitics](https://www.silitics.com).
Made with ❤️ for OSS by [Silitics](https://www.silitics.com)

<sub>Raspberry Pi is a trademark of Raspberry Pi Ltd</sub>
8 changes: 8 additions & 0 deletions www/docs/integrations/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Integrations",
"position": 30,
"link": {
"type": "doc",
"id": "index"
}
}
5 changes: 5 additions & 0 deletions www/docs/integrations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Integrations

Rugpi provides the reliable foundation for building images, OTA updates, and state management.
To manage devices remotely, Rugpi integrates well with existing off-the-shelf solutions.
This part of the documentations list such integrations.
15 changes: 15 additions & 0 deletions www/docs/integrations/mender.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 1
---

# Mender

Rugpi can be used to build images for use with [Mender's](https://mender.io/) device management solution.
Using Rugpi over [Mender's conversion approach](https://docs.mender.io/operating-system-updates-debian-family/convert-a-mender-debian-image) has the advantage that Rugpi's modern image building workflow and state management can be used.
In addition, it works for 64-bit Raspberry Pi OS, which `mender-convert` does not support,[^1] and on newer Raspberry Pi's the `tryboot` feature can be used to deploy updates to the boot partition, including changes to device tree overlays in `config.txt`.

To apply updates via Mender, a custom Mender update module is necessary.
At this time, the respective module is not open-source.
If you are interested, please [contact us](mailto:[email protected]) so that we can send you the module.

[^1]: At the time of writing. For updates, see [this issue in Mender's issue tracker](https://northerntech.atlassian.net/browse/MEN-5634).
10 changes: 10 additions & 0 deletions www/docs/integrations/thin-edge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 0
---

# Thin-edge.io

[Thin-edge.io](https://thin-edge.io/) is an open-source, cloud-agnostic IoT framework designed for resource constraint devices.
It provides an abstraction layer to interface with different providers of IoT management solutions such as [Cumulocity IoT](https://www.cumulocity.com/guides/concepts/introduction/), [Azure IoT](https://azure.microsoft.com/en-us/solutions/iot), and [AWS IoT](https://aws.amazon.com/iot/).
Thin-edge.io officially supports Rugpi to build and deploy images.
To learn more, checkout the [thin-edge.io Rugpi reference repository](https://github.com/thin-edge/tedge-rugpi-image).

0 comments on commit 84f9705

Please sign in to comment.