User:Rm

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(How to pass parameters to kernel from u-boot:)
(What i'm working on:)
 
Line 52: Line 52:
 
* DONE - got all the patches to get bootchart2 working on armel in 0.12.3, http://github.com/mmeeks/bootchart/issues#issue/8, debian kernel still needs to be recompiled because of http://bugs.debian.org/588200
 
* DONE - got all the patches to get bootchart2 working on armel in 0.12.3, http://github.com/mmeeks/bootchart/issues#issue/8, debian kernel still needs to be recompiled because of http://bugs.debian.org/588200
 
* DONE - have a debian openmoko 2.6.29 kernel which can run all the useful tools out of the box. Update: bootchart2 works out of the box with latest git, patch for powertop can't be applied because it slows down the fr available here http://people.freedesktop.org/~rm/moko/add-config-for-powertop.diff
 
* DONE - have a debian openmoko 2.6.29 kernel which can run all the useful tools out of the box. Update: bootchart2 works out of the box with latest git, patch for powertop can't be applied because it slows down the fr available here http://people.freedesktop.org/~rm/moko/add-config-for-powertop.diff
 +
* NOTNEEDED, this is available since theora 1.2.0alpha1 - theorarm merge branch (plus dave milici patches) ported to latest theora. Have build issues with examples and decode stuff is buggy, nonetheless 30% faster on some simple benchmarks with video_dump: http://people.freedesktop.org/~rm/theorarm/theorarm-to-git-8ec0d25c0f21c82f.diff discussion on theora-dev: http://lists.xiph.org/pipermail/theora-dev/2010-August/004188.html
  
 
* Figure out what happend to this patch, this should be the premise of NO_HZ: http://marc.info/?l=linux-arm-kernel&m=122468318011905&w=2
 
* Figure out what happend to this patch, this should be the premise of NO_HZ: http://marc.info/?l=linux-arm-kernel&m=122468318011905&w=2
 
* theorarm merge branch (plus dave milici patches) ported to latest theora. Have build issues with examples and decode stuff is buggy, nonetheless 30% faster on some simple benchmarks with video_dump: http://people.freedesktop.org/~rm/theorarm/theorarm-to-git-8ec0d25c0f21c82f.diff discussion on theora-dev: http://lists.xiph.org/pipermail/theora-dev/2010-August/004188.html
 
  
 
* powertop on arm? http://processors.wiki.ti.com/index.php/Running_PowerTOP_on_OMAP35x_platform
 
* powertop on arm? http://processors.wiki.ti.com/index.php/Running_PowerTOP_on_OMAP35x_platform

Latest revision as of 15:44, 25 September 2010

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


Contents

[edit] Issues:

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

[edit] Development environment:

[edit] Checkout om 2.6.34 kernel

[edit] Cross compile debian-fso linux-2.6-openmoko:

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

[edit] 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

[edit] Data for bootchart2

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

[edit] Faster boot

Substitute rootdelay=5 with rootwait

[edit] Stuff you want to do on your freerunner:

[edit] Useful wiki pages:

[edit] 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: