Debian/Raspberry Pi: Difference between revisions
Remove obsolete section (not sure why Rishabh didn't remove it) |
|||
| (42 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== | == Download == | ||
Rishabh Thaney has made builds for Raspberry Pi using Debian; | |||
This was | * [https://people.sugarlabs.org/rishabh/ https://people.sugarlabs.org/rishabh/], | ||
See also: | |||
* [[Summer_of_Code/2017|GSoC 2017 Project Ideas]] by Sugar Labs, | |||
* [[Summer_of_Code/Rishabh_Thaney|GSoC 2017 Proposal]] by Rishabh, and; | |||
* [https://sugaronraspberrypi.wordpress.com/ GSoC 2017 Blog] by Rishabh. | |||
== Testing == | |||
Starts at color gender age home view as user "pi", | |||
wireless works; showing ad-hoc and wireless Access points. | |||
Home View (F3 key) screenshot: | |||
[[File:Screenshot_of_"Home".png | 700px | 600px]] | |||
Does not auto-mount an inserted USB. | |||
== Reproducing == | |||
This was reproduced on Debian ''stretch'' platform which was set up in an ''schroot'' shell on Ubuntu. | |||
=== Setup Schroot === | === Setup Schroot === | ||
| Line 28: | Line 48: | ||
Setup the builder within the ''schroot'' shell like this; | Setup the builder within the ''schroot'' shell like this; | ||
* Clone the repository | * Clone the repository | ||
git clone <nowiki>https://github.com/ | git clone <nowiki>https://github.com/sugarlabs/rpi23-gen-image</nowiki> | ||
* Install dependencies by going through the | * Install dependencies by going through the README.md file and executing the commands described, | ||
=== Run Builder === | === Run Builder === | ||
| Line 40: | Line 60: | ||
to find the image that was built. | to find the image that was built. | ||
Some changes have been made to the original repo: <nowiki>https://github.com/drtyhlpr/rpi23-gen-image</nowiki> which can be viewed in the commit history | Some changes have been made to the original repo: <nowiki>https://github.com/drtyhlpr/rpi23-gen-image</nowiki> which can be viewed in the commit history. | ||