From bbceacd18ec9247a0f8ebde2cb56113f6c7c9e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Tue, 18 Jun 2024 00:34:03 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20add=20=E2=80=9CWhy=20Rugpi=3F=E2=80=9D?= =?UTF-8?q?=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/docusaurus.config.ts | 5 +++++ www/src/pages/why.mdx | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 www/src/pages/why.mdx diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts index ae3db21..2370543 100644 --- a/www/docusaurus.config.ts +++ b/www/docusaurus.config.ts @@ -72,6 +72,11 @@ const config: Config = { label: "Supported Devices", position: "left", }, + { + to: "/why", + label: "Why Rugpi?", + position: "left", + }, { type: "doc", docId: "getting-started", diff --git a/www/src/pages/why.mdx b/www/src/pages/why.mdx new file mode 100644 index 0000000..cecd6eb --- /dev/null +++ b/www/src/pages/why.mdx @@ -0,0 +1,19 @@ +# Why Rugpi? + +While many excellent tools are already available for building images, updating systems, and managing state, integrating them into a robust setup can be challenging. +Rugpi strives to simplify this process by bundling all essential functionalities into a cohesive package, allowing you to focus on what matters most to you and your users. +We believe that building innovative devices shouldn't be as complicated as it often is today. +Although Rugpi may offer less flexibility and configurability than standalone solutions, it excels at delivering a robust base for your device right out of the box. + +In case Rugpi does not suit your needs, here are a few standalone solutions that you may want to consider: + +**Building Images:** +- [Debos](https://github.com/go-debos/debos): Build images based on different binary distributions. +- [edi](https://www.get-edi.io): Build images based on Ubuntu and Debian. +- [Yocto Project](https://www.yoctoproject.org): Build images from source. +- [Buildroot](https://www.buildroot.org): Build images from source. + +**Update Solutions:** +- [RAUC](https://rauc.io): Safe and secure OTA updates for embedded Linux. +- [Mender](https://mender.io): Over-the-air software updates for IoT devices. +- [SWUpdate](https://sbabic.github.io/swupdate/swupdate.html): Software updates for embedded systems.