<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.openmoko.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Laen&amp;feedformat=atom</id>
		<title>Openmoko - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Laen&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Special:Contributions/Laen"/>
		<updated>2013-06-19T01:41:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.6</generator>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Qi</id>
		<title>Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Qi"/>
				<updated>2008-12-10T06:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Qi is a boot manager. It is designed to replace [[Uboot|uBoot]]. But Qi will be simpler and faster.&lt;br /&gt;
&lt;br /&gt;
==Concept==&lt;br /&gt;
Qi's concept is it leaves everything possible to Linux, that includes even the video init. Therefore Qi does NOT provide a boot menu. The usual NOR uBoot menu you use to flash your Neo (Aux first, power second, wait for menu) of course works fine, but if you try the usual procedure to fire up NAND uBoot (Power first, aux second, wait for menu) you get no response.  (not even the 'backlighted black screen')&lt;br /&gt;
&lt;br /&gt;
==Partitions==&lt;br /&gt;
Qi will boot from any kernel named uImage-GTA0[123...].bin in the /boot folder in the root of an ext2 or ext3&lt;br /&gt;
partition on the uSD card.&lt;br /&gt;
* Qi looks for a kernel in the first, second and third partition, silently ignoring FAT partitions.&lt;br /&gt;
* Qi expects the / (root) filesystem to be on the same partition as /boot.&lt;br /&gt;
* If both uImage-GTA02 and uImage-GTA03 files are present, Qi loads the right one for the machine.&lt;br /&gt;
&lt;br /&gt;
Failing to find a kernel in the SD card, Qi will boot from the kernel in NAND (if the kernel works of course, see below). Failing to find a valid kernel, Qi perform a memory test. It means that one can either move kernels out of the way to get the memory test, or make an SD Card just with normal Qi on it and no kernels to get a memory test.&lt;br /&gt;
* Up to Nov. 28th, Qi would blink the blue Power LED a fraction of a second every 10 secs or so to say ''nothing valid to boot''.&lt;br /&gt;
&lt;br /&gt;
== Download and installation ==&lt;br /&gt;
The daily download is a ''qi-s3cXXXX-andy_somenumber.udfu'' file at http://people.openmoko.org/andy/ .&lt;br /&gt;
(look at your dmesg output for the CPU to pick the right s3c* version.)&lt;br /&gt;
&lt;br /&gt;
The installation should be flashing like;&lt;br /&gt;
 # dfu-util -a u-boot -R -D qi-s3c6410-andy_8589b40295653557.udfu&lt;br /&gt;
