Changes

Jump to navigation Jump to search
m
Line 1: Line 1:  +
 +
*<- Back to [[Sugar_Creation_Kit/sck/Advanced_Topics#Raspberry_Pi_.2F_RPi|ARM RPi]]
 +
==[[File:Fedora.jpg|40px|link=http://fedoraproject.org/]] Test report rpfr-f18-final.img==
 +
::Updated Mar 17 2013
 +
 +
*Download:
 +
:NEW: http://scotland.proximity.on.ca/raspberrypi/raspberrypi-fedora-remix/18/images/rpfr-f18-final.zip
 +
: http://scotland.proximity.on.ca/raspberrypi/raspberrypi-fedora-remix/18/images/rpfr-f18-rc1.zip
 +
: Older version that also works
 +
===Write to SD card===
 +
 +
*http://elinux.org/RPi_Easy_SD_Card_Setup
 +
:Detailed options for writing SD card.
 +
*'''Unzip rpfr-f18-rc1.zip
 +
====dd write SD====
 +
*Using an SD adapter in a USB socket:
 +
# dd if=rpfr-f18-rc1.img of=/dev/sd(x)  or /dev/mmcblk(x)
 +
6144000+0 records in
 +
6144000+0 records out
 +
3145728000 bytes (3.1 GB) copied, 717.468 s, 4.4 MB/s
 +
*'''/dev/sd(x) or /dev/mmcblk(x)'''
 +
:Use command "mount" in terminal to get correct device name eg: /dev/sdb /dev/sdc /dev/sdd etc.
 +
*'''If you are using a SD slot, you may see /dev/mmcblk(x)
 +
# dd if=rpfr-f18-final.img of=/dev/mmcblk0
 +
6144000+0 records in
 +
6144000+0 records out
 +
3145728000 bytes (3.1 GB) copied, 1001.65 s, 3.1 MB/s
 +
 +
*'''CAUTION''' the device name has to be correct or you can damage your computers drives with no warning.
 +
 +
===Insert SD Card===
 +
*Insert SD in RPi and plug in the power supply mini usb
 +
:Unplug this mini usb to shutdown RPi
 +
*Connections
 +
[[File:RPI-connections.JPG|700px]]
 +
*Picture
 +
[[File:RPi-B-512.JPG|700px]]
 +
===Boot SD Card===
 +
*Note this takes several minutes to do reach the first boot.
 +
: Be Patient
 +
*Firstboot
 +
: TimeZone and Language
 +
: user name and password
 +
: root password
 +
: select type of HDMI output
 +
: resizes the SD / 
 +
: swap settings  -  increase to 1024
 +
*Log in
 +
*Recommended: turn off screensaver
 +
:Applications/settings/screensaver
 +
::Mode "Disable Screensaver"
 +
::File-Quit
 +
 +
===Install sugar-desktop===
 +
yum groupinstall sugar-desktop
 +
:::633kb | 133MB  138 files
 +
yum install sugar-emulator
 +
 +
*To start '''SUGAR''' : Applications Menu: Education/Sugar
 +
*sugar emulator running on RPi
 +
[[File:Rpfr-fi18-rc1.png|500px]]
 +
*rpfr-f18-rc1-a-sd.img file created with '''disk utility''' from working 8 GB SD card
 +
:and then restored with '''disk utility''' to a 16 GB SD Card and booted on RPi 512 "b"
 +
[[File:Sugar-rpfr-f18rc1.png|500px]]
 +
*This screenshot added 03/18/2013
 +
 +
===Sugar===
 +
*Build: Fedora remix release 18 (Raspberrypi Fedora Remix)
 +
*Sugar: 0.98.2
 +
====Create and read wiki-page.pdf files in LDXE and Sugar====
 +
*You can Create wiki-page.pdf files in LDXE using the RPi to load on a USB for access in sugar-read :
 +
:See: [[Tutorials/Tutorials.iso]]
 +
:Browser in LDXE can print Wiki pages to a .pdf file
 +
yum install evince
 +
:evince is added so .pdf files can be read in LDXE
 +
::Read in sugar already can open the .pdf files on a 2nd USB
 +
*Evince reading Tutorials USB on LDXE Desktop
 +
[[File:RPi-evince.JPG|500px]]
 +
 +
===[[Tutorials/Introduction_to_the_Sugar_Interface|Introduction to the sugar Interface]]===
 +
* A tutorial to introduce the sugar-desktop to new users
 +
===[[Testing/Reports/ARM_RPi/Duplicating_a_RPi_SD_Card|Duplicating a RPi SD Card]]===
 +
*Duplicate a working SD Card
 +
 +
===Notes===
 +
*To run sugar: log-out/log-in then choose sugar in switcher after you enter your user name.
 +
*Information; http://zenit.senecac.on.ca/wiki/index.php/Raspberry_Pi_Fedora_Remix
 +
*Sugar IRC-10 in RPi "B" 512 on rpfr-f18-rc1 (arm) and rpfr-17-xfce-r2 use IP6 ...all my other devices use IP4
 +
...
 +
In general newer versions of Fedora will try and autodiscover IPv6 networks.
 +
If it finds one with a non-local (not fe80::) IP address it will get on it, and used the IPv6 routers spotted if present
 +
Given a DNS name with both IPv4 & v6 addresses set, it's mostly up to the application to see if asks the OS to do v4, v6,
 +
or just generically whichever the OS thinks makes the most sense
 +
 +
*How to write the SD in a MAC:http://alltheware.wordpress.com/2012/12/11/easiest-way-sd-card-setup/
 +
:'''Warning a fee is charged for download'''
 +
 +
==[[File:Fedora.jpg|40px|link=http://fedoraproject.org/]] Test report rpfr-17-xfce-r2.img==
 +
::Feb 12 2013
 +
*http://zenit.senecac.on.ca/wiki/index.php/Raspberry_Pi_Fedora_Remix
 +
*Download:http://scotland.proximity.on.ca/raspberrypi/f17-releases/v5/latest/rpfr-17-xfce-r2.zip
 +
*Information: http://zenit.senecac.on.ca/wiki/index.php/Raspberry_Pi_Fedora_Remix
 +
===Write to SD card===
 +
*Unzip file
 +
# dd if=rpfr-17-xfce-r2.img of=/dev/sdc
 +
6144000+0 records in
 +
6144000+0 records out
 +
3145728000 bytes (3.1 GB) copied, 1056.07 s, 3.0 MB/s
 +
 +
===Boot DC Card===
 +
*Firstboot
 +
: select type of HDMI output
 +
: resizes the SD /  and
 +
: swap settings
 +
===Install sugar-desktop===
 +
yum groupinstall sugar-desktop
 +
*38 packages (+93 Dependent packages)
 +
:Download size 120 M
 +
:Installed size 282 M
 +
*Log out/Log In to XFCE or Sugar
 +
 +
===Sugar===
 +
:Build: Fedora remix release 17 (Raspberrypi Fedora Remix)
 +
:Sugar: 0.96.2
 +
====Activities====
 +
*DO NOT DO SOFTWARE UPDATE - Some activities will "Failed to start" if updated from My Settings/Software update
    
==[[File:Fedora.jpg|40px|link=http://fedoraproject.org/]] Test report raspberrypi-fedora-remix-17-test-004.img==
 
==[[File:Fedora.jpg|40px|link=http://fedoraproject.org/]] Test report raspberrypi-fedora-remix-17-test-004.img==
 +
*'''RECOMMENDED'''
 
*http://scotland.proximity.on.ca/raspberrypi/test-releases/rpfr17/
 
*http://scotland.proximity.on.ca/raspberrypi/test-releases/rpfr17/
 
  Changes in this release:
 
  Changes in this release:
Line 58: Line 185:  
  38 Pkgs/29M
 
  38 Pkgs/29M
 
:raspberry firmware and kernel included
 
:raspberry firmware and kernel included
*Change memory split again:
+
*Change memory split:
:This is only available after the firmware update:
   
:Required on this image to avoid out of memory condition when using yum to install
 
:Required on this image to avoid out of memory condition when using yum to install
:"This image uses a 128/128MB memory split between the ARM CPU and the GPU,
+
:"This image uses a 224/32 MB memory split between the ARM CPU and the GPU,
 
:instead of the more useful240M/16M. To change this, run this command:"
 
:instead of the more useful240M/16M. To change this, run this command:"
   Line 80: Line 206:  
:To insure that RPi gets adequate power, use a  powered 4 port USB Hub[1] for the USB Keyboard and USB Mouse
 
:To insure that RPi gets adequate power, use a  powered 4 port USB Hub[1] for the USB Keyboard and USB Mouse
 
::[1] (Belkin)
 
::[1] (Belkin)
[[File:RPI-sugar-f3.JPG|800px]]
      
===About my Computer===
 
===About my Computer===
 
  Build:  Fedora remix release 17 (Raspberrypi Fedora Remix)
 
  Build:  Fedora remix release 17 (Raspberrypi Fedora Remix)
 
  Sugar:  0.96.2
 
  Sugar:  0.96.2
===Applications===
  −
*NAME ____________Version____________Comments
  −
IRC              10
  −
MOON            14
  −
Calandario        4    (failed to start)2x
  −
Flip Sticks      13
  −
Typing Turtle    29
  −
Connect          22    (failed to start)2x
  −
Portfolio        26
  −
Get Books        11
  −
Measure          42
  −
Finance          8
  −
Calculate        40
  −
Pukllanapac      9
  −
Turtle Art      142                            slow start
  −
Analyze          8    (failed to start)2x
  −
Chat            77
  −
StopWatch        15
  −
Image Viewer    21
  −
Labryinth        14
  −
Terminal        39
  −
PlayGo            5    (failed to start)2x
  −
Log              29
  −
Clock            8
  −
JukeBox          23
  −
Abacus          35                              very slow start
  −
Mail              1    (failed to start)2x
  −
Help            14                              very slow start but works  (XO Laptop is subject)
  −
Flip              4
  −
Countries        33                              very slow start  icon is grey circle for f3 list view
  −
InfoSlicer      15                              very very slow start
  −
Distance        31                              XO Specific activity not needed on RPi?
  −
Dimensions      38
  −
Read            99                              opens .pdf file saved from Write
  −
Implode          12
  −
Physics          10
  −
Maze            21
  −
View Slides      8    (failed to start)2x
  −
Pippy            48
  −
Record          96                            No camera or sound on test setup -only shows Microphone
  −
Memorize        41
  −
Browse          139            Works fine
  −
Speak            41            starts Shares Chat on f1 neighbourhood but did not join anothers shared chat on jabber
  −
Write            79
  −
Paint            43
  −
  −
*When you erase some journal entries to free up space and retest; activities that (failed to start) they work
  −
:erased almost all entries in sugar-journal and rebooted Pi Then activities worked on retest
  −
:- looks like some activities require a lot of resources of the RPi and the journal must remain almost empty to start.
  −
*'''2x'''=ABRT: python | Process /usr/bin/python2.7 was killed by signal 11 (SIGSEGV)
  −
   
===Wireless Networking===
 
===Wireless Networking===
 
:Verified Peripherals: http://elinux.org/RPi_VerifiedPeripherals
 
:Verified Peripherals: http://elinux.org/RPi_VerifiedPeripherals
Line 204: Line 278:  
*'''Use a 4-Port Powered Desktop Hub  to connect them instead'''  (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked
 
*'''Use a 4-Port Powered Desktop Hub  to connect them instead'''  (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked
 
====Install More Activities in Sugar====
 
====Install More Activities in Sugar====
:(Note: this is experimental as USB's do not Automount on insertion on the RPi)
+
*Download the Activities you want to a USB from http://activities.sugarlabs.org/
*Do one of these: 1 or 2
+
*USB's do not Automount on insertion on the RPi
*1.Download Activites to Desktop with Browser
+
=====Mount/Unmount USB=====
#rename xxx.xo to xxx.zip
+
*'''Mount USB'''
#extract xxx.zip to Desktop
+
:Terminal:
#change permissions to 077
+
sudo su
:apply permissions to files in directories
+
  (password)
 
+
root@pisces:/home/raspbian# mount -t vfat /dev/sda1 /home/raspbian/USB
*Terminal
+
*USB appears on Desktop and in Sugar Frame when clicking on Journal
  sudo cp -rf /home/raspbian/Desktop/Surf.activity /usr/share/sugar/activities/
+
*[[Tutorials/Copy_with_drag_%26_drop|Drag Drop install xxxx.xo files]] from USB to the Sugar Journal
  sudo cp -rf /home/raspbian/Desktop/Browse.activity /usr/share/sugar/activities/
+
*'''Unmount USB'''
*Start Sugar-emulator
+
root@pisces:/home/raspbian# unmount /dev/sda1
:new activities should show in f3 Home screen                                           
  −
*2.Insert USB with xxx.xo files (/dev/sda1)
  −
*Make folder /home/raspbian/Desktop/USB                           
  −
mount -t vfat /dev/sda1 /home/raspbian/Desktop/USB
  −
:USB shows up on Desktop
  −
*Start Sugar-emulator
  −
:Drag Drop install xxxx.xo files from USB to Sugar Journal
      
===Activities===
 
===Activities===
Line 252: Line 319:  
  apt-get install sugar-emulator-0.88
 
  apt-get install sugar-emulator-0.88
 
*Installed activities from 0.86 remained
 
*Installed activities from 0.86 remained
 +
 +
== [[File:Debian.jpg|40px|link=https://wiki.debian.org/Sugar]] Test Report: rpi_pisces_r3.zip ==
 +
:D/L: http://www.raspbian.org/PiscesImages
 +
*r3 Image
 +
"Mike Thompson has produced a publicly available SD image of Raspbian that is bootable on Raspberry Pi hardware.
 +
This is called the "pisces" image as that is what Mike's Raspberry Pi system is named on his LAN.
 +
This image is a little newer and includes a more complete installation of Raspbian and LXDE than the more minimal Hexxeh image.
 +
This image was created using the Debian installer so it reflects a minimal Debian installation with the LXDE packages added for a desktop."
 +
*Once booted, log into one of the two existing accounts:
 +
Username      Password
 +
root          raspbian
 +
raspbian      raspbian
 +
*This version has a fake hardware clock as the RPi has no clock
 +
===Install sugar 0.96===
 +
apt-get install sugar-session-0.96
 +
====About my Computer====
 +
Build              Debian GNU/Linux testing/unstable
 +
Sugar              0.96.1
 +
 +
:Starts at sugar: name - color selection screens
 +
:Keyring password is set
 +
:Jabber works.
 +
====Activities====
 +
Pippy        46
 +
Turtle Art    98
 +
*Still testing--[[User:Satellit|Satellit]] 17:22, 17 August 2012 (EDT)
    
== [[File:Debian.jpg|40px|link=https://wiki.debian.org/Sugar]] Test Report 2012-07-15-wheezy-raspbian.zip ==
 
== [[File:Debian.jpg|40px|link=https://wiki.debian.org/Sugar]] Test Report 2012-07-15-wheezy-raspbian.zip ==
 
:D/L: http://downloads.raspberrypi.org/images/raspbian/2012-07-15-wheezy-raspbian/2012-07-15-wheezy-raspbian.zip
 
:D/L: http://downloads.raspberrypi.org/images/raspbian/2012-07-15-wheezy-raspbian/2012-07-15-wheezy-raspbian.zip
 +
:D/L: Minimal Image:http://www.linuxsystems.it/2012/06/raspbian-wheezy-armhf-raspberry-pi-minimal-image/
 
:UnZip and write to 8 GB SDHC Card with dd
 
:UnZip and write to 8 GB SDHC Card with dd
 
*Boot SDHC Card
 
*Boot SDHC Card
12,355

edits

Navigation menu