<div dir="ltr">I got my Freerunner on Friday and have been messing with various images, but have not gotten GPS to work until just a few moments ago. I just want to share with others (and archive for myself) which combination of images allows me to get a good GPS signal right after first boot.<br>
<br>I used these files<br>dfu-util: <a href="http://downloads.openmoko.org/releases/Om2008.8-update/dfu-util">http://downloads.openmoko.org/releases/Om2008.8-update/dfu-util</a><br>u-boot (bootlaoder): <a href="http://downloads.openmoko.org/daily/gta02v5_and_up-u-boot.bin">http://downloads.openmoko.org/daily/gta02v5_and_up-u-boot.bin</a><br>
uImage image (kernel): <a href="http://rabenfrost.net/celtune/freerunner_om-gta02/uImage-2.6.24+gitr2+37a56324458b38768ed6bd3ccfb2535f9b6bd44e-r4-om-gta02.bin">http://rabenfrost.net/celtune/freerunner_om-gta02/uImage-2.6.24+gitr2+37a56324458b38768ed6bd3ccfb2535f9b6bd44e-r4-om-gta02.bin</a><br>
rootfs (root filesystem): <a href="http://rabenfrost.net/celtune/freerunner_om-gta02/openmoko-fso-image-glibc-ipk--20080828-om-gta02.rootfs.jffs2">http://rabenfrost.net/celtune/freerunner_om-gta02/openmoko-fso-image-glibc-ipk--20080828-om-gta02.rootfs.jffs2</a><br>
<br>On my system I simply paste the following series of commands into a terminal and it works. If you&#39;re a novice like myself, read through the commands first and individually paste them in the terminal. I take no responsibility if you screw up your system.<br>
<br>-Charles<br><br>wget <a href="http://downloads.openmoko.org/releases/Om2008.8-update/dfu-util">http://downloads.openmoko.org/releases/Om2008.8-update/dfu-util</a><br>wget <a href="http://downloads.openmoko.org/daily/gta02v5_and_up-u-boot.bin">http://downloads.openmoko.org/daily/gta02v5_and_up-u-boot.bin</a><br>
wget <a href="http://rabenfrost.net/celtune/freerunner_om-gta02/uImage-2.6.24+gitr2+37a56324458b38768ed6bd3ccfb2535f9b6bd44e-r4-om-gta02.bin">http://rabenfrost.net/celtune/freerunner_om-gta02/uImage-2.6.24+gitr2+37a56324458b38768ed6bd3ccfb2535f9b6bd44e-r4-om-gta02.bin</a><br>
wget <a href="http://rabenfrost.net/celtune/freerunner_om-gta02/openmoko-fso-image-glibc-ipk--20080828-om-gta02.rootfs.jffs2">http://rabenfrost.net/celtune/freerunner_om-gta02/openmoko-fso-image-glibc-ipk--20080828-om-gta02.rootfs.jffs2</a><br>
chmod a+x dfu-util<br>sudo clear; echo &quot;1 Unplug the Freerunner.<br>2 Hold down the AUX button and wait a second or two.<br>3 Hold down the POWER button while still holding the AUX button<br>4 Plug in the USB cable<br>
Press Rerurn to continue&quot;; read continue; ./dfu-util -a u-boot -R -D gta02v5_and_up-u-boot.bin; sudo ./dfu-util -a kernel -D uImage-2.6.24+gitr2+37a56324458b38768ed6bd3ccfb2535f9b6bd44e-r4-om-gta02.bin; sudo ./dfu-util -a rootfs -R -D openmoko-fso-image-glibc-ipk--20080828-om-gta02.rootfs.jffs2<br>
<br></div>