SoaS Blueberry Instructions: Difference between revisions
Interested (talk | contribs) |
Interested (talk | contribs) |
||
| Line 67: | Line 67: | ||
=== For Mac OS X Users === | === For Mac OS X Users === | ||
Apple Macintosh computers | Apple Macintosh computers are capable of running the Sugar Learning Platform.<br> | ||
''You must have an Intel processor to run blueberry and strawberry disk images.''<br> | |||
''See [[#Older Mac with powerPC processor | Using Sugar with powerPC]] if you do not have an intel processor.'' | |||
'''To identify the Mac's processor'''<br>Choose '''Apple menu''' > About This Mac. The processor type | '''To identify the Mac's processor and OS X version'''<br>Choose '''Apple menu''' > About This Mac. The version and processor type appear at the top of the list.<br> | ||
| Line 80: | Line 82: | ||
'''To calculate a file's SHA-1 checksum'''<br> | '''To calculate a file's SHA-1 checksum'''<br> | ||
Open the Terminal Utility and type | Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command. | ||
<!-- "md5" will work too, but creates a different checksum e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' --> | <!-- "md5" will work too, but creates a different checksum e.g. ''$ md5 /Downloads/soas-2-blueberry.iso'' --> | ||
*Mac OS version ≥10.6 | *Mac OS version ≥10.6 type the following ''shasum ~/Downloads/soas-2-blueberry.iso<!--removed <code> tag for readability on Mac-->'' | ||
* Mac OS version ≤10.5 | * Mac OS version ≤10.5 type the following ''openssl sha1 ~/Downloads/soas-2-blueberry.iso'' | ||
* Compare the result to the official [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum] stored at Sugar Labs. | * Compare the result to the official [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum] stored at Sugar Labs. | ||
'''To install Sugar onto a Stick''' | '''To install Sugar onto a Stick''' | ||
* Download the | * Download the [http://download.sugarlabs.org/soas/releases/image-writer-mac image-writer for Mac computers ] | ||
* Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br>For protection against tampering and poor transmission errors, '''you should always compare the checksum of each download'''. | * Verify the file was downloaded properly ''by calculating its [http://download.sugarlabs.org/soas/releases/SHA1SUM SHA-1 checksum]''<br>For protection against tampering and poor transmission errors, '''you should always compare the checksum of each download'''. | ||
* Eject all USB drives. Insert the flash drive you wish to install Sugar on a Stick.<br> '''WARNING:''' your flash drive will be wiped in the next step! All partitions will be erased. | * Eject all USB drives. Insert the flash drive you wish to install Sugar on a Stick.<br> '''WARNING:''' your flash drive will be wiped in the next step! All partitions will be erased. | ||
* Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command.<br> ''cd Downloads; python image-writer-mac soas-2-blueberry.iso''<!-- extra spaces would add legibility, how to wiki format it? --> | * Open the Terminal Utility and type into the Terminal Window. Press the return key to run the command.<br> ''cd Downloads; python image-writer-mac soas-2-blueberry.iso''<!--removed <code> tag for readability on Mac--><!-- extra spaces would add legibility, how to wiki format it? --> | ||
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: white;" | {| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: white;" | ||
| Line 103: | Line 105: | ||
====Older Mac with powerPC processor==== | |||
*It is possible to download Sugar on a Stick and flash usb drives with a powerPC Mac. | *It is possible to download Sugar on a Stick and flash usb drives with a powerPC Mac. | ||
*It is also possible to develop Sugar Activities with a powerPC Mac. | *It is also possible to develop Sugar Activities with a powerPC Mac. | ||
*The use of powerPC Mac as a School Sever has not been tested. | *The use of powerPC Mac as a School Sever has not been tested. | ||
Fedora Core has been ported to run on the powerPC processor | Fedora Core has been ported to run on the powerPC processor. Sugar on a Stick has not been ported. By booting Fedora on your powerPC Mac, you change it into a Fedora machine. You may then install Sugar directly -''yum''. | ||
The use of intel processor emulation on a powerPC Mac has not been tested. Due to aging speeds, installing Fedora and Sugar directly onto powerPC Mac will be the most productive. See the Linux section for more details. | The use of intel processor emulation on a powerPC Mac has not been tested. Due to aging speeds, installing Fedora and Sugar directly onto powerPC Mac will be the most productive. See the Linux section for more details. | ||