&lt;br /&gt;
===Source code===&lt;br /&gt;
git://git.openmoko.org/git/qi.git , http://git.openmoko.org/?p=qi.git;a=summary .&lt;br /&gt;
One can also just use strings(1) on the .udfu file to get an idea of where Qi currently looks for files.&lt;br /&gt;
&lt;br /&gt;
==Enabling console messages==&lt;br /&gt;
[http://lists.openmoko.org/pipermail/openmoko-kernel/2008-November/006812.html]&lt;br /&gt;
If it's SD Card boot, just create a text file, e.g., for a [[GTA02]] use&lt;br /&gt;
 /boot/append-GTA02&lt;br /&gt;
on the rootfs in question, put in there&lt;br /&gt;
 console=tty0 loglevel=8&lt;br /&gt;
and you'll see the messages on boot.  If it's NAND right now you need to edit the default commandline in Qi for gta02.&lt;br /&gt;
&lt;br /&gt;
==SD Initialisation==&lt;br /&gt;
If you don't specify loglevel=8 in append-GTAXX, and booting fails with a &amp;quot;VFS: Cannot open root device &amp;quot;mmcblk0p1&amp;quot; or unknown-block(2,0)&amp;quot;, the SD card needs a little bit more time to initialise.&lt;br /&gt;
&lt;br /&gt;
Put a &amp;quot;rootdelay=&amp;quot; in append-GTAXX like so:&lt;br /&gt;
 rootdelay=1&lt;br /&gt;
&lt;br /&gt;
== Testing speed improvements ==&lt;br /&gt;
&lt;br /&gt;
Stopwatch results on Qi (error is approx ±1/2 second):&lt;br /&gt;
&lt;br /&gt;
Booting SHR image with uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:07 splash screen appears&lt;br /&gt;
* 0:15 drops to console showing kernel messages scrolling by for ~1 minute&lt;br /&gt;
* 1:18 Openmoko 'please wait' splash&lt;br /&gt;
* 1:31 desktop animated splash&lt;br /&gt;
* 2:38 finished booting&lt;br /&gt;
&lt;br /&gt;
Booting identical setup with Qi flashed over uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:06 backlit black&lt;br /&gt;
* 0:13 please wait booting... (only this text on console for next 38 seconds)&lt;br /&gt;
* 0:51 Angstrom console message (at the end of kernel output with uBoot, but ONLY text display to appear throughout this stage with Qi)&lt;br /&gt;
* 0:54 Openmoko 'please wait' splash&lt;br /&gt;
* 1:05 desktop animated splash&lt;br /&gt;
* 1:54 finished booting&lt;br /&gt;
&lt;br /&gt;
So for this particular configuration, it reduced time-to-desktop by about 28%, about 44 seconds.  Surprisingly, the later segments of booting (desktop) were also noticeably faster than with uBoot - One would have expected just the fist stages up until init (kernel finished establishing itself) to be faster.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Qi won't boot the 'first try' after power restored - the tester didn't count that first 10 seconds for Qi to be fair to its booting speed, not penalize it for what appears to be a bug that bears no relation to actual boot speed).&lt;br /&gt;
* The current (Oct. 12, 2008) 2.6.27 kernel does not boot from the build-in flash NAND. It only works from the uSD boot on ext3. If one tries to boot it from the flash, then AUX red LED blinks ~4/sec. This means kernel panic... It's panicking because it has no rootfs because it can't mount the jffs2 because of the CRC errors because there is a bug that the mtd are not done properly.&lt;br /&gt;
* Qi often doesn't want to resume after suspend.&lt;br /&gt;
* Qi is able to load kernels larger than 2MB correctly, uBoot has a bug.&lt;br /&gt;
&lt;br /&gt;
== LED codes summary ==&lt;br /&gt;
&lt;br /&gt;
* One Blue shine every ~10 second: did not found any valid kernel to boot&lt;br /&gt;
* About four RED shines per second: kernel panic.&lt;br /&gt;
&lt;br /&gt;
[[Category:System Developers]]&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Qi</id>
		<title>Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Qi"/>
				<updated>2008-12-10T06:05:33Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Qi is a boot manager. It is designed to replace [[Uboot|uBoot]]. But Qi will be simpler and faster.&lt;br /&gt;
&lt;br /&gt;
==Concept==&lt;br /&gt;
Qi's concept is it leaves everything possible to Linux, that includes even the video init. Therefore Qi does NOT provide a boot menu. The usual NOR uBoot menu you use to flash your Neo (Aux first, power second, wait for menu) of course works fine, but if you try the usual procedure to fire up NAND uBoot (Power first, aux second, wait for menu) you get no response.  (not even the 'backlighted black screen')&lt;br /&gt;
&lt;br /&gt;
==Partitions==&lt;br /&gt;
Qi will boot from any kernel named uImage-GTA0[123...].bin in the /boot folder in the root of an ext2 or ext3&lt;br /&gt;
partition on the uSD card.&lt;br /&gt;
* Qi looks for a kernel in the first, second and third partition, silently ignoring FAT partitions.&lt;br /&gt;
* Qi expects the / (root) filesystem to be on the same partition as /boot.&lt;br /&gt;
* If both uImage-GTA02 and uImage-GTA03 files are present, Qi loads the right one for the machine.&lt;br /&gt;
&lt;br /&gt;
Failing to find a kernel in the SD card, Qi will boot from the kernel in NAND (if the kernel works of course, see below). Failing to find a valid kernel, Qi perform a memory test. It means that one can either move kernels out of the way to get the memory test, or make an SD Card just with normal Qi on it and no kernels to get a memory test.&lt;br /&gt;
* Up to Nov. 28th, Qi would blink the blue Power LED a fraction of a second every 10 secs or so to say ''nothing valid to boot''.&lt;br /&gt;
&lt;br /&gt;
== Download and installation ==&lt;br /&gt;
The daily download is a ''qi-s3cXXXX-andy_somenumber.udfu'' file at http://people.openmoko.org/andy/ .&lt;br /&gt;
(look at your dmesg output for the CPU to pick the right s3c* version.)&lt;br /&gt;
&lt;br /&gt;
The installation should be flashing like;&lt;br /&gt;
 # dfu-util -a u-boot -R -D qi-s3c6410-andy_8589b40295653557.udfu&lt;br /&gt;
