<?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=Nwadams</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=Nwadams"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Nwadams"/>
		<updated>2026-04-10T16:37:44Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Installing_Ubuntu_10.04_on_Gumstix_Overo&amp;diff=4674</id>
		<title>Installing Ubuntu 10.04 on Gumstix Overo</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Installing_Ubuntu_10.04_on_Gumstix_Overo&amp;diff=4674"/>
				<updated>2010-09-28T17:11:54Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have installed Ubuntu 10.04 on a gumstix overo using a collection of instructions found online. A summary of the instructions is below for convenience. This is my first attempt and there are a few issues that I am going to try to resolve.&lt;br /&gt;
&lt;br /&gt;
I used an ubuntu 10.04 desktop machine as my working environment for these instructions.&lt;br /&gt;
&lt;br /&gt;
1. Install rootstock: ‘sudo apt-get install rootstock qemu’&lt;br /&gt;
&lt;br /&gt;
Rootstock is a utility used to make a rootFS for a port&lt;br /&gt;
Qemu is required and for some reason was not installed at the same time&lt;br /&gt;
&lt;br /&gt;
2. make rootfs using rootstock. This may take several hours&lt;br /&gt;
&lt;br /&gt;
I used the following command but doing ‘man rootstock’ will give you a list of advanced commands&lt;br /&gt;
I set my distribution with -d to lucid because I wanted ubuntu 10.04&lt;br /&gt;
&lt;br /&gt;
the openssh-server will allow you to connect your gumstix to the internet and ssh in&lt;br /&gt;
&lt;br /&gt;
‘sudo rootstock -f “Gumstix” -l “gumstix” -p “overo” -n “Gumstix Overo&lt;br /&gt;
Ubuntu” -s lxde,gdm,openssh-server,x11vnc -t “America/Vancouver” –serial ttyS2 -d lucid –locale en_US.UTF-8′&lt;br /&gt;
&lt;br /&gt;
Note 1: the user gumstix and password overo do not work because the user does not get created properly. More on how to deal with that later&lt;br /&gt;
&lt;br /&gt;
Note 3: the lxde,gdm is good for a minimal install for use on a small device with limited power and storage space. Good for a headless system.&lt;br /&gt;
&lt;br /&gt;
Link for more info on making a rootfs&lt;br /&gt;
https://wiki.ubuntu.com/ARM/RootfsFromScratch&lt;br /&gt;
&lt;br /&gt;
3. Get MLO and u-boot from this link&lt;br /&gt;
http://www.sakoman.com/feeds/omap3/glibc/images/overo/201009091145/&lt;br /&gt;
&lt;br /&gt;
4. Get your kernel u-image This kernel is based on the 2.6.34 kernel. Newer and older kernels should work but you will have to find modules for that kernel. (see step 8 )&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/uImage-2.6.34-r88-overo.bin&lt;br /&gt;
&lt;br /&gt;
5. Format your microSD card as per usual&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/109.html&lt;br /&gt;
&lt;br /&gt;
6. put MLO, u-boot, u-image on microSD card boot partition&lt;br /&gt;
&lt;br /&gt;
7. extract generated rootfs to second partition&lt;br /&gt;
&lt;br /&gt;
8. Download and extract modules and copy them to second partition (where you extracted the rootfs)&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/modules-2.6.34-r88-overo.tgz&lt;br /&gt;
&lt;br /&gt;
9. On the second partition open the /etc/shadow file. ‘sudo gedit /path/to/second/partition/etc/shadow’&lt;br /&gt;
Delete the ‘*’ for the root entry. This will allow you to login as root and create a user.&lt;br /&gt;
&lt;br /&gt;
Note: remember to put the ‘*’ back after you have created a user so someone can’t login as root and screw up your system&lt;br /&gt;
&lt;br /&gt;
10. open the ‘/etc/network/interfaces’ file. ‘sudo gedit /path/to/second/partition/etc/network/interfaces’&lt;br /&gt;
add the following code to the bottom&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
You can now unmount the microSD card, place it in the gumstix and boot to it.&lt;br /&gt;
&lt;br /&gt;
Login using serial console using the gumstix instructions in the link below or you can plug an ethernet card in and ssh in&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Getting-started/109.html&lt;br /&gt;
&lt;br /&gt;
11. login as root and then create a user for yourself and give yourself sudo&lt;br /&gt;
sudo adduser youruser&lt;br /&gt;
sudo adduser youruser sudo&lt;br /&gt;
sudo apt-get install nano&lt;br /&gt;
nano /etc/shadow&lt;br /&gt;
&lt;br /&gt;
add the ‘*’ back in that we removed earlier&lt;br /&gt;
log out as root&lt;br /&gt;
&lt;br /&gt;
12. log in as your user&lt;br /&gt;
open the /etc/apt/sources.list file&lt;br /&gt;
&lt;br /&gt;
add the following lines if they are not present&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-updates main&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-security main&lt;br /&gt;
then close the file&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
13. Have fun&lt;br /&gt;
&lt;br /&gt;
[[Category:How to - Ubuntu]]&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Installing_Ubuntu_10.04_on_Gumstix_Overo&amp;diff=4673</id>
		<title>Installing Ubuntu 10.04 on Gumstix Overo</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Installing_Ubuntu_10.04_on_Gumstix_Overo&amp;diff=4673"/>
				<updated>2010-09-28T03:01:58Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: How to install Ubuntu 10.04 on Gumstix Overo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have installed Ubuntu 10.04 on a gumstix overo using a collection of instructions found online. A summary of the instructions is below for convenience. This is my first attempt and there are a few issues that I am going to try to resolve.&lt;br /&gt;
&lt;br /&gt;
I used an ubuntu 10.04 desktop machine as my working environment for these instructions.&lt;br /&gt;
&lt;br /&gt;
1. Install rootstock: ‘sudo apt-get install rootstock qemu’&lt;br /&gt;
&lt;br /&gt;
Rootstock is a utility used to make a rootFS for a port&lt;br /&gt;
Qemu is required and for some reason was not installed at the same time&lt;br /&gt;
&lt;br /&gt;
2. make rootfs using rootstock. This may take several hours&lt;br /&gt;
&lt;br /&gt;
I used the following command but doing ‘man rootstock’ will give you a list of advanced commands&lt;br /&gt;
I set my distribution with -d to lucid because I wanted ubuntu 10.04&lt;br /&gt;
&lt;br /&gt;
the openssh-server will allow you to connect your gumstix to the internet and ssh in&lt;br /&gt;
&lt;br /&gt;
‘sudo rootstock -f “Gumstix” -l “gumstix” -p “overo” -n “Gumstix Overo&lt;br /&gt;
Ubuntu” -s lxde,gdm,openssh-server,x11vnc -t “America/Vancouver” –serial ttyS2 -d lucid –locale en_US.UTF-8′&lt;br /&gt;
&lt;br /&gt;
Note 1: the user gumstix and password overo do not work because the user does not get created properly. More on how to deal with that later&lt;br /&gt;
&lt;br /&gt;
Note 3: the lxde,gdm is good for a minimal install for use on a small device with limited power and storage space. Good for a headless system.&lt;br /&gt;
&lt;br /&gt;
Link for more info on making a rootfs&lt;br /&gt;
https://wiki.ubuntu.com/ARM/RootfsFromScratch&lt;br /&gt;
&lt;br /&gt;
3. Get MLO and u-boot from this link&lt;br /&gt;
http://www.sakoman.com/feeds/omap3/glibc/images/overo/201009091145/&lt;br /&gt;
&lt;br /&gt;
4. Get your kernel u-image This kernel is based on the 2.6.34 kernel. Newer and older kernels should work but you will have to find modules for that kernel. (see step 8 )&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/uImage-2.6.34-r88-overo.bin&lt;br /&gt;
&lt;br /&gt;
5. Format your microSD card as per usual&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/109.html&lt;br /&gt;
&lt;br /&gt;
6. put MLO, u-boot, u-image on microSD card boot partition&lt;br /&gt;
&lt;br /&gt;
7. extract generated rootfs to second partition&lt;br /&gt;
&lt;br /&gt;
8. Download and extract modules and copy them to second partition (where you extracted the rootfs)&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/modules-2.6.34-r88-overo.tgz&lt;br /&gt;
&lt;br /&gt;
9. On the second partition open the /etc/shadow file. ‘sudo gedit /path/to/second/partition/etc/shadow’&lt;br /&gt;
Delete the ‘*’ for the root entry. This will allow you to login as root and create a user.&lt;br /&gt;
&lt;br /&gt;
Note: remember to put the ‘*’ back after you have created a user so someone can’t login as root and screw up your system&lt;br /&gt;
&lt;br /&gt;
10. open the ‘/etc/network/interfaces’ file. ‘sudo gedit /path/to/second/partition/etc/network/interfaces’&lt;br /&gt;
add the following code to the bottom&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
You can now unmount the microSD card, place it in the gumstix and boot to it.&lt;br /&gt;
&lt;br /&gt;
Login using serial console using the gumstix instructions in the link below or you can plug an ethernet card in and ssh in&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Getting-started/109.html&lt;br /&gt;
&lt;br /&gt;
11. login as root and then create a user for yourself and give yourself sudo&lt;br /&gt;
sudo adduser youruser&lt;br /&gt;
sudo adduser youruser sudo&lt;br /&gt;
sudo apt-get install nano&lt;br /&gt;
nano /etc/shadow&lt;br /&gt;
&lt;br /&gt;
add the ‘*’ back in that we removed earlier&lt;br /&gt;
log out as root&lt;br /&gt;
&lt;br /&gt;
12. log in as your user&lt;br /&gt;
open the /etc/apt/sources.list file&lt;br /&gt;
&lt;br /&gt;
add the following lines if they are not present&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-updates main&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-security main&lt;br /&gt;
then close the file&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
13. Have fun&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_Ubuntu&amp;diff=4672</id>
		<title>Category:How to - Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_Ubuntu&amp;diff=4672"/>
				<updated>2010-09-28T02:21:55Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_Ubuntu&amp;diff=4671</id>
		<title>Category:How to - Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_Ubuntu&amp;diff=4671"/>
				<updated>2010-09-28T02:21:34Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;...&lt;br /&gt;
