Changes

385 bytes added ,  19:41, 24 August 2017
Remove obsolete section (not sure why Rishabh didn't remove it)
Line 1: Line 1: −
== 2017-06-22 ==
+
== Download ==
   −
Sucrose images for the Raspberry Pi 3 can be created by using this fork repository:
+
Rishabh Thaney has made builds for Raspberry Pi using Debian;
* https://github.com/Rishabh42/rpi23-gen-image
     −
This was tested on Debian ''stretch'' platform which was set up in an ''schroot'' shell on Ubuntu.
+
* [https://people.sugarlabs.org/rishabh/ https://people.sugarlabs.org/rishabh/],
+
 
The method is:
+
See also:
* Set up an ''schroot'' environment by following the instructions: https://wiki.debian.org/Schroot,
+
 
 +
* [[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 ===
 +
 
 +
Set up a ''schroot'' environment like this:
 +
* Install the ''schroot'' and ''debootstrap'' packages,
 +
sudo apt install schroot debootstrap
 +
* Create the ''stretch'' filesystem,
 +
sudo mkdir -p /srv/chroot/stretch
 +
sudo debootstrap stretch /srv/chroot/stretch
 +
* Make a file /etc/schroot/chroot.d/stretch,
 +
[stretch]
 +
type=directory
 +
personality=linux
 +
directory=/srv/chroot/stretch
 
* Log into your ''schroot'' shell from the terminal,
 
* Log into your ''schroot'' shell from the terminal,
  sudo schroot -c test
+
  sudo schroot -c stretch
 +
 
 +
See https://wiki.debian.org/Schroot for alternate methods.
 +
 
 +
=== Setup Builder ===
 +
 
 +
Setup the builder within the ''schroot'' shell like this;
 
* Clone the repository
 
* Clone the repository
  git clone <nowiki>https://github.com/Rishabh42/rpi23-gen-image</nowiki>
+
  git clone <nowiki>https://github.com/sugarlabs/rpi23-gen-image</nowiki>
* Install dependencies by going through the readme file in the repo and executing the commands described,
+
* Install dependencies by going through the README.md file and executing the commands described,
 +
 
 +
=== Run Builder ===
 +
 
 
* Change your directory to the cloned repo and run this command to start the building process:
 
* Change your directory to the cloned repo and run this command to start the building process:
 
  sh rpi23-gen-image.sh
 
  sh rpi23-gen-image.sh
Line 20: 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 of the fork mentioned above.
+
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.
 
  −
== 2017-06-21 ==
  −
 
  −
== Sugar on RPI image ==
  −
 
  −
This image can be considered still in beta. This is not the final build.
  −
 
  −
Here is the link : [https://drive.google.com/file/d/0B1YK6wpv2W0eQUJrRldiVU1fczQ/view Download]
  −
 
  −
Repository : [https://github.com/drtyhlpr/rpi23-gen-image here]
  −
 
  −
Fork used: [https://github.com/hrishi1999/rpi23-gen-image here]
  −
 
  −
If the image does not work on the first boot (or fails to login), please restart your RPI and try again.
  −
--[[User:HrishiP|HrishiP]] ([[User talk:HrishiP|talk]]) 10:49, 21 June 2017 (IST)