<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gorbag</id>
		<title>Gumstix User Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gorbag"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Gorbag"/>
		<updated>2026-05-15T14:52:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Software_information&amp;diff=1770</id>
		<title>Software information</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Software_information&amp;diff=1770"/>
				<updated>2008-11-25T21:25:14Z</updated>
		
		<summary type="html">&lt;p&gt;Gorbag: link directfb to its home page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Gumstix uses Linux® OpenEmbedded, a build environment that allows you to build rootfs images, packages and custom software in a easy way.&lt;br /&gt;
&lt;br /&gt;
There are different rootfs images (gumstix images) that provide a software bundle and a base system out-of-the-box with a single command,&lt;br /&gt;
choose one that fits best your application needs!&lt;br /&gt;
&lt;br /&gt;
Extra software not included on gumstix images is installed through software packages with ipkg.&lt;br /&gt;
&lt;br /&gt;
== OMAP 35x-based Overo Development ==&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
&lt;br /&gt;
To get started on Overo, [http://www.gumstix.net/Overo/114.html click here].&lt;br /&gt;
&lt;br /&gt;
== PXA-based Gumstix Motherboards ==&lt;br /&gt;
=== Starting ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gumstix.net/Software/view/Getting-started/Quick-start/111.html Setup the build environment] and bitbake the image of your choice depending on your application needs. After building, the rootfs image, kernel and optionally any software packages are transferred to your gumstix through a serial connection, using compact flash or MMC type cards or ethernet network (assuming your hardware supports the appropriate interface)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Gumstix images ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! Image || Size || Description || Status&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-minimal-image || ~7.8 MB || Builds a gumstix minimal system  || style=&amp;quot;background:green;&amp;quot; | ok&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-basic-image || ~9.0 MB || Builds a gumstix minimal system (gumstix-minimal-image) + '''cron''', '''ntp''', '''ntpdate''', '''mtd-utils''' and '''boa''' webserver || style=&amp;quot;background:green;&amp;quot; | ok&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-perl-image || ~9.7 MB || Builds gumstix-basic-image + '''perl'''  || style=&amp;quot;background:green;&amp;quot; | ok&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-goliath-image ||  ||  || style=&amp;quot;background:white;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| gumstix-qtopia-console-image || ~10.9 MB || Builds a basic gumstix root filesystem plus non-GUI Qtopia libraries || style=&amp;quot;background:white;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| gumstix-qtopia-gui-image || ~15.5 MB || Builds a basic gumstix root filesystem plus Qtopia || style=&amp;quot;background:yellow;&amp;quot; | work-in-progress&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-x11-image || ~14.8 MB || Builds a gumstix minimal system (gumstix-minimal-image) + plus '''KDrive''' (Xserver), the [http://matchbox-project.org/ '''matchbox'''] window manager and '''GTK+'''  || ! style=&amp;quot;background:green;&amp;quot; | ok&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-x11-full-image ||  || gumstix x11 image + midori || style=&amp;quot;background:yellow;&amp;quot; | work-in-progress&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-x11-32mb-image || ~17.7 MB || gumstix x11 image + midori || style=&amp;quot;background:yellow;&amp;quot; | work-in-progress&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-microwindows-image || --- || ---  || style=&amp;quot;background:yellow;&amp;quot; | work-in-progress&lt;br /&gt;
|-&lt;br /&gt;
| gumstix-directfb-image || ~10.8 MB || gumstix-basic-image + DirectFB 1.1.0 (packages [http://www.directfb.org/ '''directfb'''] and '''directfb-examples''') || style=&amp;quot;background:green;&amp;quot; | ok&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Recipes to build gumstix images are stored in '''gumstix-oe/com.gumstix.collection/packages/images'''&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
&lt;br /&gt;
Once you have setup the build environment, building a software package is as easy as typing bitbake &amp;lt;app&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Package receipes are stored in '''gumstix-oe/org.openembedded.snapshot/packages'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
[[Category:Literature]]&lt;/div&gt;</summary>
		<author><name>Gorbag</name></author>	</entry>

	</feed>