<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Voyageur</id>
	<title>Pandora Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Voyageur"/>
	<link rel="alternate" type="text/html" href="https://pandorawiki.org/Special:Contributions/Voyageur"/>
	<updated>2026-05-03T01:07:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0-alpha</generator>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Gentoo&amp;diff=29801</id>
		<title>Gentoo</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Gentoo&amp;diff=29801"/>
		<updated>2014-06-24T18:56:15Z</updated>

		<summary type="html">&lt;p&gt;Voyageur: Style fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lead_Photo_For_Gentoo0-3487219834854004.jpg|thumbnail|Gentoo running on Alec' pandora]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://boards.openpandora.org/topic/16315-gentoo-for-pandora-release-201405/ forum thread]&lt;br /&gt;
&lt;br /&gt;
* Razor-qt 0.5.2 desktop&lt;br /&gt;
* Over 500 pre-built packages, including: Firefox 29.0, GIMP 2.8.10, QtCreator 2.8.1, gdb 7.6.2, Valgrind 3.9.0, gcc 4.7.3&lt;br /&gt;
* All the packages were built for Cortex-A8 (softfp), mostly Gentoo arm stable&lt;br /&gt;
&lt;br /&gt;
=== '''Installation''' requirements===&lt;br /&gt;
* '''Pandora''' All versions fine?&lt;br /&gt;
* '''SD card''' Minimum 2GB&lt;br /&gt;
&lt;br /&gt;
=== '''Download''' the gentoo image ===&lt;br /&gt;
* [http://gentoo.openpandora.org/images Images]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# wget http://gentoo.openpandora.org/images/gentoo-pandora-2014.05.tar.bz2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Partition''' the SD card ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# mkfs.ext2 -L boot /dev/mmcblk0p1&lt;br /&gt;
# mkfs.ext4 -L gentoo -E stride=2,stripe-width=1024 /dev/mmcblk0p2&lt;br /&gt;
# mkdir -p /mnt/gentoo&lt;br /&gt;
# mount /dev/mmcblk0p2 /mnt/gentoo&lt;br /&gt;
# mkdir /mnt/gentoo/boot&lt;br /&gt;
# mount /dev/mmcblk0p1 /mnt/gentoo/boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Extract''' Gentoo onto the SD card partitions ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# tar xapvf gentoo-pandora-2014.05.tar.bz2 -C /mnt/gentoo&lt;br /&gt;
# umount /mnt/gentoo/boot&lt;br /&gt;
# umount /mnt/gentoo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ''' Wireless ''' ===&lt;br /&gt;
# Click the wifi icon in the tray.&lt;br /&gt;
# In the window, press scan.&lt;br /&gt;
# &amp;quot;Double-click&amp;quot; your network (hit right nub up, might take a few tries if it's not tuned)&lt;br /&gt;
# Fill in the auth info and hit enter&lt;br /&gt;
# You should be connected now. It now will connect every time Gentoo starts.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing packages''' === &lt;br /&gt;
[http://gentoo.openpandora.org/packages available packages]&lt;br /&gt;
* Open a terminal and run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# $ su - &lt;br /&gt;
# Password:&lt;br /&gt;
# emerge -avK htop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Updating the system using binary packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# emerge -auvDK @world &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Build portage tree to install prebuilt packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# emerge --sync          (will take a while the first time)&lt;br /&gt;
# emerge -av wgetpaste&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Voyageur</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Gentoo&amp;diff=29800</id>
		<title>Gentoo</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Gentoo&amp;diff=29800"/>
		<updated>2014-06-24T18:45:21Z</updated>

		<summary type="html">&lt;p&gt;Voyageur: /* Extract Gentoo onto the SD card partitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lead_Photo_For_Gentoo0-3487219834854004.jpg|thumbnail|Gentoo running on Alec' pandora]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://boards.openpandora.org/topic/16315-gentoo-for-pandora-release-201405/ forum thread]&lt;br /&gt;
&lt;br /&gt;
* Razor-qt 0.5.2 desktop&lt;br /&gt;
* Over 500 pre-built packages, including: Firefox 29.0, GIMP 2.8.10, QtCreator 2.8.1, gdb 7.6.2, Valgrind 3.9.0, gcc 4.7.3&lt;br /&gt;
* All the packages were built for Cortex-A8 (softfp), mostly Gentoo arm stable&lt;br /&gt;
&lt;br /&gt;
=== '''Installation''' requirements===&lt;br /&gt;
* '''Pandora''' All versions fine?&lt;br /&gt;
* '''SD card''' Minimum 2GB&lt;br /&gt;
&lt;br /&gt;
==== '''Download''' the gentoo image ====&lt;br /&gt;
* [http://gentoo.openpandora.org/images]&lt;br /&gt;
&lt;br /&gt;
# wget http://gentoo.openpandora.org/images/gentoo-pandora-2014.05.tar.bz2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== '''Partition''' the SD card ====&lt;br /&gt;
&lt;br /&gt;
# mkfs.ext2 -L boot /dev/mmcblk0p1&lt;br /&gt;
# mkfs.ext4 -L gentoo -E stride=2,stripe-width=1024 /dev/mmcblk0p2&lt;br /&gt;
# mkdir -p /mnt/gentoo# mount /dev/mmcblk0p2 /mnt/gentoo&lt;br /&gt;
# mkdir /mnt/gentoo/boot&lt;br /&gt;
# mount /dev/mmcblk0p1 /mnt/gentoo/boot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Extract''' Gentoo onto the SD card partitions ===&lt;br /&gt;
&lt;br /&gt;
# tar xapvf gentoo-pandora-2014.05.tar.bz2 -C /mnt/gentoo&lt;br /&gt;
# umount /mnt/gentoo/boot&lt;br /&gt;
# umount /mnt/gentoo&lt;br /&gt;
&lt;br /&gt;
=== ''' Wireless ''' ===&lt;br /&gt;
&lt;br /&gt;
# Click the wifi icon in the tray.&lt;br /&gt;
# In the window, press scan.&lt;br /&gt;
# &amp;quot;Double-click&amp;quot; your network (hit right nub up, might take a few tries if it's not tuned)&lt;br /&gt;
# Fill in the auth info and hit enter&lt;br /&gt;
# You should be connected now. It now will connect every time Gentoo starts.&lt;br /&gt;
&lt;br /&gt;
==== '''Installing packages''' ==== &lt;br /&gt;
[http://gentoo.openpandora.org/packages available packages]&lt;br /&gt;
* Open a terminal and run:&lt;br /&gt;
# $ su - &lt;br /&gt;
# Password:&lt;br /&gt;
# emerge -avK htop&lt;br /&gt;
&lt;br /&gt;
* Updating the system using binary packages:&lt;br /&gt;
&lt;br /&gt;
# emerge -auvDK @world &lt;br /&gt;
&lt;br /&gt;
* Build portage tree to install prebuilt packages:&lt;br /&gt;
&lt;br /&gt;
# emerge --sync          (will take a while the first time)&lt;br /&gt;
# emerge -av wgetpaste&lt;/div&gt;</summary>
		<author><name>Voyageur</name></author>
		
	</entry>
</feed>