&lt;br /&gt;
===Source code===&lt;br /&gt;
git://git.openmoko.org/git/qi.git , http://git.openmoko.org/?p=qi.git;a=summary .&lt;br /&gt;
One can also just use strings(1) on the .udfu file to get an idea of where Qi currently looks for files.&lt;br /&gt;
&lt;br /&gt;
==Enabling console messages==&lt;br /&gt;
[http://lists.openmoko.org/pipermail/openmoko-kernel/2008-November/006812.html]&lt;br /&gt;
If it's SD Card boot, just create a text file, e.g., for a [[GTA02]] use&lt;br /&gt;
 /boot/append-GTA02&lt;br /&gt;
on the rootfs in question, put in there&lt;br /&gt;
 console=tty0 loglevel=8&lt;br /&gt;
and you'll see the messages on boot.  If it's NAND right now you need to edit the default commandline in Qi for gta02.&lt;br /&gt;
&lt;br /&gt;
== Testing speed improvements ==&lt;br /&gt;
&lt;br /&gt;
Stopwatch results on Qi (error is approx ±1/2 second):&lt;br /&gt;
&lt;br /&gt;
Booting SHR image with uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:07 splash screen appears&lt;br /&gt;
* 0:15 drops to console showing kernel messages scrolling by for ~1 minute&lt;br /&gt;
* 1:18 Openmoko 'please wait' splash&lt;br /&gt;
* 1:31 desktop animated splash&lt;br /&gt;
* 2:38 finished booting&lt;br /&gt;
&lt;br /&gt;
Booting identical setup with Qi flashed over uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:06 backlit black&lt;br /&gt;
* 0:13 please wait booting... (only this text on console for next 38 seconds)&lt;br /&gt;
* 0:51 Angstrom console message (at the end of kernel output with uBoot, but ONLY text display to appear throughout this stage with Qi)&lt;br /&gt;
* 0:54 Openmoko 'please wait' splash&lt;br /&gt;
* 1:05 desktop animated splash&lt;br /&gt;
* 1:54 finished booting&lt;br /&gt;
&lt;br /&gt;
So for this particular configuration, it reduced time-to-desktop by about 28%, about 44 seconds.  Surprisingly, the later segments of booting (desktop) were also noticeably faster than with uBoot - One would have expected just the fist stages up until init (kernel finished establishing itself) to be faster.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Qi won't boot the 'first try' after power restored - the tester didn't count that first 10 seconds for Qi to be fair to its booting speed, not penalize it for what appears to be a bug that bears no relation to actual boot speed).&lt;br /&gt;
* The current (Oct. 12, 2008) 2.6.27 kernel does not boot from the build-in flash NAND. It only works from the uSD boot on ext3. If one tries to boot it from the flash, then AUX red LED blinks ~4/sec. This means kernel panic... It's panicking because it has no rootfs because it can't mount the jffs2 because of the CRC errors because there is a bug that the mtd are not done properly.&lt;br /&gt;
* Qi often doesn't want to resume after suspend.&lt;br /&gt;
* Qi is able to load kernels larger than 2MB correctly, uBoot has a bug.&lt;br /&gt;
&lt;br /&gt;
== LED codes summary ==&lt;br /&gt;
&lt;br /&gt;
* One Blue shine every ~10 second: did not found any valid kernel to boot&lt;br /&gt;
* About four RED shines per second: kernel panic.&lt;br /&gt;
&lt;br /&gt;
[[Category:System Developers]]&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Qi</id>
		<title>Talk:Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Qi"/>
				<updated>2008-12-10T06:03:51Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Qi Kernel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;will it boot jffs2 on flash ?&lt;br /&gt;
--kd8ikt&lt;br /&gt;
&lt;br /&gt;
== dmesg output ==&lt;br /&gt;
&lt;br /&gt;
With ''`uname -a`'' = ''&amp;quot;Linux om-gta02 2.6.24 #1 PREEMPT Tue Dec 2 15:02:59 CST 2008 armv4tl unknown&amp;quot;'', dmesg outputs '''s3c2440''' on GTA02 Revision: 0360.&lt;br /&gt;
'''qi-s3c2442-master''' works fine on it.&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Qi</id>
		<title>Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Qi"/>
				<updated>2008-12-09T19:50:22Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Qi is a boot manager. It is designed to replace [[Uboot|uBoot]]. But Qi will be simpler and faster.&lt;br /&gt;
