Difference between revisions of "Debian/Raspberry Pi"

From Sugar Labs
Jump to navigation Jump to search
(add links to project ideas, proposal, and blog)
(Remove obsolete section (not sure why Rishabh didn't remove it))
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Download ==
 
== Download ==
  
Rishabh Thaney has made a build for Raspberry Pi using Debian;
+
Rishabh Thaney has made builds for Raspberry Pi using Debian;
  
*[https://people.sugarlabs.org/rishabh/2017-06-26-rpi3-stretch.img.zip 2017-06-26-rpi3-stretch.img.zip] at Sugar Labs.
+
* [https://people.sugarlabs.org/rishabh/ https://people.sugarlabs.org/rishabh/],
*[https://drive.google.com/file/d/0B1YK6wpv2W0eUlMzWUgta1NuQW8/view 2017-06-26-rpi3-stretch.img.zip] on Google Drive,
 
  
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.
+
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 ==
 
== Testing ==
  
Report issues to https://github.com/sugarlabs/rpi23-gen-image
+
Starts at color gender age home view as user "pi",
 
+
wireless works; showing ad-hoc and wireless Access points.
Select "sugar" in top right bar at login.
 
 
 
=== 2017-06-26 ===
 
 
 
Home View (F3 key).
 
 
 
[[File:RaspberryPiDebianStretchHomeView.png | 700px | 600px]]
 
 
 
== Comparison ==
 
 
 
Please also compare against the Fedora 26 SoaS image, as it has many more working activities.
 
 
 
=== 2017-07-02 ===
 
 
 
*[https://dl.fedoraproject.org/pub/alt/stage/26_RC-1.3/Spins/armhfp/images/Fedora-SoaS-armhfp-26-1.3-sda.raw.xz Fedora-SoaS-armhfp-26-1.3-sda.raw.xz] at Fedora Project.
 
 
 
Home View (F3 key).
 
 
 
[[File:Screenshot_of_Home_.png | 700px | 600px]]
 
  
Neighborhood View (F1 key).
+
Home View (F3 key) screenshot:
  
[[File:Screenshot_of_Mesh_.png | 700px | 600px]]
+
[[File:Screenshot_of_"Home".png | 700px | 600px]]
  
My Settings, Network, Collaboration Server was set to jabber.sugarlabs.org before this screenshot.  The default in Sugar 0.110 is not to use jabber.sugarlabs.org unless configured.
+
Does not auto-mount an inserted USB.
  
 
== Reproducing ==
 
== Reproducing ==

Latest revision as of 19:41, 24 August 2017

Download

Rishabh Thaney has made builds for Raspberry Pi using Debian;

See also:

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:

Screenshot of "Home".png

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,
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
git clone https://github.com/sugarlabs/rpi23-gen-image
  • 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:
sh rpi23-gen-image.sh

This takes some time as the scripts start downloading and configuring packages to build an image.

  • Once the process is complete in the terminal, navigate to this directory:
~/rpi23-gen-image/images/stretch

to find the image that was built.

Some changes have been made to the original repo: https://github.com/drtyhlpr/rpi23-gen-image which can be viewed in the commit history.