Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-22 Thread Dave Bauer
On Fri, Mar 20, 2009 at 5:23 PM, Dave Bauer  wrote:

>
>
> On Fri, Mar 6, 2009 at 2:19 PM, Tomeu Vizoso  wrote:
>
>> Hi,
>>
>> below are some instructions for flashing the last Sugar on a Stick
>> image (containing Sugar 0.84) on a XO (provided you have a developer
>> key).
>>
>> Could someone volunteer to test and wikify them?
>>
>
>
>> Thanks,
>>
>> Tomeu
>>
>> ---
>>
>> on a F10 system:
>>
>> $ sudo yum -y install crcimage mtd-utils
>> $ wget 
>> http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
>> $ wget
>> http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
>> $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso Soas-200903051021.img
>>
>> and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb
>> stick
>>
>> on the XO, boot with the usb stick plugged in and get into OFW, then
>> type the following commands
>>
>> ok disable-security
>> ok copy-nand u:\Soas-200903051021.img
>>
>> then the XO will reboot and you should get into Sugar.
>>
>
> My XO Boots but gets stuck loading the initrd.
>
> OFW Q2E34
>
> Here is what I see on the screen
>
> Boot device: /nandflash:\boot\olpc.fth Arguments:
> Boot device: /nandflash:\boot\vmlinuz0 Arguments: root=mtd0
> rootfstype=jffs2 liveimg console=tty0 console=ttyS0,115200 boot_delay=3
> fbcon=font:SUN12x22
> Loading ramdisk image from nand:\boot\initrd0.img
>
> It stays there its been about 20 minutes now.
>
> Any ideas?
>
> I tried two different USB sticks to create the img.
>
> Thanks
> Dave
>
>>
I tried it with no keys presed and it says

Boot Failed

Shut down in 30 secs

Maybe I have a bad image?

Dave


> ___
>> Sugar-devel mailing list
>> sugar-de...@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>
>
> --
> Dave Bauer
> d...@solutiongrove.com
> http://www.solutiongrove.com
>



-- 
Dave Bauer
d...@solutiongrove.com
http://www.solutiongrove.com
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-22 Thread Dave Bauer
On Sun, Mar 22, 2009 at 1:45 PM, Mitch Bradley  wrote:

>
>> My XO Boots but gets stuck loading the initrd.
>>
>> OFW Q2E34
>>
>> Here is what I see on the screen
>>
>> Boot device: /nandflash:\boot\olpc.fth Arguments:
>> Boot device: /nandflash:\boot\vmlinuz0 Arguments: root=mtd0
>> rootfstype=jffs2
>> liveimg console=tty0 console=ttyS0,115200 boot_delay=3 fbcon=font:SUN12x22
>> Loading ramdisk image from nand:\boot\initrd0.img
>>
>> It stays there its been about 20 minutes now.
>>
>>
>>
>>
>
> Try booting with the check button (game key above the power button) held
> down.
>

Thanks Mitch,

Actually that report is with the check button held down.


Dave

>
> If that fixes the problem, the issues is that the OS is not switching from
> "pretty boot" mode to active screen mode.
>
> You can disable pretty-boot by adding these lines to /boot/olpc.fth :
>
>  unfreeze visible
>
> The second line, just after the comment line, is a good place for them.
>
>


-- 
Dave Bauer
d...@solutiongrove.com
http://www.solutiongrove.com
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-22 Thread pgf
mitch wrote:
 > >
 > > My XO Boots but gets stuck loading the initrd.
 > >
 > > OFW Q2E34
 > >
 > > Here is what I see on the screen
 > >
 > > Boot device: /nandflash:\boot\olpc.fth Arguments:
 > > Boot device: /nandflash:\boot\vmlinuz0 Arguments: root=mtd0 
 > > rootfstype=jffs2
 > > liveimg console=tty0 console=ttyS0,115200 boot_delay=3 fbcon=font:SUN12x22
 > > Loading ramdisk image from nand:\boot\initrd0.img
 > >
 > > It stays there its been about 20 minutes now.
 > >
 > >
 > >   
 > 
 > Try booting with the check button (game key above the power button) held 
 > down.
 > 
 > If that fixes the problem, the issues is that the OS is not switching 
 > from "pretty boot" mode to active screen mode.

