<?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=Sfhish2</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=Sfhish2"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Sfhish2"/>
		<updated>2026-04-27T14:56:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5267</id>
		<title>Category:How to - OpenEmbedded</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5267"/>
				<updated>2011-03-24T17:37:31Z</updated>
		
		<summary type="html">&lt;p&gt;Sfhish2: /* Verdex Pro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gumstix uses the OpenEmbedded build environment so developers can create a complete Linux Distribution for embedded systems.&lt;br /&gt;
&lt;br /&gt;
== Overo ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Overo series have been posted on www.gumstix.org [http://gumstix.org/getting-started.html here].&lt;br /&gt;
&lt;br /&gt;
== Verdex Pro ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Verdex Pro series have been posted in various places at various times.  As of Oct2010, the current instructions are [http://www.gumstix.net/wiki/index.php?title=Verdex_Git_Repository here] &amp;lt;font color=red&amp;gt;(Broken Link)&amp;lt;/font&amp;gt;.  They tell you how to build a filesystem image out of your own Git repository with the current kernel (2.6.32 in Oct2010).&lt;br /&gt;
Cautions: the build tree can take up over 30 GB unless you add 'INHERIT += rm_work' to your local.conf; by default, the generated filesystem is bigger than Verdex Flash and can be loaded on a specially partitioned MMC card (instructions linked from the page).&lt;br /&gt;
&lt;br /&gt;
Instructions for building a 2.6.21 kernel and appropriate filesystem, from OE and SVN, are [http://www.gumstix.net/Setup-and-Programming/cat/Build-system-overview/111.html here] &amp;lt;font color=red&amp;gt;(Broken Link)&amp;lt;/font&amp;gt;.  As of Oct2010, some of the download URLs are stale, but you should be able to fix all problems by Googling for the error messages.&lt;br /&gt;
&lt;br /&gt;
The old Buildroot documentation for 2.6.21gum kernels is still [http://docwiki.gumstix.org/Buildroot here].  As of Oct2010, many of the download links are stale, but individual packages are available [http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/ here] or by Googling the individual package names as they come up in error messages.&lt;br /&gt;
&lt;br /&gt;
'''Kernel'''&lt;br /&gt;
There are numerous methods of kernel development; some consider Buildroot the most straightforward. Those using OE may find these links offer useful workflows for kernel development:&lt;br /&gt;
* http://ao2.it/en/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded&lt;br /&gt;
* http://bec-systems.com/site/521/best-practices-for-kernel-development-with-openembedded&lt;br /&gt;
* http://blogs.elphel.com/2009/12/openembeddedangstrom-kernel-workflow/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To directly cross-compile the 2.6.21 kernel from the OE/SVN tree try these commands:&lt;br /&gt;
   source ${GUMSTIX_TOP}/extras/profile&lt;br /&gt;
   cd ${GUMSTIX_TOP}/tmp/work/gumstix-custom-verdex-angstrom-linux-gnueabi/gumstix-kernel-2.6.21-r1/linux-2.6.21&lt;br /&gt;
   make ARCH=arm CROSS_COMPILE=${GUMSTIX_TOP}/tmp/cross/bin/arm-angstrom-linux-gnueabi-&lt;/div&gt;</summary>
		<author><name>Sfhish2</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5266</id>
		<title>Category:How to - OpenEmbedded</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5266"/>
				<updated>2011-03-24T17:36:52Z</updated>
		
		<summary type="html">&lt;p&gt;Sfhish2: /* Verdex Pro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gumstix uses the OpenEmbedded build environment so developers can create a complete Linux Distribution for embedded systems.&lt;br /&gt;
&lt;br /&gt;
== Overo ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Overo series have been posted on www.gumstix.org [http://gumstix.org/getting-started.html here].&lt;br /&gt;
&lt;br /&gt;
== Verdex Pro ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Verdex Pro series have been posted in various places at various times.  As of Oct2010, the current instructions are [http://www.gumstix.net/wiki/index.php?title=Verdex_Git_Repository here] &amp;lt;font color=red&amp;gt;(Broken Link)&amp;lt;/font&amp;gt;.  They tell you how to build a filesystem image out of your own Git repository with the current kernel (2.6.32 in Oct2010).&lt;br /&gt;
Cautions: the build tree can take up over 30 GB unless you add 'INHERIT += rm_work' to your local.conf; by default, the generated filesystem is bigger than Verdex Flash and can be loaded on a specially partitioned MMC card (instructions linked from the page).&lt;br /&gt;
&lt;br /&gt;
Instructions for building a 2.6.21 kernel and appropriate filesystem, from OE and SVN, are [http://www.gumstix.net/Setup-and-Programming/cat/Build-system-overview/111.html here] &amp;lt;font color=red&amp;gt;(Broken Link)&amp;lt;/font&amp;gt;.  As of Oct2010, some of the download URLs are stable, but you should be able to fix all problems by Googling for the error messages.&lt;br /&gt;
&lt;br /&gt;
The old Buildroot documentation for 2.6.21gum kernels is still [http://docwiki.gumstix.org/Buildroot here].  As of Oct2010, many of the download links are stale, but individual packages are available [http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/ here] or by Googling the individual package names as they come up in error messages.&lt;br /&gt;
&lt;br /&gt;
'''Kernel'''&lt;br /&gt;
There are numerous methods of kernel development; some consider Buildroot the most straightforward. Those using OE may find these links offer useful workflows for kernel development:&lt;br /&gt;
* http://ao2.it/en/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded&lt;br /&gt;
* http://bec-systems.com/site/521/best-practices-for-kernel-development-with-openembedded&lt;br /&gt;
* http://blogs.elphel.com/2009/12/openembeddedangstrom-kernel-workflow/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To directly cross-compile the 2.6.21 kernel from the OE/SVN tree try these commands:&lt;br /&gt;
   source ${GUMSTIX_TOP}/extras/profile&lt;br /&gt;
   cd ${GUMSTIX_TOP}/tmp/work/gumstix-custom-verdex-angstrom-linux-gnueabi/gumstix-kernel-2.6.21-r1/linux-2.6.21&lt;br /&gt;
   make ARCH=arm CROSS_COMPILE=${GUMSTIX_TOP}/tmp/cross/bin/arm-angstrom-linux-gnueabi-&lt;/div&gt;</summary>
		<author><name>Sfhish2</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5265</id>
		<title>Category:How to - OpenEmbedded</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5265"/>
				<updated>2011-03-24T17:35:30Z</updated>
		
		<summary type="html">&lt;p&gt;Sfhish2: /* Verdex Pro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gumstix uses the OpenEmbedded build environment so developers can create a complete Linux Distribution for embedded systems.&lt;br /&gt;
&lt;br /&gt;
== Overo ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Overo series have been posted on www.gumstix.org [http://gumstix.org/getting-started.html here].&lt;br /&gt;
&lt;br /&gt;
== Verdex Pro ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Verdex Pro series have been posted in various places at various times.  As of Oct2010, the current instructions are [http://www.gumstix.net/wiki/index.php?title=Verdex_Git_Repository here] &amp;lt;font color=red&amp;gt;(Broken Link)&amp;lt;/font&amp;gt;.  They tell you how to build a filesystem image out of your own Git repository with the current kernel (2.6.32 in Oct2010).&lt;br /&gt;
Cautions: the build tree can take up over 30 GB unless you add 'INHERIT += rm_work' to your local.conf; by default, the generated filesystem is bigger than Verdex Flash and can be loaded on a specially partitioned MMC card (instructions linked from the page).&lt;br /&gt;
&lt;br /&gt;
Instructions for building a 2.6.21 kernel and appropriate filesystem, from OE and SVN, are [http://www.gumstix.net/Setup-and-Programming/cat/Build-system-overview/111.html here].  As of Oct2010, some of the download URLs are stale, but you should be able to fix all problems by Googling for the error messages.&lt;br /&gt;
&lt;br /&gt;
The old Buildroot documentation for 2.6.21gum kernels is still [http://docwiki.gumstix.org/Buildroot here].  As of Oct2010, many of the download links are stale, but individual packages are available [http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/ here] or by Googling the individual package names as they come up in error messages.&lt;br /&gt;
&lt;br /&gt;
'''Kernel'''&lt;br /&gt;
There are numerous methods of kernel development; some consider Buildroot the most straightforward. Those using OE may find these links offer useful workflows for kernel development:&lt;br /&gt;
* http://ao2.it/en/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded&lt;br /&gt;
* http://bec-systems.com/site/521/best-practices-for-kernel-development-with-openembedded&lt;br /&gt;
* http://blogs.elphel.com/2009/12/openembeddedangstrom-kernel-workflow/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To directly cross-compile the 2.6.21 kernel from the OE/SVN tree try these commands:&lt;br /&gt;
   source ${GUMSTIX_TOP}/extras/profile&lt;br /&gt;
   cd ${GUMSTIX_TOP}/tmp/work/gumstix-custom-verdex-angstrom-linux-gnueabi/gumstix-kernel-2.6.21-r1/linux-2.6.21&lt;br /&gt;
   make ARCH=arm CROSS_COMPILE=${GUMSTIX_TOP}/tmp/cross/bin/arm-angstrom-linux-gnueabi-&lt;/div&gt;</summary>
		<author><name>Sfhish2</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5264</id>
		<title>Category:How to - OpenEmbedded</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_OpenEmbedded&amp;diff=5264"/>
				<updated>2011-03-24T17:33:05Z</updated>
		
		<summary type="html">&lt;p&gt;Sfhish2: /* Verdex Pro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gumstix uses the OpenEmbedded build environment so developers can create a complete Linux Distribution for embedded systems.&lt;br /&gt;
&lt;br /&gt;
== Overo ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Overo series have been posted on www.gumstix.org [http://gumstix.org/getting-started.html here].&lt;br /&gt;
&lt;br /&gt;
== Verdex Pro ==&lt;br /&gt;
Instructions for setting up an OE build environment for the Verdex Pro series have been posted in various places at various times.  As of Oct2010, the current instructions are [http://www.gumstix.net/wiki/index.php?title=Verdex_Git_Repository here] (Broken Link).  They tell you how to build a filesystem image out of your own Git repository with the current kernel (2.6.32 in Oct2010).&lt;br /&gt;
Cautions: the build tree can take up over 30 GB unless you add 'INHERIT += rm_work' to your local.conf; by default, the generated filesystem is bigger than Verdex Flash and can be loaded on a specially partitioned MMC card (instructions linked from the page).&lt;br /&gt;
&lt;br /&gt;
Instructions for building a 2.6.21 kernel and appropriate filesystem, from OE and SVN, are [http://www.gumstix.net/Setup-and-Programming/cat/Build-system-overview/111.html here].  As of Oct2010, some of the download URLs are stale, but you should be able to fix all problems by Googling for the error messages.&lt;br /&gt;
&lt;br /&gt;
The old Buildroot documentation for 2.6.21gum kernels is still [http://docwiki.gumstix.org/Buildroot here].  As of Oct2010, many of the download links are stale, but individual packages are available [http://www.daimi.au.dk/~spider/gumstix/gumstix-buildroot/dl/ here] or by Googling the individual package names as they come up in error messages.&lt;br /&gt;
&lt;br /&gt;
'''Kernel'''&lt;br /&gt;
There are numerous methods of kernel development; some consider Buildroot the most straightforward. Those using OE may find these links offer useful workflows for kernel development:&lt;br /&gt;
* http://ao2.it/en/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded&lt;br /&gt;
* http://bec-systems.com/site/521/best-practices-for-kernel-development-with-openembedded&lt;br /&gt;
* http://blogs.elphel.com/2009/12/openembeddedangstrom-kernel-workflow/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To directly cross-compile the 2.6.21 kernel from the OE/SVN tree try these commands:&lt;br /&gt;
   source ${GUMSTIX_TOP}/extras/profile&lt;br /&gt;
   cd ${GUMSTIX_TOP}/tmp/work/gumstix-custom-verdex-angstrom-linux-gnueabi/gumstix-kernel-2.6.21-r1/linux-2.6.21&lt;br /&gt;
   make ARCH=arm CROSS_COMPILE=${GUMSTIX_TOP}/tmp/cross/bin/arm-angstrom-linux-gnueabi-&lt;/div&gt;</summary>
		<author><name>Sfhish2</name></author>	</entry>

	</feed>