Debian/Raspberry Pi: Difference between revisions

Satellit (talk | contribs)
Remove obsolete section (not sure why Rishabh didn't remove it)
 
(7 intermediate revisions by 3 users not shown)
Line 13: Line 13:
== 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.


=== 2017-07-07 ===
Home View (F3 key) screenshot:
 
Starts at: color/ age-screens/ f3 as "pi"
wireless works and shows AD-Hoc and wireless Access points
 
=== Wed 09 Aug 2017 ===
 
On images dated before 2017-07-04, select "sugar" in top right bar at login.
 
Home View (F3 key).


[[File:Screenshot_of_"Home".png | 700px | 600px]]
[[File:Screenshot_of_"Home".png | 700px | 600px]]


*Stretch-Sugar_more_activities-RPi3.img
Does not auto-mount an inserted USB.
* http://people.sugarlabs.org/rishabh/
 
== Comparison ==
 
Please also compare against [[Soas/Raspberry_Pi|Fedora 26 SoaS]], as it has many more working activities, although it does not have wireless firmware.
(Proprietary wireless drivers have to be loaded after install)


== Reproducing ==
== Reproducing ==
Line 75: Line 61:


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.
=== Adding the automatic login feature ===
* While the image is building, navigate to the following directory:
~/rpi23-gen-image/images/stretch/build/chroot/etc
and depending on the stage of the build process wait for a folder named 'lightdm' to appear.
* Then open this file with nano/gedit and with root priviledges:
~/rpi23-gen-image/images/stretch/build/chroot/etc/lightdmlightdm.conf.dpkg-new
* Add/uncomment the following lines and configure them as shown below:
autologin-session = sugar
[Seat:*]
#type=xlocal
pam-service=lightdm
pam-autologin-service=lightdm-autologin
autologin-user=pi #(change this if you have configured a different user)
autologin-password=raspberry #(change this if you have configured a different password)
autologin-user-timeout=0
session-wrapper=/etc/X11/Xsession
greeter-session=lightdm-greeter
* Save the file and wait for the build process to complete.
* Boot into your image with this configuration and autologin should work fine.