&lt;br /&gt;
==Concept==&lt;br /&gt;
Qi's concept is it leaves everything possible to Linux, that includes even the video init. Therefore Qi does NOT provide a boot menu. The usual NOR uBoot menu you use to flash your Neo (Aux first, power second, wait for menu) of course works fine, but if you try the usual procedure to fire up NAND uBoot (Power first, aux second, wait for menu) you get no response.  (not even the 'backlighted black screen')&lt;br /&gt;
&lt;br /&gt;
==Partitions==&lt;br /&gt;
Qi will boot from any kernel named uImage-GTA0[123...].bin in the /boot folder in the root of an ext2 or ext3&lt;br /&gt;
partition on the uSD card.&lt;br /&gt;
* Qi looks for a kernel in the first, second and third partition, silently ignoring FAT partitions.&lt;br /&gt;
* Qi expects the / (root) filesystem to be on the same partition as /boot.&lt;br /&gt;
* If both uImage-GTA02 and uImage-GTA03 files are present, Qi loads the right one for the machine.&lt;br /&gt;
&lt;br /&gt;
Failing to find a kernel in the SD card, Qi will boot from the kernel in NAND (if the kernel works of course, see below). Failing to find a valid kernel, Qi perform a memory test. It means that one can either move kernels out of the way to get the memory test, or make an SD Card just with normal Qi on it and no kernels to get a memory test.&lt;br /&gt;
* Up to Nov. 28th, Qi would blink the blue Power LED a fraction of a second every 10 secs or so to say ''nothing valid to boot''.&lt;br /&gt;
&lt;br /&gt;
== Download and installation ==&lt;br /&gt;
The daily download is a ''qi-s3cXXXX-andy_somenumber.udfu'' file at http://people.openmoko.org/andy/ .&lt;br /&gt;
(look at your dmesg output for the CPU to pick the right s3c* version.)&lt;br /&gt;
&lt;br /&gt;
The installation should be flashing like;&lt;br /&gt;
 # dfu-util -a u-boot -R -D qi-s3c6410-andy_8589b40295653557.udfu&lt;br /&gt;
&lt;br /&gt;
===Source code===&lt;br /&gt;
git://git.openmoko.org/git/qi.git , http://git.openmoko.org/?p=qi.git;a=summary .&lt;br /&gt;
One can also just use strings(1) on the .udfu file to get an idea of where Qi currently looks for files.&lt;br /&gt;
&lt;br /&gt;
==Enabling console messages==&lt;br /&gt;
[http://lists.openmoko.org/pipermail/openmoko-kernel/2008-November/006812.html]&lt;br /&gt;
If it's SD Card boot, just create a text file, e.g., for a [[GTA02]] use&lt;br /&gt;
 /boot/append-GTA02&lt;br /&gt;
on the rootfs in question, put in there&lt;br /&gt;
 console=tty0 loglevel=8&lt;br /&gt;
and you'll see the messages on boot.  If it's NAND right now you need to edit the default commandline in Qi for gta02.&lt;br /&gt;
&lt;br /&gt;
== Testing speed improvements ==&lt;br /&gt;
&lt;br /&gt;
Stopwatch results on Qi (error is approx ±1/2 second):&lt;br /&gt;
&lt;br /&gt;
Booting SHR image with uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:07 splash screen appears&lt;br /&gt;
* 0:15 drops to console showing kernel messages scrolling by for ~1 minute&lt;br /&gt;
* 1:18 Openmoko 'please wait' splash&lt;br /&gt;
* 1:31 desktop animated splash&lt;br /&gt;
* 2:38 finished booting&lt;br /&gt;
&lt;br /&gt;
Booting identical setup with Qi flashed over uBoot:&lt;br /&gt;
* 0:00 power button held down&lt;br /&gt;
* 0:06 backlit black&lt;br /&gt;
* 0:13 please wait booting... (only this text on console for next 38 seconds)&lt;br /&gt;
* 0:51 Angstrom console message (at the end of kernel output with uBoot, but ONLY text display to appear throughout this stage with Qi)&lt;br /&gt;
* 0:54 Openmoko 'please wait' splash&lt;br /&gt;
* 1:05 desktop animated splash&lt;br /&gt;
* 1:54 finished booting&lt;br /&gt;
&lt;br /&gt;
So for this particular configuration, it reduced time-to-desktop by about 28%, about 44 seconds.  Surprisingly, the later segments of booting (desktop) were also noticeably faster than with uBoot - One would have expected just the fist stages up until init (kernel finished establishing itself) to be faster.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Qi won't boot the 'first try' after power restored - the tester didn't count that first 10 seconds for Qi to be fair to its booting speed, not penalize it for what appears to be a bug that bears no relation to actual boot speed).&lt;br /&gt;
* The current (Oct. 12, 2008) 2.6.27 kernel does not boot from the build-in flash NAND. It only works from the uSD boot on ext3. If one tries to boot it from the flash, then AUX red LED blinks ~4/sec. This means kernel panic... It's panicking because it has no rootfs because it can't mount the jffs2 because of the CRC errors because there is a bug that the mtd are not done properly.&lt;br /&gt;
* Qi often doesn't want to resume after suspend.&lt;br /&gt;
* Qi is able to load kernels larger than 2MB correctly, uBoot has a bug.&lt;br /&gt;
* Without &amp;quot;console=tty0 loglevel=8&amp;quot; in append-GTA02, and especially the loglevel variable, Qi fails to boot the SD, claiming it has an unknown root device (2,0).&lt;br /&gt;
&lt;br /&gt;
== LED codes summary ==&lt;br /&gt;
&lt;br /&gt;
* One Blue shine every ~10 second: did not found any valid kernel to boot&lt;br /&gt;
* About four RED shines per second: kernel panic.&lt;br /&gt;
&lt;br /&gt;
[[Category:System Developers]]&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Qi</id>
		<title>Talk:Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Qi"/>
				<updated>2008-12-09T01:52:49Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Qi Kernel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;will it boot jffs2 on flash ?&lt;br /&gt;
--kd8ikt&lt;br /&gt;
&lt;br /&gt;
== dmesg output ==&lt;br /&gt;
&lt;br /&gt;
With ''`uname -a`'' = ''&amp;quot;Linux om-gta02 2.6.24 #1 PREEMPT Tue Dec 2 15:02:59 CST 2008 armv4tl unknown&amp;quot;'', dmesg outputs '''s3c2440''' on GTA02 Revision: 0360.&lt;br /&gt;
'''qi-s3c2442-master''' works fine on it.&lt;br /&gt;
&lt;br /&gt;
== Qi Kernel ==&lt;br /&gt;
&lt;br /&gt;
The page isn't telling anything about the Qi kernel (uImage-moredrivers-GTA02_andy-tracking_49cff03d0e867b06.bin). Is that a requirement, good idea, or not nessecairy at all?&lt;br /&gt;
--[[User:Laen|Laen]] 01:51, 9 December 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Qi</id>
		<title>Talk:Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Qi"/>
				<updated>2008-12-09T01:51:45Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;will it boot jffs2 on flash ?&lt;br /&gt;
--kd8ikt&lt;br /&gt;
&lt;br /&gt;
== dmesg output ==&lt;br /&gt;
&lt;br /&gt;
With ''`uname -a`'' = ''&amp;quot;Linux om-gta02 2.6.24 #1 PREEMPT Tue Dec 2 15:02:59 CST 2008 armv4tl unknown&amp;quot;'', dmesg outputs '''s3c2440''' on GTA02 Revision: 0360.&lt;br /&gt;
'''qi-s3c2442-master''' works fine on it.&lt;br /&gt;
&lt;br /&gt;
== Qi Kernel ==&lt;br /&gt;
&lt;br /&gt;
The page isn't telling anything about the Qi kernel. Is that a requirement, good idea, or not nessecairy at all?&lt;br /&gt;
--[[User:Laen|Laen]] 01:51, 9 December 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands</id>
		<title>Openmoko Local Groups: Netherlands</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands"/>
				<updated>2008-11-13T21:59:10Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Possible Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Possible Participants ===&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Level of Interest&lt;br /&gt;
!Ordered version&lt;br /&gt;
!Location&lt;br /&gt;
!Other&lt;br /&gt;
|-&lt;br /&gt;
|[[User:CathodioN|Geert Schuring]]&lt;br /&gt;
|Java EE, XML, UML&lt;br /&gt;
|Would like to develop Server components&lt;br /&gt;
|&lt;br /&gt;
|Ede, Gelderland&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever.&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Kero|Kero]]&lt;br /&gt;
|Ruby&lt;br /&gt;
|dbus and pim applications&lt;br /&gt;
|Base GTA01BV4&lt;br /&gt;
|Eindhoven&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Ericsmith|Eric Smith]]&lt;br /&gt;
|Perl, Linux, VoIP&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Amsterdam&lt;br /&gt;
|Share Ideas, VoIP, GPS, SyncML&lt;br /&gt;
|-&lt;br /&gt;
|[[User:das_nl|Daniel Peptu]]&lt;br /&gt;
| C/C++, Java, .Net, Python&lt;br /&gt;
|&lt;br /&gt;
|Adv. kit GTA01BV4&lt;br /&gt;
|Den Haag&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Boudewijn|Boudewijn]]&lt;br /&gt;
|general&lt;br /&gt;
|Looking for some participants in a group order&lt;br /&gt;
|&lt;br /&gt;
|Zwolle&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:tHe_IkkE|Walter Goossens]]&lt;br /&gt;
|(ARM)Kernel programming, OpenEmbedded, C/C++, Java, VHDL&lt;br /&gt;
|Would like to contribute to the kernel and other low-level stuff&lt;br /&gt;
|Adv. kit GTA01BV4&lt;br /&gt;
|Tilburg&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Noud|Noud de Brouwer]]&lt;br /&gt;
|software development&lt;br /&gt;
|NetBSD on-top the Neo 1973&lt;br /&gt;
|qemu&lt;br /&gt;
|Goirle&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Marnix.klooster|Marnix Klooster]]&lt;br /&gt;
|C/C++, Java, Python, Perl&lt;br /&gt;
|&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Veenendaal&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:ChristW|Christ van Willegen]]&lt;br /&gt;
|C/C++&lt;br /&gt;
|OpenStreetMap stuff&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Eindhoven&lt;br /&gt;
|Looking for group-order participants&lt;br /&gt;
|-&lt;br /&gt;
|[[User:KenSentMe|Jeroen van de Nieuwenhof]]&lt;br /&gt;
|Journalist&lt;br /&gt;
|Looking for group-order participants&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Griendtsveen (LB)&lt;br /&gt;
|Interested in gps opportunities&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Nicolas|Nico Veenkamp]]&lt;br /&gt;
|Projectmanagement&lt;br /&gt;
|Looking for group-order participants&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Nijkerk (GLD)&lt;br /&gt;
|Interested in all kinds of usage for the freerunner&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Charlesh65|Charles Hurenkamp]]&lt;br /&gt;
|ICT Consultancy&lt;br /&gt;
|Looking for group-order participants&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Apeldoorn (GLD)&lt;br /&gt;
|Just interested ...&lt;br /&gt;
|-&lt;br /&gt;
|[[User:akrabbe|Albert Krabbe]]&lt;br /&gt;
|I&amp;amp;A Adviseur&lt;br /&gt;
|Looking for group-order participants&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Haren (GN)&lt;br /&gt;
|Just interested ...&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[User:trickie|Nick Loeve]]&lt;br /&gt;
|Developer&lt;br /&gt;
|Linux kernel, bootloader, OpenEmbedded, C&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Amsterdam&lt;br /&gt;
|Willing to help organise a meetup&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Madjo|Marcel de Jong]]&lt;br /&gt;
|Software test engineer&lt;br /&gt;
|Testing applications, Open Streetmap&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Bergen op Zoom&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:rutgerbazen|Rutger Bazen]]&lt;br /&gt;
|General&lt;br /&gt;
|Aiming to improve skill/knowledge.&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Bodegraven&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Laen|Marvin Vek]]&lt;br /&gt;
|Unix Consultant&lt;br /&gt;
|Planning to get Gentoo running on the FreeRunner&lt;br /&gt;
|Neo FreeRunner&lt;br /&gt;
|Heerlen&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:50:01Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Status =&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020mAh Li-ion 3.7V)&lt;br /&gt;
* Sandisk Mobile Ultra MicroSDHC 8GB Class 6 w/ reader (SDSDQY-81920E11M)&lt;br /&gt;
&lt;br /&gt;
== Currently installed ==&lt;br /&gt;
* NAND: Qtextended&lt;br /&gt;
* MicroSD: Debian&lt;br /&gt;
* MicroSDHC: Unused&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activity =&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:41:11Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Status =&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
* Sandisk Mobile Ultra MicroSDHC 8GB Class 6 w/ reader (SDSDQY-81920E11M)&lt;br /&gt;
&lt;br /&gt;
== Currently installed ==&lt;br /&gt;
* NAND: Qtextended&lt;br /&gt;
* MicroSD: Debian&lt;br /&gt;
* MicroSDHC: Unused&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Activity =&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:39:01Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware:&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
* Sandisk Mobile Ultra MicroSDHC 8GB Class 6 w/ reader (SDSDQY-81920E11M)&lt;br /&gt;
&lt;br /&gt;
Currently installed:&lt;br /&gt;
* NAND: Qtextended&lt;br /&gt;
* MicroSD: Debian&lt;br /&gt;
* MicroSDHC: Unused.&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:38:07Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware:&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
* Sandisk Mobile Ultra MicroSDHC 8GB Class 6 w/ reader (SDSDQY-81920E11M)&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;br /&gt;
&lt;br /&gt;
Currently installed:&lt;br /&gt;
* NAND: Qtextended&lt;br /&gt;
* MicroSD: Debian&lt;br /&gt;
* MicroSDHC: Unused.&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:36:03Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware:&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
* Sandisk Mobile Ultra MicroSDHC 8GB Class 6 w/ reader (SDSDQY-81920E11M)&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:33:42Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware:&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935) (FCC ID: EUNGTA02E)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:32:12Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hardware:&lt;br /&gt;
* Openmoko Inc. GTA02 (S/N: 8A8906526) (P/N: 56-21175-00) (Date Code: 20080935)&lt;br /&gt;
* Shipped Transcend MicroSD 512MB (MM4GR512UACY-PA | 82710000 745)&lt;br /&gt;
* Shipped Pouch&lt;br /&gt;
* Shipped FIC GTA02 Standard Battery Pack (1200mAh Li-ion 3.7V) x 2&lt;br /&gt;
* Donated Nokia BL-5C Battery (1020 mAh 3.7V)&lt;br /&gt;
&lt;br /&gt;
Topics:&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Laen</id>
		<title>User:Laen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Laen"/>
				<updated>2008-11-13T21:23:42Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: New page: O hai!  * http://wiki.openmoko.org/wiki/Talk:Qi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;O hai!&lt;br /&gt;
&lt;br /&gt;
* http://wiki.openmoko.org/wiki/Talk:Qi&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Qi</id>
		<title>Talk:Qi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Qi"/>
				<updated>2008-11-13T21:21:46Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: New page: It could be me, but afai could see, the qi-s3c6410-andy_*.udfu is for the GTA03, even though that one flashed fine onto the GTA02. And it had sound. After all, i flashed it with the qi-s3c...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It could be me, but afai could see, the qi-s3c6410-andy_*.udfu is for the GTA03, even though that one flashed fine onto the GTA02. And it had sound. After all, i flashed it with the qi-s3c6410-andy_*.udfu, and that one gives me sound too. However, both tested with a Debian install on it.&lt;br /&gt;
&lt;br /&gt;
The other thing that bugs me though, is that it still says &amp;quot;U-Boot 1.2.3-moko12 (May 9..&amp;quot; at the top of the menu. Does that have to do with the splash, or did my flash of Qi fail?&lt;br /&gt;
&lt;br /&gt;
--[[User:Laen|Laen]] 21:21, 13 November 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Supported_microSD_cards</id>
		<title>Supported microSD cards</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Supported_microSD_cards"/>
				<updated>2008-11-04T11:44:23Z</updated>
		
		<summary type="html">&lt;p&gt;Laen: /* Cards by Vendor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{todo|Maybe reformat table, see discussion page}}&lt;br /&gt;
&lt;br /&gt;
There are a plethora of Transflash / microSD / SDHC (Secure Digital High Capacity) cards out there.&lt;br /&gt;
&lt;br /&gt;
The Neo FreeRunner supports up to 8GB SDHC cards.&lt;br /&gt;
&lt;br /&gt;
Some microSD cards appear to be too slow to work with the current default settings of the glamo driver, so some specific parameters must be set in uboot to use them (see https://docs.openmoko.org/trac/ticket/1743, and corresponding notes in the tables bellow).&lt;br /&gt;
&lt;br /&gt;
There had been a [http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=677 bug] in the SD device driver (s3cmci) which caused some trouble. Please make sure you use a post-september 4th kernel which applies our kernel patchset rev2832 or higher.&lt;br /&gt;
&lt;br /&gt;
Booting from SDHC requires a u-boot from 2008-07-23 or later. '''But pay attention''' : there are problems with SDHC cards at suspend time. More details from [[Booting from SD#Booting_from_SDHC_.2F_suspend_problems|Booting from SD]]&lt;br /&gt;
&lt;br /&gt;
Note that most vendors are using an irritating way of labeling the capacity of their cards (They are using the factor 1000 instead of 1024 for KB and MB). Therefore the real capacity of these cards will be about 5% less than the vendor's specification. For example, cards labelled ''6 GB'' will only have 5.7 GB of storage capacity.&lt;br /&gt;
&lt;br /&gt;
If you use a card not listed here, please add to this table.&lt;br /&gt;
&lt;br /&gt;
== Cards by Vendor ==&lt;br /&gt;
{| border=1 |&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel&lt;br /&gt;
|-&lt;br /&gt;
| A-Data || microSDHC-8GB || 8GB (SDHC) || class 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Corsair || CMFSDMICRO-512 || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Dane-Elec || DA-SDMC-2048-R || 2GB || ? || ? || ? || ? || ? || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || AE56-1280R || 128MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || H256MS05 || 256MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| hama || 55371 || 256MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Intuix || IXMSDM128B60X || 128MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C512 || 512MB || ? || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C01G || 1GB || ? || {{yes}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || [[Supported_microSD_cards/SD-C02G|SD-C02G]] || 2GB || ? || ? || {{yes}}  || || {{yes}} || {{no}} || {{no}} (see [[Supported_microSD_cards/SD-C02G|SD-C02G]] )&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4 (N0043-012.A00LF) || 4GB || ? || ? || FSO MS2 / Linux 2.6.24: I/O Errors while formatting [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF128MCSD-RC || 128MB || ? || {{no}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF8GMCSDHC4 || 8GB (SDHC)|| Class 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD512-BX || 512MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD2GB-BX (card marked with MM8GR02GUACY) || 2GB || slow ? || ? || ? (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743] but apparently not enough) || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pretec || || 128MB || ? || ? || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-128 || 128MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 256MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 512MB || || {{yes}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-1024-E10M || 1GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQU-2048-E10M || 2GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-2048-E11MK || 2GB || || ||  || || detects size incorrectly with U-Boot 1.3.2-moko12 (Aug 26 2008 - 08:24:58) : see http://docs.openmoko.org/trac/ticket/1815#comment:6 || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-4096-E11M || 4GB (SDHC) || || ? || {{yes}} || ? || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-6144-E11M || 6GB (SDHC) || || ? || {{yes}} || {{no}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-8192-E11M || 7GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://www.sandisk.com/Products/Item(2630)-SDSDQY-8192-A11M-SanDisk_Mobile_Ultra_microSDHC_8GBCard.aspx SDSDQY-8192-E11M/A11M] || 8GB (SDHC) || 6 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-E12M || 8GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-???? || 8GB (SDHC) || 6 || ? || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 2 || || || || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 4 || ? || {{yes}} ||  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Silicon Power || SP004GBSTH006V10 || 4GB (SDHC) || 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba || SD-512R2W || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS128MUSD || 128MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS256MUSD80 || 256MB || 80x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transcendusa.com/ Transcend] || [http://www.transcendusa.com/Support/DLCenter/Datasheet/TSxxUSD.pdf TS512MUSD] '''(shipped with FreeRunner)''' || 512MB || || {{no}} || {{yes}} || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || MM4GRO1GUACY || 1GB || || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS1GUSDC || 1GB (SDC) || || ? || I/O errors while trying to install Om2008.8 rootfs.tar.gz, looks like [https://docs.openmoko.org/trac/ticket/1743 #1743] || ? || ? || ? ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS4GUSDHC6 (card marked with MM8GR04GUACY) || 4GB (SDHC) || Class 6 || ? || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || || || {{no}}, see [http://docs.openmoko.org/trac/ticket/2025 bug #2025]&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || linux 2.6.24+git37+d744c88c14 (2007.2 kernel as of Aug 28, 2008) ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || {{yes}} since kernel of 30-Sep-2008 ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47225 || 1GB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| vox-fon || 1 GB || 1GB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| (Intenso) || ? || 4GB (SDHC) || || {{no}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || {{yes}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that cards with a &amp;quot;'''no'''&amp;quot; may still work at times, but that we just have found their behaviour too erratic to consider acceptable.&lt;br /&gt;
(Also note that this is a bug in our version of u-boot. The cards are probably fine.)&lt;/div&gt;</summary>
		<author><name>Laen</name></author>	</entry>

	</feed>