diff --git a/docs/README.md b/docs/README.md index 2e0697ab3..b4d50a471 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,6 @@ * [on Ubuntu](ubuntu.md) * [on Debian](debian.md) * [on Fedora](fedora.md) -* [on Raspberry Pi](rpi.md) ## Develop Sugar diff --git a/docs/debian.md b/docs/debian.md index 441b4d3a1..db6d7b47c 100644 --- a/docs/debian.md +++ b/docs/debian.md @@ -49,7 +49,6 @@ Derivatives Derivatives of Debian include: - [Ubuntu](ubuntu.md), -- [Raspberry Pi OS](rpi.md) . See Also -------- diff --git a/docs/rpi-soas.md b/docs/rpi-soas.md deleted file mode 100644 index cf3f17fd8..000000000 --- a/docs/rpi-soas.md +++ /dev/null @@ -1,35 +0,0 @@ -How to use Sugar on a Stick on a Raspberry Pi; - -- on another computer, visit [arm.fedoraproject.org](https://arm.fedoraproject.org/) and download the Sugar on a Stick image, -- write the image to a microSD card, using software such as Fedora Media Writer, Etcher.io, or the [Fedora Raspberry Pi Documentation](https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi), -- insert the microSD card into the Raspberry Pi, and turn it on, -- answer the post-install questions; time zone, root password, and add a user, -- at the login prompt log in with the added user, and Sugar will start. - -Security Warning ----------------- - -Remote access is pre-enabled through SSH, for both root and any user accounts. Risk can be reduced by choosing strong passwords in the post-install setup questions. Can be fixed after install with Terminal command; - -`sudo chkconfig sshd off` - -Security Updates ----------------- - -Security updates can be downloaded with Terminal command; - -`sudo dnf update` - -Fedora Media Writer -------------------- - -How to write an image to microSD card using [Fedora Media Writer](https://github.com/MartinBriza/MediaWriter/releases) (FMW), which is available for Mac OS X, Microsoft Windows, Fedora Linux, and Ubuntu Linux as a flatpak, or from source. - -- download the raw.xz file -- select and extract, result is a raw file -- start Fedora Media Writer -- select "Custom" -- select the raw file -- Insert microSD in Mini Card Reader and insert in USB port -- Choose rpi3 from drop-down in Fedora Media Writer -- Write microSD diff --git a/docs/rpi.md b/docs/rpi.md deleted file mode 100644 index 45dd241af..000000000 --- a/docs/rpi.md +++ /dev/null @@ -1,39 +0,0 @@ -Raspberry Pi are a series of small, low cost, low power computers. - -Sugar can be run on a Raspberry Pi. You will need a display, keyboard and mouse. - -Raspberry Pi OS ---------------- - -Raspberry Pi OS is a derivative of Debian. Sugar can be installed using [Instructions for Debian](debian.md), or using the following steps; - -- update the package lists; - -``` -sudo apt update -``` - -- install Sugar; - -``` -sudo apt install sucrose -``` - -- choose Sugar for restart by adding a file, like this; - -``` -echo sugar > .xsession -``` - -- restart the Raspberry pi; - -``` -sudo reboot -``` - -Fedora Sugar on a Stick ------------------------ - -Sugar on a Stick has many activities and regular security updates. See [Sugar on a Stick](rpi-soas.md) for how to download and install it. Sugar on a Stick is a spin of Fedora. - -(Developers may focus on either Fedora or Debian when [setting up a development environment](development-environment.md) for Sugar on Raspberry Pi, because Sugar development on generic computers is focused on those operating systems.)