i only realized recently that the final unfreeze of the screen
is not done in bootanim, as i expected, but by way of sugar installing
a g_idle callback that sends a message to ohmd to do the unfreeze.  so
if either sugar or ohmd don't start correctly, the screen will stay
frozen.  this doesn't seem optimal to me.  (and it may be that i have
it wrong, and there's another unfreeze mechanism as well.)

(when powerd replaces ohmd, it simply does the unfreeze after 10 seconds
have passed.  also sub-optimal.)

paul

 > 
 > You can disable pretty-boot by adding these lines to /boot/olpc.fth :
 > 
 >unfreeze visible
 > 
 > The second line, just after the comment line, is a good place for them.
 > 
 > ___
 > Sugar-devel mailing list
 > sugar-de...@lists.sugarlabs.org
 > http://lists.sugarlabs.org/listinfo/sugar-devel

=-
 paul fox, p...@laptop.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-21 Thread Dave Bauer
On Fri, Mar 6, 2009 at 2:19 PM, Tomeu Vizoso  wrote:

> Hi,
>
> below are some instructions for flashing the last Sugar on a Stick
> image (containing Sugar 0.84) on a XO (provided you have a developer
> key).
>
> Could someone volunteer to test and wikify them?
>


> Thanks,
>
> Tomeu
>
> ---
>
> on a F10 system:
>
> $ sudo yum -y install crcimage mtd-utils
> $ wget 
> http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
> $ wget
> http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
> $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso Soas-200903051021.img
>
> and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb
> stick
>
> on the XO, boot with the usb stick plugged in and get into OFW, then
> type the following commands
>
> ok disable-security
> ok copy-nand u:\Soas-200903051021.img
>
> then the XO will reboot and you should get into Sugar.
>

My XO Boots but gets stuck loading the initrd.

OFW Q2E34

Here is what I see on the screen

Boot device: /nandflash:\boot\olpc.fth Arguments:
Boot device: /nandflash:\boot\vmlinuz0 Arguments: root=mtd0 rootfstype=jffs2
liveimg console=tty0 console=ttyS0,115200 boot_delay=3 fbcon=font:SUN12x22
Loading ramdisk image from nand:\boot\initrd0.img

It stays there its been about 20 minutes now.

Any ideas?

I tried two different USB sticks to create the img.

Thanks
Dave

> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>



-- 
Dave Bauer
d...@solutiongrove.com
http://www.solutiongrove.com
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-19 Thread Tomeu Vizoso
On Wed, Mar 11, 2009 at 09:14, Edward Cherlin  wrote:
> 2009/3/6 Wade Brainerd :
>> Glad to hear it works, I'm going to try it this weekend on my XO.
>> I wonder if we could get the release team to execute these steps
>> automatically for each release, and then make .img files available on
>> downloads.sugarlabs.org along with the .iso files?
>
> +1 I have also asked for that.

I also like this idea, but the people currently working on soas might
have too much on their hands already, so just waiting for them to
deliver might not be the best strategy.

Anyone would like to take this task and take care of making available
image files for every .iso release?

Thanks,

Tomeu

