1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
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.)
|