User:Spin

From Openmoko

(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 3: Line 3:
 
== WikiWork ==
 
== WikiWork ==
  
* [[Gllin]], [[GPS]]
+
* [[Gllin]]
 +
* [[GPS]]
 +
* [[Booting_from_SD]]
  
 
== TODO ==
 
== TODO ==
Line 12: Line 14:
  
 
* http://www.kowoma.de/gps/zusatzerklaerungen/NMEA.htm
 
* http://www.kowoma.de/gps/zusatzerklaerungen/NMEA.htm
 +
 +
==== Power Management ====
 +
* [[Neo1973_GTA01_Power_Management]]
 +
* [[GTA01Standby]]
 +
 +
=== ipkg on fresh rootfs ===
 +
 +
Whys are there no ipkg packages installed on the rootfs?
 +
 +
ipkg list_installed
 +
 +
does not print anything... How is the rootfs created then?
 +
  
 
=== addContact issues with python-dbus ===
 
=== addContact issues with python-dbus ===
Line 34: Line 49:
 
</pre>
 
</pre>
  
=== Kernel babble on large writes to MMC ===
+
=== Kernel babble i.e. on writes to MMC ===
 +
 
 +
This is caused by setting the boot parameter '''loglevel''' too high. See [[Booting_from_SD]]
  
 
<pre>
 
<pre>

Latest revision as of 16:51, 26 April 2008

Contents

[edit] My Neo Log or so...

[edit] WikiWork

[edit] TODO

[edit] Power Management

[edit] ipkg on fresh rootfs

Whys are there no ipkg packages installed on the rootfs?

ipkg list_installed 

does not print anything... How is the rootfs created then?


[edit] addContact issues with python-dbus

root@fic-gta01:~# ipkg install -d card http://static.frimp.net/neo/python-dbus_0.81.1-ml1_armv4t.ipk
Downloading http://static.frimp.net/neo/python-dbus_0.81.1-ml1_armv4t.ipk
Installing python-dbus (0.81.1-ml1) to card...
libc6-dev: unsatisfied recommendation for glibc-binary-localedata-ar-kw-dev
8< 8< 8<
libc6-dev: unsatisfied recommendation for glibc-localedata-ga-ie-dev
libglib-2.0-dev: unsatisfied recommendation for glib-2.0-utils-dev
8< 8< 8<
libglib-2.0-dev: unsatisfied recommendation for virtual-locale-hy-dev
dbus-dev: unsatisfied recommendation for dbus-lib-dev
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for python-dbus:
         gtk-doc (= 1.0-r1)
root@fic-gta01:~# 

[edit] Kernel babble i.e. on writes to MMC

This is caused by setting the boot parameter loglevel too high. See Booting_from_SD

s3c2410-sdi s3c2410-sdi: CMD[OK] #311 op:CMD25 arg:0x10dd7200 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #133 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #312 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00
mmc0: req done (CMD25): 0: 00000900 315983c7 befb4fff 92404021
mmc0:     1024 bytes transferred: 0
mmc0:     (CMD12): 0: 00000c00 1d5983c7 befb4fff 92404021
mmc0: starting CMD13 arg e6240000 flags 00000015
s3c2410-sdi s3c2410-sdi: CMD[OK] #313 op:CMD13 arg:0xe6240000 flags:0x0815 retries:5 R0:0x00000900
mmc0: req done (CMD13): 0: 00000900 3f5983c7 befb4fff 92404021
mmc0: starting CMD25 arg 10e17600 flags 000000b5
mmc0:     blksz 512 blocks 2 flags 00000100 tsac 250 ms nsac 0
mmc0:     CMD12 arg 00000000 flags 0000049d
s3c2410-sdi s3c2410-sdi: no more buffers (1/1)
s3c2410-sdi s3c2410-sdi: CMD[OK] #314 op:CMD25 arg:0x10e17600 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #134 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #315 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00
mmc0: req done (CMD25): 0: 00000900 315983c7 befb4fff 92404021
mmc0:     1024 bytes transferred: 0
mmc0:     (CMD12): 0: 00000c00 1d5983c7 befb4fff 92404021
mmc0: starting CMD13 arg e6240000 flags 00000015
s3c2410-sdi s3c2410-sdi: CMD[OK] #316 op:CMD13 arg:0xe6240000 flags:0x0815 retries:5 R0:0x00000900
mmc0: req done (CMD13): 0: 00000900 3f5983c7 befb4fff 92404021
mmc0: starting CMD25 arg 10e57e00 flags 000000b5
mmc0:     blksz 512 blocks 2 flags 00000100 tsac 250 ms nsac 0
mmc0:     CMD12 arg 00000000 flags 0000049d
s3c2410-sdi s3c2410-sdi: no more buffers (1/1)
s3c2410-sdi s3c2410-sdi: CMD[OK] #317 op:CMD25 arg:0x10e57e00 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #135 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #318 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00
Personal tools

My Neo Log or so...

WikiWork

TODO

addContact issues with python-dbus

root@fic-gta01:~# ipkg install -d card http://static.frimp.net/neo/python-dbus_0.81.1-ml1_armv4t.ipk
Downloading http://static.frimp.net/neo/python-dbus_0.81.1-ml1_armv4t.ipk
Installing python-dbus (0.81.1-ml1) to card...
libc6-dev: unsatisfied recommendation for glibc-binary-localedata-ar-kw-dev
8< 8< 8<
libc6-dev: unsatisfied recommendation for glibc-localedata-ga-ie-dev
libglib-2.0-dev: unsatisfied recommendation for glib-2.0-utils-dev
8< 8< 8<
libglib-2.0-dev: unsatisfied recommendation for virtual-locale-hy-dev
dbus-dev: unsatisfied recommendation for dbus-lib-dev
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for python-dbus:
         gtk-doc (= 1.0-r1)
root@fic-gta01:~# 

Kernel babble on large writes to MMC

s3c2410-sdi s3c2410-sdi: CMD[OK] #311 op:CMD25 arg:0x10dd7200 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #133 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #312 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00
mmc0: req done (CMD25): 0: 00000900 315983c7 befb4fff 92404021
mmc0:     1024 bytes transferred: 0
mmc0:     (CMD12): 0: 00000c00 1d5983c7 befb4fff 92404021
mmc0: starting CMD13 arg e6240000 flags 00000015
s3c2410-sdi s3c2410-sdi: CMD[OK] #313 op:CMD13 arg:0xe6240000 flags:0x0815 retries:5 R0:0x00000900
mmc0: req done (CMD13): 0: 00000900 3f5983c7 befb4fff 92404021
mmc0: starting CMD25 arg 10e17600 flags 000000b5
mmc0:     blksz 512 blocks 2 flags 00000100 tsac 250 ms nsac 0
mmc0:     CMD12 arg 00000000 flags 0000049d
s3c2410-sdi s3c2410-sdi: no more buffers (1/1)
s3c2410-sdi s3c2410-sdi: CMD[OK] #314 op:CMD25 arg:0x10e17600 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #134 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #315 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00
mmc0: req done (CMD25): 0: 00000900 315983c7 befb4fff 92404021
mmc0:     1024 bytes transferred: 0
mmc0:     (CMD12): 0: 00000c00 1d5983c7 befb4fff 92404021
mmc0: starting CMD13 arg e6240000 flags 00000015
s3c2410-sdi s3c2410-sdi: CMD[OK] #316 op:CMD13 arg:0xe6240000 flags:0x0815 retries:5 R0:0x00000900
mmc0: req done (CMD13): 0: 00000900 3f5983c7 befb4fff 92404021
mmc0: starting CMD25 arg 10e57e00 flags 000000b5
mmc0:     blksz 512 blocks 2 flags 00000100 tsac 250 ms nsac 0
mmc0:     CMD12 arg 00000000 flags 0000049d
s3c2410-sdi s3c2410-sdi: no more buffers (1/1)
s3c2410-sdi s3c2410-sdi: CMD[OK] #317 op:CMD25 arg:0x10e57e00 flags:0x08b5 retries:0 R0:0x00000900
s3c2410-sdi s3c2410-sdi: DAT[OK] #135 bsize:512 blocks:2 bytes:1024
s3c2410-sdi s3c2410-sdi: CMD[OK] #318 (STOP) op:CMD12 arg:0x00000000 flags:0x0849d retries:0 R0:0x00000c00