User:Rm

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
I have a GTA02v6 with debian installed on a microSD. I use the freerunner as gps and not as my primary phone.
 
I have a GTA02v6 with debian installed on a microSD. I use the freerunner as gps and not as my primary phone.
  
Issues:
+
 
 +
== Issues: ==
 +
 
 
* I don't have wifi working with a siemens sx763 router, shr from autumn 2009 worked fine :|
 
* I don't have wifi working with a siemens sx763 router, shr from autumn 2009 worked fine :|
  
Development environment:
+
== Development environment: ==
  
 
I use http://people.debian.org/~aurel32/qemu/armel/ upgraded to sid for testing / compiling stuff.
 
I use http://people.debian.org/~aurel32/qemu/armel/ upgraded to sid for testing / compiling stuff.
 
I use distcc as described here: http://wiki.openmoko.org/wiki/Development_Environment#Building_debian_packages_with_qemu_and_cross-compiling_distccs
 
I use distcc as described here: http://wiki.openmoko.org/wiki/Development_Environment#Building_debian_packages_with_qemu_and_cross-compiling_distccs
  
To cross compile debian-fso linux-2.6-openmoko:
+
=== Cross compile debian-fso linux-2.6-openmoko: ===
  
 
ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dpkg-buildpackage -aarmel
 
ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dpkg-buildpackage -aarmel
  
How to pass parameters to kernel from u-boot:
+
=== How to pass parameters to kernel from u-boot: ===
  
 
First of all install uboot-envtools then:
 
First of all install uboot-envtools then:
Line 22: Line 24:
 
* fw_setenv bootcmd modified_output
 
* fw_setenv bootcmd modified_output
  
Stuff you want to do on your freerunner:
+
== Stuff you want to do on your freerunner: ==
  
 
* http://lists.openmoko.org/pipermail/community/2010-July/062495.html
 
* http://lists.openmoko.org/pipermail/community/2010-July/062495.html
  
Useful wiki pages:
+
== Useful wiki pages: ==
  
 
* http://wiki.openmoko.org/wiki/Backing-up_flash_images#Backing-up_flash_images
 
* http://wiki.openmoko.org/wiki/Backing-up_flash_images#Backing-up_flash_images
 
* http://wiki.openmoko.org/wiki/Kernel
 
* http://wiki.openmoko.org/wiki/Kernel
  
What i'm working on:
+
== What i'm working on: ==
  
 
* DONE - silly patch makes webkitgtk js performance on par with chromium https://bugs.webkit.org/show_bug.cgi?id=42856
 
* DONE - silly patch makes webkitgtk js performance on par with chromium https://bugs.webkit.org/show_bug.cgi?id=42856

Revision as of 16:36, 22 August 2010

I have a GTA02v6 with debian installed on a microSD. I use the freerunner as gps and not as my primary phone.


Contents

Issues:

  • I don't have wifi working with a siemens sx763 router, shr from autumn 2009 worked fine :|

Development environment:

I use http://people.debian.org/~aurel32/qemu/armel/ upgraded to sid for testing / compiling stuff. I use distcc as described here: http://wiki.openmoko.org/wiki/Development_Environment#Building_debian_packages_with_qemu_and_cross-compiling_distccs

Cross compile debian-fso linux-2.6-openmoko:

ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dpkg-buildpackage -aarmel

How to pass parameters to kernel from u-boot:

First of all install uboot-envtools then:

  • cp /usr/share/doc/uboot-envtools/examples/openmoko_gta02.config /etc/fw_env.config
  • fw_printenv
  • fw_printenv bootcmd
  • modify the ouput accordingly
  • fw_setenv bootcmd modified_output

Stuff you want to do on your freerunner:

Useful wiki pages:

What i'm working on:

Personal tools

I have a GTA02v6 with debian installed on a microSD. I use the freerunner as gps and not as my primary phone.


Issues:

  • I don't have wifi working with a siemens sx763 router, shr from autumn 2009 worked fine :|

Development environment:

I use http://people.debian.org/~aurel32/qemu/armel/ upgraded to sid for testing / compiling stuff. I use distcc as described here: http://wiki.openmoko.org/wiki/Development_Environment#Building_debian_packages_with_qemu_and_cross-compiling_distccs

Cross compile debian-fso linux-2.6-openmoko:

ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dpkg-buildpackage -aarmel

How to pass parameters to kernel from u-boot:

First of all install uboot-envtools then:

  • cp /usr/share/doc/uboot-envtools/examples/openmoko_gta02.config /etc/fw_env.config
  • fw_printenv
  • fw_printenv bootcmd
  • modify the ouput accordingly
  • fw_setenv bootcmd modified_output

Stuff you want to do on your freerunner:

Useful wiki pages:

What i'm working on: