Difference between revisions of "Activities/Toaster"

From Sugar Labs
Jump to navigation Jump to search
(revised description)
 
(38 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>{{GoogleTrans-en}}</noinclude>
+
<noinclude>[[Category:Live USB]]</noinclude>
 
[[File:Toaster.jpg|79px|thumb|right|flying toaster]]
 
[[File:Toaster.jpg|79px|thumb|right|flying toaster]]
This activity will create USB sticks (like Sugar on a Stick) and will create a CD or DVD disc from an .iso image.  The goal is to allow kids or anyone walking up to an XO-1 in book mode to select and create a bootable USB stick or disc.
+
Our goal is to allow any XO user or XO in book mode (even as a kiosk) to select and create:
 +
* USB sticks (such as [http://spins.fedoraproject.org/soas/#downloads Sugar on a Stick]) An instruction document [http://mirrors.rit.edu/sugarlabs/soas/docs/creation-kit/index.html Creation Kit] is helpful
 +
* a CD or DVD disc from an .iso image if an external drive is connected
 +
We will use as simple a user interface as possible for use semi-unattended as a kioskWe plan to do extensive compatibility testing on XO 1.0 and 1.5 hardware as well as on builds which are already deployed.  An important part of making this activity successful will be implementing methods that are usable on as wide a hardware and software user base as possible.
  
A CD or DVD drive connected via USB is anticipated when using an XO-1.  Collaboration is encouraged as we get the project going. You can provide input here, as bug reports (soon) or as code. Inspiration for this project derives from the [http://www.freedomtoaster.org/ Freedom Toaster].
+
Our project [http://groups.google.com/group/xotoaster/browse_thread/thread/f9b9898056f6949d was approved] for the [http://blog.laptop.org/2010/02/25/xo-1-5-early-production-laptops-free-to-contributors-worldwide/ OLPC Contributor program] after completing a [http://wiki.laptop.org/go/Contributors_program/Project_proposal_form proposal].  Our development environments also include Virtualbox hosted .iso images.
  
''email list'': http://groups.google.com/group/xotoaster/
+
== We are making progress. ==
  
''wiki'': http://wiki.sugarlabs.org/index.php?title=Activities/Toaster&action=edit
+
There are many ways to create USB sticks and much work has been done that we can use.  Creating a CD or DVD is relatively simple with connected hardware.  Collaboration is encouraged as we get the project going.  We recommend you begin by providing input through the [http://groups.google.com/group/xotoaster/ email list]. Inspiration for this project comes from many similar projects to share free and open source software.
  
''bugs'': http://bugs.sugarlabs.org/
+
''Email list'': http://groups.google.com/group/xotoaster/ <- please subscribe if interested
  
''code'': http://git.sugarlabs.org/projects/toaster
+
''Wiki'': http://wiki.sugarlabs.org/go/Activities/Toaster <- here
  
''theme song'': http://www.youtube.com/watch?v=GrF_K1w2haE
+
''IRC'': http://webchat.freenode.net/?channels=toaster or your own client in #toaster
  
==== Other Software ====
+
''Bugs'': http://bugs.sugarlabs.org/query?component=Toaster
* usb-creator: https://launchpad.net/ubuntu/+source/usb-creator
+
 
 +
''Code'': http://git.sugarlabs.org/projects/toaster
 +
 
 +
''Open Hatch'': http://openhatch.org/+projects/Toaster%20Sugar%20Activity
 +
 
 +
''Distribution'' : http://activities.sugarlabs.org/ when we are ready
 +
 
 +
''Theme song'': http://www.youtube.com/watch?v=GrF_K1w2haE
 +
 
 +
=== our wiki pages ===
 +
* [[Activities/Toaster/UI]]
 +
* [[Activities/Toaster/USB]]
 +
* [[Activities/Toaster/Disc]]
 +
* [[Activities/Toaster/Develop]]
 +
** [[Activities/Toaster/System Security]]
 +
** [[Activities/Toaster/Wishlist]]
 +
* [[Activities/Toaster/Schedule]]
 +
* [[Activities/Toaster/Cafe Questions]]
 +
 
 +
==== other open source software ====
 +
* [[Sugar Creation Kit]] DVD - excellent reference for us
 +
* [[Sugar_on_a_Stick/Sugar_Clone | SoaS Sugar Clone]] shell scripts
 +
* [http://www.kiberpipa.org/burneronfire/ Burner On Fire] wodim wrapper GTK GUI program
 +
* usb-creator: https://fedorahosted.org/liveusb-creator (Fedora recommended for Fedora Linux)
 +
** [https://launchpad.net/ubuntu/+source/usb-creator launchpad] source code
 +
** How To Sugarize liveusb-creator:[[Category:Live_USB#How_to_sugarize_liveusb-creator_to_run_it_from_your_Soas_USB]]
 +
** Duplicating_SoaS_with_customization [[Category:Live_USB#Duplicating_SoaS_with_customization]]
 +
**Mirabelle-remix:[http://people.sugarlabs.org/Tgillard/Mirabelle-Remix-pl--LiveCD-README.txt]* Make a Live or non-live USB from a booted CD*
 +
**Make a Soas-v2-Blueberry Installer USB (with liveusb-creator installed)[[Category:Live_USB#Make_a_Soas-v2-Blueberry_Installer_USB_.28with_liveusb-creator_installed.29]]
 +
* [http://unetbootin.sourceforge.net/ UNetbootin] (Fedora recommended for other Linux)
 +
** uses syslinux
 +
* [http://trisquel.info/en Trisquel] and many other [[Supported distributions | Sugar distributions]] are developing similar features but not that I have seen at the activity level.
 +
** possible naming confusion (we are Toaster) with Trisquel on a Sugar Toast [[Trisquel On A Sugar Toast]]
 
* K3b: http://k3b.org/
 
* K3b: http://k3b.org/
 
* Brasero: http://projects.gnome.org/brasero/
 
* Brasero: http://projects.gnome.org/brasero/
* cdrkit: http://www.cdrkit.org/
+
* cdrkit: http://www.cdrkit.org/ includes wodim binary
* cdwrite.sh: http://rww.name/scripts/cdwrite.sh
 
 
* 'buntustand: https://launchpad.net/buntustand
 
* 'buntustand: https://launchpad.net/buntustand
 +
* [http://www.freedomtoaster.org/ Freedom Toaster] inspired our Activity's name
 +
 +
 +
 +
[[Category:Activities]]

Latest revision as of 00:57, 21 April 2016

flying toaster

Our goal is to allow any XO user or XO in book mode (even as a kiosk) to select and create:

  • USB sticks (such as Sugar on a Stick) An instruction document Creation Kit is helpful
  • a CD or DVD disc from an .iso image if an external drive is connected

We will use as simple a user interface as possible for use semi-unattended as a kiosk. We plan to do extensive compatibility testing on XO 1.0 and 1.5 hardware as well as on builds which are already deployed. An important part of making this activity successful will be implementing methods that are usable on as wide a hardware and software user base as possible.

Our project was approved for the OLPC Contributor program after completing a proposal. Our development environments also include Virtualbox hosted .iso images.

We are making progress.

There are many ways to create USB sticks and much work has been done that we can use. Creating a CD or DVD is relatively simple with connected hardware. Collaboration is encouraged as we get the project going. We recommend you begin by providing input through the email list. Inspiration for this project comes from many similar projects to share free and open source software.

Email list: http://groups.google.com/group/xotoaster/ <- please subscribe if interested

Wiki: http://wiki.sugarlabs.org/go/Activities/Toaster <- here

IRC: http://webchat.freenode.net/?channels=toaster or your own client in #toaster

Bugs: http://bugs.sugarlabs.org/query?component=Toaster

Code: http://git.sugarlabs.org/projects/toaster

Open Hatch: http://openhatch.org/+projects/Toaster%20Sugar%20Activity

Distribution : http://activities.sugarlabs.org/ when we are ready

Theme song: http://www.youtube.com/watch?v=GrF_K1w2haE

our wiki pages

other open source software