Changes

Jump to navigation Jump to search
2,061 bytes removed ,  00:29, 17 May 2016
Remove dextrose link as its dead
Line 6: Line 6:  
==Are you new to Sugar?==
 
==Are you new to Sugar?==
   −
The quickest download is '''[[Sugar on a Stick]]'''. Basic instructions are found below:
+
The SoaS download is found here: '''[[Sugar on a Stick]]'''. Basic instructions are found below:
    
== Sugar on a Stick installation instructions ==
 
== Sugar on a Stick installation instructions ==
Line 34: Line 34:  
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
|valign=top|
 
|valign=top|
# '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br>
+
{{:Sugar on a Stick/Linux/Installation}}
# '''Prepare''':
  −
#* Create a mount point: {{Code|sudo mkdir /media/soas}}
  −
#* Mount the .iso file as a disk: {{Code|mount '''/path/to/source'''.iso /media/soas/}}
  −
#* Insert a USB stick of 2 GB or greater capacity into your computer.
  −
#* Use the {{Code|sudo blkid}} or {{Code|df}} command to get the USB device node name.
  −
#* (You should have the isomd5sum package installed so that the following installation script can verify the download.)<br><br>
  −
# '''Load''': Execute, as the '''root''' user in <u>one</u> command with arguments, the following:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 1.6em; font-family: Courier;">/media/soas/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''500''' --home-size-mb '''900''' --delete-home --unencrypted-home '''/path/to/source'''.iso /dev/sd'''?'''1</div>
  −
#: where '{{Code|'''?'''}}' in the final parameter represents the target USB device node, such as {{Code|sd'''b'''1}} or {{Code|sd'''c'''1}}, etc. and {{Code|'''/path/to/source'''.iso}} is the location and name of the .iso file.<br><br>
  −
# '''Boot''': Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.<br><br>
  −
 
  −
::* You may create more Sugar Sticks on other 1 GB or greater USB or SD devices. In the Terminal Activity of a running ''Sugar on a Stick'', run this command as root:<br><div style="padding: 1em; border: 1px dashed #2F6FAB; background-color: #FBFBFB; margin: 1em 0px 1em 0em; font-family: Courier;">/run/initramfs/live/LiveOS/livecd-iso-to-disk --reset-mbr --overlay-size-mb '''300''' --home-size-mb '''175''' --delete-home --unencrypted-home /run/initramfs/livedev /dev/sd'''?'''1</div>
   
|}
 
|}
   Line 53: Line 42:     
=== Apple Mac OS X ===
 
=== Apple Mac OS X ===
'''DRAFT''': These instructions are incomplete. Please help with testing and documentation. In the meantime, we recommend the '''[[#Virtual Machines on all platforms|Virtual Machines instructions]]''' below.
   
{|
 
{|
 
|-
 
|-
Line 61: Line 49:  
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]
 
|valign=top|
 
|valign=top|
# '''Prepare''': These instructions are only for '''64-bit''' processor machines. (To identify the processor type, choose Apple menu > About This Mac. A small window will appear titled ''About This Mac''. The processor type is displayed in this window. Sugar on a Stick is for the Intel processor only.)<br><br>
+
The instructions below are based on the Ubuntu Web page at &lt;http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx&gt;.
# '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file. Be sure to download a '''64-bit''' image.<br><br>
+
# '''Prepare''': These instructions are for '''32-bit''' and '''64-bit''' processors.<br><br>
# '''Load''': <span style="background-color:#f9f6b7; padding: 10px; padding-left: 5px;">[[File:question.png|link=|middle]] '''Help: Does someone have a simple way to load a Live USB on a Mac?'''</span><br>Here is a simple way to recognize a bootable USB on a Mac.<br>Go to rEFIt (http://refit.sourceforge.net/) and make a bootable cd. There is no need to install rEFIt on your mac. In fact installing rEFIt may make it impossible to upgrade the Mac OS to a newer version later on (personal experience, I had to do a clean install). Put the rEFIt CD in and hold the option key after turning the computer on. The Mac will recognize the CD because it uses EFI and then the CD will recognize the bootable USB.<br>
+
# '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.<br><br>
#* [http://refit.sourceforge.net/doc/c1s5_burning.html How to Burn a rEFIt CD]
+
# '''Load''': <br>Here is a simple way to load a bootable USB on a Mac.<br>
#: You can rename the .cdr file to .iso for use in GNU/Linux.
+
## Enter the Terminal: <code>/Applications/Utilities/Terminal</code>.
#* [[Sugar_on_a_Stick/Macintosh#Building_a_bootable_Mac_USB_stick|Building and Booting a Live USB stick on a Mac]]<br><br>
+
## Type <code>diskutil list</code>. You should see all the disk drives you have inserted into your computer.
# '''Boot''': Insert the USB stick into a USB port on your computer. '''Is this correct?''': During the startup sound, press and hold the '''c''' key. If the Apple logo appears, Sugar is not booting. Restart and try again.
+
## Insert the disk drive to which you want to write Sugar on a Stick.
#* the '''c''' key must be pressed during the startup sound and you must continue to hold it down.
+
## Type <code>diskutil list</code> again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.
#* you may release the '''c''' key once the Sugar logo appears.<br>
+
## Type <code>hdiutil convert -format UDRW -o &lt;<i>Sugar on a Stick image file</i>&gt;.img &lt;<i>Sugar on a Stick image file</i>&gt;</code> to convert the image into a bootable format.
 +
## Type <code>sudo diskutil unmountDisk &lt;<i>device name</i>&gt;</code> to unmount the disk (it will not be ejected).
 +
## Type <code>sudo dd if=&lt;<i>Sugar on a Stick image file</i>&gt;.img.dmg of=&lt;<i>device name</i>&gt; bs=1m</code>. <code>sudo</code> will ask for your password, and then <code>dd</code> will start writing the disk file.
 +
## When <code>dd</code> finishes writing the disk file, type <code>sudo diskutil eject &lt;<i>device name</i>&gt;</code>.
 +
# '''Boot''': Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).<br>
 
<br>
 
<br>
 
:* Have a MacBook? Consider these options:
 
:* Have a MacBook? Consider these options:
Line 90: Line 82:  
|width="174px"|[[File:OLPCXO.png|middle|link=olpc:Releases]]
 
|width="174px"|[[File:OLPCXO.png|middle|link=olpc:Releases]]
 
|valign=top|
 
|valign=top|
* '''Upgrade''' to the latest ''[[olpc:Releases]]'' from OLPC.
+
* '''Upgrade''' to the latest ''[[olpc:Releases]]'' from OLPC (which may require a [[olpc:Activation_and_developer_keys|developer key]]).
 
  −
* '''Upgrade''' to ''[[Dextrose]]'' (requires a [[olpc:Activation_and_developer_keys|developer key]]).
      
* '''Experiment''' with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest ''Sugar on a Stick'' release.
 
* '''Experiment''' with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest ''Sugar on a Stick'' release.
Line 115: Line 105:  
|-
 
|-
 
|width="174px" valign=top|[[File:Gear.png|link=Development Team]]
 
|width="174px" valign=top|[[File:Gear.png|link=Development Team]]
|Learn how to get setup on the [[Supported systems]] page.
+
|Please see this [http://developer.sugarlabs.org/ developer documentation website] for the sugar-build development environment.
 +
 
    
Some additional references you may find useful:
 
Some additional references you may find useful:
* [[Platform_Team/Guide/Sweets Usage|Sweets]], to launch Sugar using the Sugar Package Management System
+
* See https://github.com/sugarlabs/,
* [[Development Team/Jhbuild | JHBuild]]
+
* [http://git.sugarlabs.org Gitorious source code repository],
* [http://git.sugarlabs.org Gitorious source code repository]
+
* The [[Supported systems]] page,
* [[Emulator image files|Virtual machine or emulator image files]]
+
* [[Platform_Team/Guide/Sweets Usage|Sweets]], to launch Sugar using the Sugar Package Management System,
* Adding Sugar to your [[Platform_Team/Harmonic_Distribution/Supported_platforms|favorite distro...]]
+
* [[Emulator image files|Virtual machine or emulator image files]],
 +
* Adding Sugar to your [[Sweets_Distribution/Supported_platforms|favorite distro...]]
 
|}
 
|}
   Line 131: Line 123:  
{|
 
{|
 
|-
 
|-
|width="160px"|[[File:VirtualBox.png|100px|left|link=Sugar Creation Kit/VirtualBox]]
+
|width="160px"|[[File:VirtualBox.png|100px|left|link=Sugar_on_a_Stick/Virtual_machines]]
 
|valign=top|
 
|valign=top|
 
===[[Sugar Creation Kit/VirtualBox|VirtualBox Appliances]] ===
 
===[[Sugar Creation Kit/VirtualBox|VirtualBox Appliances]] ===
Line 150: Line 142:  
If you run into problems, you may want to consult the [[Talk:VirtualBox]] page for help.
 
If you run into problems, you may want to consult the [[Talk:VirtualBox]] page for help.
 
<br/><br/>
 
<br/><br/>
      
==Are you preparing a deployment without Internet access?==
 
==Are you preparing a deployment without Internet access?==

Navigation menu