Skip to content

Commit 1dd74fd

Browse files
author
Thibault Maekelbergh
committed
Add various Images and PiBakery and ApplePiBakery to Tools
1 parent 5146c90 commit 1dd74fd

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# Awesome Raspberry Pi [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

3-
> The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries.
3+
> The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries. Official Link: [Raspberry Pi Homepage](https://raspberrypi.org)
44
55
This list is a collection of tools, projects, images and resources conforming to the [Awesome Manifestio](https://github.com/sindresorhus/awesome/blob/master/awesome.md)
66

77
Contributions *very welcome* but first see [Contributing](#contributing)
88

99
# Contents
10-
* [Images](#images)
10+
* [OS Images](#os_images)
1111
* [Tools](#tools)
1212
* [Projects](#projects)
1313
* [Resources](#resources)
1414

15-
# Images
15+
# OS Images
16+
* [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) - The official supported Raspberry Pi OS, based on Debian and available as a lite version.
17+
* [NOOBS](https://www.raspberrypi.org/downloads/noobs/) - New Out Of the Box Software, an easy OS installer for beginners.
18+
* [Ubuntu MATE](https://ubuntu-mate.org/raspberry-pi/) - Ubuntu distribution for the Raspberry Pi based on MATE desktop.
19+
* [Snappy Ubuntu Core](https://developer.ubuntu.com/en/snappy/start/raspberry-pi-2/) - Official (minimal) Ubuntu distribution for IoT.
20+
* [Windows 10 IoT Core](https://developer.microsoft.com/nl-nl/windows/iot/Downloads.htm) - Windows 10 distribution for IoT.
21+
* [OSMC](https://osmc.tv/) - Open Source Media Centre, based on Kodi
22+
* [PiNet](http://pinet.org.uk/) - A system to manage Raspberry Pi classrooms.
23+
* [Risc OS](https://www.riscosopen.org/content/downloads/raspberry-pi) - Non-Linux OS originated from the group that developed the ARM microprocessor
24+
* [RuneAudio](http://www.runeaudio.com/) - A free and open source OS that turns embedded hardware into Hi-Fi music players.
25+
* [OpenELEC](http://openelec.tv/) - Open Embedded Linux Entertainment Center, a very lightweight Kodi build.
1626

1727
# Tools
28+
* [PiBakery](http://www.pibakery.org/) - The blocks based, easy to use setup tool for Raspberry Pi.
29+
* [ApplePi Bakery](http://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/) - A macOS application to easily install/backup/restore images onto an SD card.
1830

1931
# Projects
2032

0 commit comments

Comments
 (0)