Changes

2,312 bytes added ,  11:05, 11 August 2014
no edit summary
Line 22: Line 22:  
== Testing with a XO ==
 
== Testing with a XO ==
   −
We have created images with the latest Sugar 0.102 sources. These builds are "clean" SugarLabs images, do not include any customization.
+
We have created images with the latest Sugar 0.102 sources. These builds are "clean" Sugar Labs images, which do not include any customization.
   −
* XO-4 [http://dev.laptop.org/~gonzalo/0.102/41001SL4.zd 41001SL4.zd] ([http://dev.laptop.org/~gonzalo/0.102/41001SL4.zd.md5 md5])
+
* XO-4 [http://dev.laptop.org/~gonzalo/0.102/41002SL4.zd 41002SL4.zd] ([http://dev.laptop.org/~gonzalo/0.102/41002SL4.zd.md5 md5])
   −
* XO-1.75 [http://dev.laptop.org/~gonzalo/0.102/41003SL2.zd 41003SL2.zd] ([http://dev.laptop.org/~gonzalo/0.102/41003SL2.zd.md5 md5])
+
* XO-1.75 [http://dev.laptop.org/~gonzalo/0.102/41002SL2.zd 41002SL2.zd] ([http://dev.laptop.org/~gonzalo/0.102/41002SL2.zd.md5 md5])
   −
* XO-1.5 [http://dev.laptop.org/~gonzalo/0.102/41001SL1.zd 41001SL1.zd] ([http://dev.laptop.org/~gonzalo/0.102/41001SL1.zd.md5 md5])
+
* XO-1.5 [http://dev.laptop.org/~gonzalo/0.102/41002SL1.zd 41002SL1.zd] ([http://dev.laptop.org/~gonzalo/0.102/41002SL1.zd.md5 md5])
   −
* XO-1 [http://dev.laptop.org/~gonzalo/0.102/41001SL0.img 41001SL0.img] [http://dev.laptop.org/~gonzalo/0.102/41001SL0.crc crc]([http://dev.laptop.org/~gonzalo/0.102/41001SL0.img.md5])
+
* XO-1 [http://dev.laptop.org/~gonzalo/0.102/41002SL0.img 41002SL0.img] [http://dev.laptop.org/~gonzalo/0.102/41002SL0.crc crc]([http://dev.laptop.org/~gonzalo/0.102/41002SL0.img.md5])
 +
 
 +
* SD images for XO-1 [http://dev.laptop.org/~gonzalo/0.102/41002SL0.zd 41002SL0.zd] ([http://dev.laptop.org/~gonzalo/0.102/41002SL0.zd.md5])
 +
 
 +
== Installing ==
    
These images are NOT signed by OLPC, therefore you need an unsecured XO for installing these images. To save some time, you can use [https://github.com/jmcmullen/olpc-teacher-update this tool].
 
These images are NOT signed by OLPC, therefore you need an unsecured XO for installing these images. To save some time, you can use [https://github.com/jmcmullen/olpc-teacher-update this tool].
    +
=== XO-1 ===
 +
 +
* Copy the file 41002SL0.img and the file 41002SL0.crc to a USB device.
 +
* Boot your XO with the USB device and the charger connected.
 +
* Go to the ok prompt: At boot time, briefly type the Escape key (top left on the XO keyboard, with a white X in a black disc) when you hear the startup jingle. Do not hold it down. In a few seconds, the FORTH ok prompt appears, along with a hint on help.
 +
* Type
 +
  copy-nand u:\41002SL0.img
 +
* when flashing is finished, you will get the prompt again, type reboot.
 +
 +
=== XO-1.5, XO-1.75 and XO-4 ===
 +
 +
* Copy the file 41002SLx.zd to a USB device. (Every model has a different x number, check above.)
 +
* Boot your XO with the USB device and the charger connected.
 +
* Go to the ok prompt: At boot time, briefly type the Escape key (top left on the XO keyboard, with a white X in a black disc) when you hear the startup jingle. Do not hold it down. In a few seconds, the FORTH ok prompt appears, along with a hint on help.
 +
* Type
 +
  fs-update u:\41002SLx.zd
 +
* when flashing is finished, you will get the prompt again, type reboot.
 +
 +
=== About the SD images for XO-1 ===
 +
 +
These images are a development of James Cameron, to help improve the performance on XO-1 devices.
 +
 +
To install these unsigned builds, you may use fs-update on an XO-1.5, XO-1.75, or XO-4, and then move the SD card.
 +
 +
Alternatively, this Open Firmware fragment:
 +
http://dev.laptop.org/~quozl/z/1XCG63.txt can be added to the top of
 +
the [http://dev.laptop.org/~gonzalo/0.102/41002SL0.zd.zsp 41002SL0.zd.zsp] file, and then
 +
manually loaded from the ok prompt:
 +
 +
ok fl u:\41002SL0.zd.zsp
 +
 +
This will then read the 41002SL0.zd file and store it on an SD card.
 +
 +
Later versions of olpc-os-builder can add this fragment.
 +
 +
== Changes ==
 
These images include the last version of sugar packages, and the following activities updates:
 
These images include the last version of sugar packages, and the following activities updates:
   Line 45: Line 85:  
* Memorize 47 -> 48
 
* Memorize 47 -> 48
 
* Physics 19 -> 21
 
* Physics 19 -> 21
 +
* Speak 47 -> 48
 
* Scratch 24 -> 25
 
* Scratch 24 -> 25
 
* TurtleBlocks 202.1 -> 207
 
* TurtleBlocks 202.1 -> 207
Line 51: Line 92:     
* Finance 11
 
* Finance 11
 +
* Story 13
 
* Words 21
 
* Words 21
 
* MusicPainter 12
 
* MusicPainter 12
Line 60: Line 102:  
* OneAcademy
 
* OneAcademy
   −
The new list of activities is here http://wiki.laptop.org/go/Activities/Sugar Labs/0.102
+
The new list of activities is here http://wiki.laptop.org/go/Activities/Sugar_Labs/0.102
 +
 
 +
The OsBuilder config used to generate these images is here https://github.com/sugarlabs/olpc-os-builder/tree/SL102
    
If you find problems in these images, please report on sugar-devel mailing list.
 
If you find problems in these images, please report on sugar-devel mailing list.
    
== Known Issues ==
 
== Known Issues ==
 +
 +
=== 41002 ===
 +
 +
* web activities don't close. A PR was filled for sugar-web, web activities need be updated later.
    
=== 41001 ===
 
=== 41001 ===
   −
* xo-1 only: in Maze activity the win window show a title bar
+
* XO-1 only: in Maze activity the win window show a title bar
* FractionsBounce activity is very slow on xo-1 & xo-1.5, the sounds are played later
+
* FractionsBounce activity is very slow on XO-1 & XO-1.5, the sounds are played later
* MusciPainter activity don't start on xo-1 & xo-1.5
+
* MusciPainter activity don't start on XO-1 & XO-1.5
 +
* web activities don't start ('''solved''')
 +
* activities updater control panel don't close ('''solved''')
 +
* web activities don't close.
    
=== 34001 ===
 
=== 34001 ===
* The font size is too big ('''solved'''). SL #4758
+
 
* Sound adjustment in the frame is laggy and displays collaboration related errors ('''solved'''). SL #4759
+
* The font size is too big ('''solved'''). SL {{Bug|4758}}
 +
* Sound adjustment in the frame is laggy and displays collaboration related errors ('''solved'''). SL {{Bug|4759}}
 
* Web activities always crash, see [http://lists.sugarlabs.org/archive/sugar-devel/2014-April/047879.html the mailing list thread.] ('''solved''').
 
* Web activities always crash, see [http://lists.sugarlabs.org/archive/sugar-devel/2014-April/047879.html the mailing list thread.] ('''solved''').