>> That would skip a lot of
>> potential mistakes that users might make, and would lower the barrier to
>> entry (e.g. no Fedora or Ubuntu machine req).
>> The same goes for .vmdk files, I would love to have .vmdk files created
>> using http://sugarlabs.org/go/Sugar_on_a_Stick_VirtualBox/Preparing_a_disk_image available
>> for each snapshot.
>
> +1 also.
>
>> Regards,
>> Wade
>> On Fri, Mar 6, 2009 at 4:42 PM, Walter Bender 
>> wrote:
>>>
>>> I tried it (from Ubuntu instead of F10) and it seems to work
>>> "flawlessly"!! I've documented what I did in the wiki:
>>>
>>> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>>>
>>> -walter
>>>
>>> On Fri, Mar 6, 2009 at 1:19 PM, Tomeu Vizoso  wrote:
>>> > Hi,
>>> >
>>> > below are some instructions for flashing the last Sugar on a Stick
>>> > image (containing Sugar 0.84) on a XO (provided you have a developer
>>> > key).
>>> >
>>> > Could someone volunteer to test and wikify them?
>>> >
>>> > Thanks,
>>> >
>>> > Tomeu
>>> >
>>> > ---
>>> >
>>> > on a F10 system:
>>> >
>>> > $ sudo yum -y install crcimage mtd-utils
>>> > $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
>>> > $ wget
>>> > http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
>>> > $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso
>>> > Soas-200903051021.img
>>> >
>>> > and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb
>>> > stick
>>> >
>>> > on the XO, boot with the usb stick plugged in and get into OFW, then
>>> > type the following commands
>>> >
>>> > ok disable-security
>>> > ok copy-nand u:\Soas-200903051021.img
>>> >
>>> > then the XO will reboot and you should get into Sugar.
>>> > ___
>>> > Sugar-devel mailing list
>>> > sugar-de...@lists.sugarlabs.org
>>> > http://lists.sugarlabs.org/listinfo/sugar-devel
>>> >
>>>
>>>
>>>
>>> --
>>> Walter Bender
>>> Sugar Labs
>>> http://www.sugarlabs.org
>>> ___
>>> Sugar-devel mailing list
>>> sugar-de...@lists.sugarlabs.org
>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>> ___
>> Sugar-devel mailing list
>> sugar-de...@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
>
>
> --
> Silent Thunder (默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر ج) is my name
> And Children are my nation.
> The Cosmos is my dwelling place, The Truth my destination.
> http://earthtreasury.net/ (Edward Mokurai Cherlin)
> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-11 Thread Edward Cherlin
2009/3/6 Wade Brainerd :
> Glad to hear it works, I'm going to try it this weekend on my XO.
> I wonder if we could get the release team to execute these steps
> automatically for each release, and then make .img files available on
> downloads.sugarlabs.org along with the .iso files?

+1 I have also asked for that.

> That would skip a lot of
> potential mistakes that users might make, and would lower the barrier to
> entry (e.g. no Fedora or Ubuntu machine req).
> The same goes for .vmdk files, I would love to have .vmdk files created
> using http://sugarlabs.org/go/Sugar_on_a_Stick_VirtualBox/Preparing_a_disk_image available
> for each snapshot.

+1 also.

> Regards,
> Wade
> On Fri, Mar 6, 2009 at 4:42 PM, Walter Bender 
> wrote:
>>
>> I tried it (from Ubuntu instead of F10) and it seems to work
>> "flawlessly"!! I've documented what I did in the wiki:
>>
>> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>>
>> -walter
>>
>> On Fri, Mar 6, 2009 at 1:19 PM, Tomeu Vizoso  wrote:
>> > Hi,
>> >
>> > below are some instructions for flashing the last Sugar on a Stick
>> > image (containing Sugar 0.84) on a XO (provided you have a developer
>> > key).
>> >
>> > Could someone volunteer to test and wikify them?
>> >
>> > Thanks,
>> >
>> > Tomeu
>> >
>> > ---
>> >
>> > on a F10 system:
>> >
>> > $ sudo yum -y install crcimage mtd-utils
>> > $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
>> > $ wget
>> > http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
>> > $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso
>> > Soas-200903051021.img
>> >
>> > and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb
>> > stick
>> >
>> > on the XO, boot with the usb stick plugged in and get into OFW, then
>> > type the following commands
>> >
>> > ok disable-security
>> > ok copy-nand u:\Soas-200903051021.img
>> >
>> > then the XO will reboot and you should get into Sugar.
>> > ___
>> > Sugar-devel mailing list
>> > sugar-de...@lists.sugarlabs.org
>> > http://lists.sugarlabs.org/listinfo/sugar-devel
>> >
>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> ___
>> Sugar-devel mailing list
>> sugar-de...@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>