test&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category_talk:How_to_-_Ubuntu&amp;diff=4670</id>
		<title>Category talk:How to - Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category_talk:How_to_-_Ubuntu&amp;diff=4670"/>
				<updated>2010-09-28T02:21:15Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category_talk:How_to_-_Ubuntu&amp;diff=4669</id>
		<title>Category talk:How to - Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category_talk:How_to_-_Ubuntu&amp;diff=4669"/>
				<updated>2010-09-28T02:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;Nwadams: Installing Ubuntu 10.04 on Gumstix Overo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have installed Ubuntu 10.04 on a gumstix overo using a collection of instructions found online. A summary of the instructions is below for convenience. This is my first attempt and there are a few issues that I am going to try to resolve.&lt;br /&gt;
&lt;br /&gt;
I used an ubuntu 10.04 desktop machine as my working environment for these instructions.&lt;br /&gt;
&lt;br /&gt;
1. Install rootstock: ‘sudo apt-get install rootstock qemu’&lt;br /&gt;
Rootstock is a utility used to make a rootFS for a port&lt;br /&gt;
Qemu is needed, for some reason qemu was not installed automatically for me&lt;br /&gt;
&lt;br /&gt;
2. make rootfs using rootstock. This may take several hours&lt;br /&gt;
I used the following command but doing ‘man rootstock’ will give you a list of advanced commands&lt;br /&gt;
I set my distribution with -d to lucid because I wanted ubuntu 10.04&lt;br /&gt;
&lt;br /&gt;
the openssh-server will allow you to connect your gumstix to the internet and ssh in&lt;br /&gt;
&lt;br /&gt;
‘sudo rootstock -f “Gumstix” -l “gumstix” -p “overo” -n “Gumstix Overo&lt;br /&gt;
Ubuntu” -s lxde,gdm,openssh-server,x11vnc -t “America/Vancouver” --serial ttyS2 -d lucid --locale en_US.UTF-8′&lt;br /&gt;
&lt;br /&gt;
Note 1: the user gumstix and password overo do not work because the user does not get created properly. More on how to deal with that later&lt;br /&gt;
&lt;br /&gt;
Note 2: the lxde,gdm is good for a minimal install for use on a small device with limited power and storage space. Good for a headless system.&lt;br /&gt;
&lt;br /&gt;
Link for more info on making a rootfs&lt;br /&gt;
https://wiki.ubuntu.com/ARM/RootfsFromScratch&lt;br /&gt;
&lt;br /&gt;
3. Get MLO and u-boot from this link&lt;br /&gt;
http://www.sakoman.com/feeds/omap3/glibc/images/overo/201009091145/&lt;br /&gt;
&lt;br /&gt;
4. Get your kernel u-image This kernel is based on the 2.6.34 kernel. Newer and older kernels should work but you will have to find modules for that kernel. (see step 8 )&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/uImage-2.6.34-r88-overo.bin&lt;br /&gt;
&lt;br /&gt;
5. Format your microSD card as per usual&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/109.html&lt;br /&gt;
&lt;br /&gt;
6. put MLO, u-boot, u-image on microSD card boot partition&lt;br /&gt;
&lt;br /&gt;
7. extract generated rootfs to second partition&lt;br /&gt;
&lt;br /&gt;
8. Download and extract modules and copy them to second partition (where you extracted the rootfs)&lt;br /&gt;
http://dl.dropbox.com/u/211887/Ubuntu/modules-2.6.34-r88-overo.tgz&lt;br /&gt;
&lt;br /&gt;
9. On the second partition open the /etc/shadow file. ‘sudo gedit /path/to/second/partition/etc/shadow’&lt;br /&gt;
Delete the ‘*’ for the root entry. This will allow you to login as root and create a user.&lt;br /&gt;
&lt;br /&gt;
Note: remember to put the ‘*’ back after you have created a user so someone can’t login as root and screw up your system&lt;br /&gt;
&lt;br /&gt;
10. open the ‘/etc/network/interfaces’ file. ‘sudo gedit /path/to/second/partition/etc/network/interfaces’&lt;br /&gt;
&lt;br /&gt;
add the following code to the bottom&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
You can now unmount the microSD card, place it in the gumstix and boot to it.&lt;br /&gt;
&lt;br /&gt;
Login using serial console using the gumstix instructions in the link below or you can plug an ethernet cable in and ssh in&lt;br /&gt;
&lt;br /&gt;
http://www.gumstix.net/Documentation/view/Overo-Setup-and-Programming/Getting-started/109.html&lt;br /&gt;
&lt;br /&gt;
11. login as root and then create a user for yourself and give yourself sudo&lt;br /&gt;
sudo adduser youruser&lt;br /&gt;
sudo adduser youruser sudo&lt;br /&gt;
sudo apt-get install nano&lt;br /&gt;
nano /etc/shadow&lt;br /&gt;
&lt;br /&gt;
add the ‘*’ back in that we removed earlier&lt;br /&gt;
log out as root&lt;br /&gt;
&lt;br /&gt;
12. log in as your user&lt;br /&gt;
open the /etc/apt/sources.list file&lt;br /&gt;
&lt;br /&gt;
add the following lines if they are not present&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-updates main&lt;br /&gt;
deb http://ports.ubuntu.com/ubuntu-ports lucid-security main&lt;br /&gt;
&lt;br /&gt;
then close the file&lt;br /&gt;
&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
13. Have fun&lt;/div&gt;</summary>
		<author><name>Nwadams</name></author>	</entry>

	</feed>