Difference between revisions of "Activities/Toaster"

From Sugar Labs
Jump to navigation Jump to search
(added email list)
 
(44 intermediate revisions by 8 users not shown)
Line 1: Line 1:
This activity will create USB sticks (like Sugar on a Stick) and will create a CD or DVD disc from an .iso image.
+
<noinclude>[[Category:Live USB]]</noinclude>
 +
[[File:Toaster.jpg|79px|thumb|right|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 [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 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.
  
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.
+
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.
  
wiki: http://wiki.sugarlabs.org/index.php?title=Activities/Toaster&action=edit
+
== We are making progress. ==
  
bugs: http://bugs.sugarlabs.org/
+
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.
  
code: http://git.sugarlabs.org/projects/toaster
+
''Email list'': http://groups.google.com/group/xotoaster/ <- please subscribe if interested
  
email list: http://groups.google.com/group/xotoaster/
+
''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
  
 +
''Bugs'': http://bugs.sugarlabs.org/query?component=Toaster
  
Inspirations for this project derive from [http://rww.name/scripts/cdwrite.sh cdwrite.sh] written by [http://rww.name/ Robert Wall], the [http://www.freedomtoaster.org/ Freedom Toaster] and [https://launchpad.net/buntustand buntustand].
+
''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/
 +
* Brasero: http://projects.gnome.org/brasero/
 +
* cdrkit: http://www.cdrkit.org/ includes wodim binary
 +
* '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