-- 
Silent Thunder (默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر ج) is my name
And Children are my nation.
The Cosmos is my dwelling place, The Truth my destination.
http://earthtreasury.net/ (Edward Mokurai Cherlin)
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-10 Thread Bastien
Walter Bender  writes:

> +1

http://sugarlabs.org/go/Translation

Maybe "Translation" is not the best choice for naming this page.  
Feel free to modify it.  

I tried to figure out where to put this in the "To Do list" page,  
but couldn't find anything really useful.

> First on the list is the Downloads page itself.

http://sugarlabs.org/go/Downloads/lang-fr

-- 
 Bastien
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-09 Thread Walter Bender
+1

First on the list is the Downloads page itself.

thanks.

-walter

On Mon, Mar 9, 2009 at 6:22 AM, Bastien  wrote:
> Tomeu Vizoso  writes:
>
>>> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>>
>> Thanks a lot, have improved a bit the Spanish translation, though help
>> is needed to further polish it.
>
> I just added a french translation.
>
> It would be nice to have a page on the SugarLabs wiki listing the pages
> that need to be translated.  Shall I open it?
>
> --
>  Bastien
>



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-09 Thread Bastien
Tomeu Vizoso  writes:

>> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>
> Thanks a lot, have improved a bit the Spanish translation, though help
> is needed to further polish it.

I just added a french translation.  

It would be nice to have a page on the SugarLabs wiki listing the pages
that need to be translated.  Shall I open it? 

-- 
 Bastien
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-09 Thread Tomeu Vizoso
2009/3/6 Walter Bender :
> I tried it (from Ubuntu instead of F10) and it seems to work
> "flawlessly"!! I've documented what I did in the wiki:
>
> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC

Thanks a lot, have improved a bit the Spanish translation, though help
is needed to further polish it.

Regards,

Tomeu

> -walter
>
> On Fri, Mar 6, 2009 at 1:19 PM, Tomeu Vizoso  wrote:
>> Hi,
>>
>> below are some instructions for flashing the last Sugar on a Stick
>> image (containing Sugar 0.84) on a XO (provided you have a developer
>> key).
>>
>> Could someone volunteer to test and wikify them?
>>
>> Thanks,
>>
>> Tomeu
>>
>> ---
>>
>> on a F10 system:
>>
>> $ sudo yum -y install crcimage mtd-utils
>> $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
>> $ wget http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
>> $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso Soas-200903051021.img
>>
>> and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb stick
>>
>> on the XO, boot with the usb stick plugged in and get into OFW, then
>> type the following commands
>>
>> ok disable-security
>> ok copy-nand u:\Soas-200903051021.img
>>
>> then the XO will reboot and you should get into Sugar.
>> ___
>> Sugar-devel mailing list
>> sugar-de...@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-07 Thread Martin Dengler
On Sat, Mar 07, 2009 at 03:46:37PM +, Gary C Martin wrote:
> Just for the record, as I don't have access to a regular F10  
> desktop**, I had a quick go trying to use these steps directly on an  
> XO to create a .img and .crc to test with, but after several attempts  
> I've been unsuccessful so far.
> 
> Existing OLPC 8.2 (767) build is missing various dependancies (not  
> surprising as it's based on F9); cjb's F11 XO builds have everything  
> needed, but the XO hardware seems to run out of ram part way through  
> livecd-iso-to-xo script, locking things up and or restarting.

Not sure if it'll help, but you might try these suggestions:

1) login on VT 1 or 2 and stop X: sudo /sbin/initctl stop prefdm

...if this is enough, cool...but if not, you might consider

2) install compcache[1]

> --Gary

Martin

1. http://wiki.laptop.org/go/Compcache



pgp1cuvRwOvt1.pgp
Description: PGP signature
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-07 Thread Gary C Martin
On 6 Mar 2009, at 18:19, Tomeu Vizoso wrote:

> Hi,
>
> below are some instructions for flashing the last Sugar on a Stick
> image (containing Sugar 0.84) on a XO (provided you have a developer
> key).
>
> Could someone volunteer to test and wikify them?
>
> Thanks,
>
> Tomeu
>
> ---
>
> on a F10 system:
>
> $ sudo yum -y install crcimage mtd-utils
> $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
> $ wget http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
> $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso  
> Soas-200903051021.img

Just for the record, as I don't have access to a regular F10  
desktop**, I had a quick go trying to use these steps directly on an  
XO to create a .img and .crc to test with, but after several attempts  
I've been unsuccessful so far.

Existing OLPC 8.2 (767) build is missing various dependancies (not  
surprising as it's based on F9); cjb's F11 XO builds have everything  
needed, but the XO hardware seems to run out of ram part way through  
livecd-iso-to-xo script, locking things up and or restarting.

Wanted to mention this as it's a roadblock for folks with XOs to try  
and make their own installable image from the ongoing Soas work. The  
only images I've been able to boot on XOs so far are those from cjb.

--Gary

** Tomeu, you'll be glad to hear I at last have a shiny new MBP  
arriving next week, so will finally have a system I can run various  
virtual machine environments for dev work (jhbuild, Fedora images  
etc). :-)

> and then copy Soas-200903051021.img and Soas-200903051021.crc to a  
> usb stick
>
> on the XO, boot with the usb stick plugged in and get into OFW, then
> type the following commands
>
> ok disable-security
> ok copy-nand u:\Soas-200903051021.img
>
> then the XO will reboot and you should get into Sugar.
> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-07 Thread Walter Bender
We do support a similar mechanism to what was in place on w.l.o. I'll
get it set up.

-walter

On Sat, Mar 7, 2009 at 5:24 AM, Bastien  wrote:
> Walter Bender  writes:
>
>> I tried it (from Ubuntu instead of F10) and it seems to work
>> "flawlessly"!! I've documented what I did in the wiki:
>>
>> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>
> This is nice.
>
> I'd like to translate this page into french - any way to host a
> translation on the SugarLabs wiki?   (Maybe something similar to
> what wiki.laptop.org offered?)
>
> best,
>
> --
>  Bastien
>



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-07 Thread Bastien
Walter Bender  writes:

> I tried it (from Ubuntu instead of F10) and it seems to work
> "flawlessly"!! I've documented what I did in the wiki:
>
> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC

This is nice.  

I'd like to translate this page into french - any way to host a
translation on the SugarLabs wiki?   (Maybe something similar to  
what wiki.laptop.org offered?)

best,

-- 
 Bastien
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Martin Langhoff
On Sat, Mar 7, 2009 at 12:06 PM, Martin Langhoff
 wrote:
> On Sat, Mar 7, 2009 at 10:55 AM, Wade Brainerd  wrote:
>> Glad to hear it works, I'm going to try it this weekend on my XO.
>
> Good that it works -- another option we can use. It's still an iso
> with an overlay however, which won't be happy on jffs2 and has a nasty
> memory footprint. Are there ways to unpack the squashfs in the iso
> unto an image?

*Actually* -- now that I've read livecd-to-xo.sh ... I have to eat my
words. Chris' script does exactly the right thing - it unpacks the
squashfs unto a jffs2. Perfecto.

cheers,



martin
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Martin Langhoff
On Sat, Mar 7, 2009 at 10:55 AM, Wade Brainerd  wrote:
> Glad to hear it works, I'm going to try it this weekend on my XO.

Good that it works -- another option we can use. It's still an iso
with an overlay however, which won't be happy on jffs2 and has a nasty
memory footprint. Are there ways to unpack the squashfs in the iso
unto an image?

cheers,


m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Luke Faraone
2009/3/6 Wade Brainerd 

> Glad to hear it works, I'm going to try it this weekend on my XO.
> I wonder if we could get the release team to execute these steps
> automatically for each release, and then make .img files available on
> downloads.sugarlabs.org along with the .iso files?  That would skip a lot
> of potential mistakes that users might make, and would lower the barrier to
> entry (e.g. no Fedora or Ubuntu machine req).
>

I can probably have that done via a cron job on teach.laptop.org (running F9
currently) that scps the result to d.sl.o.

-- 
Luke Faraone
http://luke.faraone.cc
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Wade Brainerd
Glad to hear it works, I'm going to try it this weekend on my XO.
I wonder if we could get the release team to execute these steps
automatically for each release, and then make .img files available on
downloads.sugarlabs.org along with the .iso files?  That would skip a lot of
potential mistakes that users might make, and would lower the barrier to
entry (e.g. no Fedora or Ubuntu machine req).

The same goes for .vmdk files, I would love to have .vmdk files created
using
http://sugarlabs.org/go/Sugar_on_a_Stick_VirtualBox/Preparing_a_disk_image
available
for each snapshot.

Regards,
Wade

On Fri, Mar 6, 2009 at 4:42 PM, Walter Bender wrote:

> I tried it (from Ubuntu instead of F10) and it seems to work
> "flawlessly"!! I've documented what I did in the wiki:
>
> http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC
>
> -walter
>
> On Fri, Mar 6, 2009 at 1:19 PM, Tomeu Vizoso  wrote:
> > Hi,
> >
> > below are some instructions for flashing the last Sugar on a Stick
> > image (containing Sugar 0.84) on a XO (provided you have a developer
> > key).
> >
> > Could someone volunteer to test and wikify them?
> >
> > Thanks,
> >
> > Tomeu
> >
> > ---
> >
> > on a F10 system:
> >
> > $ sudo yum -y install crcimage mtd-utils
> > $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
> > $ wget
> http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
> > $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso Soas-200903051021.img
> >
> > and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb
> stick
> >
> > on the XO, boot with the usb stick plugged in and get into OFW, then
> > type the following commands
> >
> > ok disable-security
> > ok copy-nand u:\Soas-200903051021.img
> >
> > then the XO will reboot and you should get into Sugar.
> > ___
> > Sugar-devel mailing list
> > sugar-de...@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
> >
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Walter Bender
I tried it (from Ubuntu instead of F10) and it seems to work
"flawlessly"!! I've documented what I did in the wiki:

http://sugarlabs.org/go/Sugar_on_a_Stick/Installation/OLPC

-walter

On Fri, Mar 6, 2009 at 1:19 PM, Tomeu Vizoso  wrote:
> Hi,
>
> below are some instructions for flashing the last Sugar on a Stick
> image (containing Sugar 0.84) on a XO (provided you have a developer
> key).
>
> Could someone volunteer to test and wikify them?
>
> Thanks,
>
> Tomeu
>
> ---
>
> on a F10 system:
>
> $ sudo yum -y install crcimage mtd-utils
> $ wget http://dev.laptop.org/~cjb/rawhide-xo/livecd-iso-to-xo.sh
> $ wget http://download.sugarlabs.org/soas/snapshots/1/Soas-200903051021.iso
> $ sudo sh livecd-iso-to-xo.sh Soas-200903051021.iso Soas-200903051021.img
>
> and then copy Soas-200903051021.img and Soas-200903051021.crc to a usb stick
>
> on the XO, boot with the usb stick plugged in and get into OFW, then
> type the following commands
>
> ok disable-security
> ok copy-nand u:\Soas-200903051021.img
>
> then the XO will reboot and you should get into Sugar.
> ___
> Sugar-devel mailing list
> sugar-de...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel