debxo 0.2 release
pgf at laptop.org
pgf at laptop.org
Sun Oct 26 12:00:16 EDT 2008
andres -- a gotcha for those with FAT-formatted usb or sd devices:
andres wrote:
>
> INSTALLATION ONTO NAND FLASH:
>
> The release can be found here (note that the URL has changed):
>
> http://lunge.mit.edu/~dilinger/debxo-0.2/images/
>
> To install onto the XO's flash, download the debxo-$DESKTOP.jffs2.dat
> and debxo-$DESKTOP.jffs2.img to a USB or SD stick (where $DESKTOP is
> one of the various desktops - gnome, kde, lxde, sugar, or awesome).
> Boot into OFW (make sure your XO is unlocked!), and run
>
> update-nand disk:\debxo-$DESKTOP.jffs2.img
>
> or
>
> update-nand sd:\debxo-$DESKTOP.jffs2.img
>
> (depending upon whether you downloaded to an SD or USB disk). If your
> SD or USB device is using a windows filesystem, you can figure out the
> name of the image by running
>
> dir disk:\
because the .img file refers to the .dat file, it's not quite that
simple. you need to edit the .img file and replace the first line
with a line that matches the 8.3 dos filename of the .img file.
i.e., you need to replace:
data: debxo-awesome.jffs2.dat
with something similar to:
data: debxo-~1.dat
it might be better to give the images 8.3 names in the first place,
but i'll understand if you resist. :-)
paul
>
> If update-nand spits out any errors, make sure you're running an
> appropriately up-to-date version of OFW. The q2d* series do not
> support update-nand, and versions q2e18 and q2e19 are known to be buggy
> with partitions. Firmware and instructions for upgrading
> can be found here:
>
> http://wiki.laptop.org/go/Firmware
>
>
> INSTALLATION ONTO SD/USB:
>
> To install onto an SD or USB device, download the
> debxo-$DESKTOP.ext3.img.gz file, and run
>
> zcat debxo-$DESKTOP.ext3.img.gz > /dev/mmcblk0
>
> or
>
> zcat debxo-$DESKTOP.ext3.img.gz > /dev/sdX
>
> (depending upon whether you're writing to an SD or USB disk). Note
> that this will overwrite any data that is on the SD or USB disk.
>
>
> USAGE:
>
> By default, a user 'olpc' is created (with no password, and sudo
> access). Some desktops automatically start a display manager and log
> you in; some do not. The root password is disabled by default. This
> is a stock Debian Lenny system with only a few modifications, so it can
> obviously be tailored.
>
>
> HACKING:
>
> xodist is the name of the collection of scripts that are used to
> produce DebXO. The git repository can be downloaded via:
>
> git clone git://lunge.mit.edu/git/xodist
>
> There's also a web interface to that:
>
> http://lunge.mit.edu/cgi-bin/gitweb.cgi?p=xodist;a=summary
>
> There's a TODO file in the repository, but really... just scratch
> whatever itch you happen to have. Patches are much appreciated.
> Additional desktops (XFCE, for example?), better handling of the
> default user/password, boot/runtime optimizations, suggestions for
> missing packages, etc..
>
>
> CREDITS:
>
> Thanks to James Cameron and Holger Levsen for various
> patches/tweaks/fixes, and to the various people who tested and provided
> feedback.
>
> _______________________________________________
> Devel mailing list
> Devel at lists.laptop.org
> http://lists.laptop.org/listinfo/devel
=---------------------
paul fox, pgf at laptop.org
More information about the Devel
mailing list