User:Rm

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Checkout om 2.6.34 kernel)
(How to pass parameters to kernel from u-boot:)
Line 29: Line 29:
 
* bootcmd=output <nowiki># modify the ouput accordingly</nowiki>
 
* bootcmd=output <nowiki># modify the ouput accordingly</nowiki>
 
* fw_setenv bootcmd 'modified_output' <nowiki># put the modified output under '' because it will confuse your shell</nowiki>
 
* fw_setenv bootcmd 'modified_output' <nowiki># put the modified output under '' because it will confuse your shell</nowiki>
 +
 +
==== Data for bootchart2 ====
 +
 +
Add ''initcall_debug printk.time=y quiet init=/sbin/bootchartd''
 +
 +
==== Faster boot ====
 +
 +
Substitute ''rootdelay=5'' with ''rootwait''
  
 
== Stuff you want to do on your freerunner: ==
 
== Stuff you want to do on your freerunner: ==

Revision as of 19:17, 27 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:

Checkout om 2.6.34 kernel

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
  • bootcmd=output # modify the ouput accordingly
  • fw_setenv bootcmd 'modified_output' # put the modified output under '' because it will confuse your shell

Data for bootchart2

Add initcall_debug printk.time=y quiet init=/sbin/bootchartd

Faster boot

Substitute rootdelay=5 with rootwait

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:

Checkout om 2.6.34 kernel

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
  • bootcmd=output # modify the ouput accordingly
  • fw_setenv bootcmd 'modified_output' # put the modified output under '' because it will confuse your shell

Data for bootchart2

Add initcall_debug printk.time=y quiet init=/sbin/bootchartd

Faster boot

Substitute rootdelay=5 with rootwait

Stuff you want to do on your freerunner:

Useful wiki pages:

What i'm working on: