User:PWerken

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (added partition sizes)
m (Peter van de Werken)
Line 1: Line 1:
 
== [[Special:Emailuser/PWerken|Peter van de Werken]] ==
 
== [[Special:Emailuser/PWerken|Peter van de Werken]] ==
  
Freerunner A5, with all reworks
+
Freerunner A5, with
([http://www.handheld-linux.com/wiki.php?page=Buzz-Rework Buzz],
+
[http://www.handheld-linux.com/wiki.php?page=Buzz-Rework Buzz],
 
[http://www.handheld-linux.com/wiki.php?page=Bass-Rework Bass], and
 
[http://www.handheld-linux.com/wiki.php?page=Bass-Rework Bass], and
[http://www.handheld-linux.com/wiki.php?page=1024-Rework 1024]).
+
[http://www.handheld-linux.com/wiki.php?page=1024-Rework 1024] reworks.
 
<br/>
 
<br/>
 
At the moment the [[Freerunner Navigation Board v2]] is being installed.
 
At the moment the [[Freerunner Navigation Board v2]] is being installed.
  
OS: [http://www.debian.org debian] (squeeze)
+
OS: [http://www.debian.org debian] (sid)
 
*  [http://build.shr-project.org/shr-unstable/ SHR unstable] uImage.bin-2.6.32.21-oe3.3+gitr6+a9254be10ac2294ea20165a87c09ea6afcf66d94-r0
 
*  [http://build.shr-project.org/shr-unstable/ SHR unstable] uImage.bin-2.6.32.21-oe3.3+gitr6+a9254be10ac2294ea20165a87c09ea6afcf66d94-r0
 
*  NAND with [[Ubifs]] contains most of the system
 
*  NAND with [[Ubifs]] contains most of the system
Line 25: Line 25:
 
  tmpfs          /var/lock      tmpfs  defaults,relatime,size=2m  0 0
 
  tmpfs          /var/lock      tmpfs  defaults,relatime,size=2m  0 0
 
  tmpfs          /var/run        tmpfs  defaults,relatime,size=2m  0 0
 
  tmpfs          /var/run        tmpfs  defaults,relatime,size=2m  0 0
 
 
*  system tweaks:
 
*  system tweaks:
 
** localepurge
 
** localepurge
Line 33: Line 32:
 
----
 
----
  
Bought a 2.5mm to 3.5mm converter cable ([http://www.dealextreme.com/details.dx/sku.7127 sku.7127 at dealextreme]).
+
[http://www.dealextreme.com/details.dx/sku.7127 sku.7127 at dealextreme]: a 2.5mm to 3.5mm converter cable
<br/>
+
** It has the following pin-layout: TRRS: left, right, mic (unconnected), ground
It has the following pin-layout: TRRS: left, right, mic (unconnected), ground
+
** Unfortunately this is incompatible with the FR which uses [[Headset#Pinout|TRRS: mic, right, left, ground]]
<br/>
+
*  [http://www.dealextreme.com/details.dx/sku.3541 sku.3541 at dealextreme]:
Unfortunately this is incompatible with the FR which uses [[Headset#Pinout|TRRS: mic, right, left, ground]]
+
** Looks promising, comments suggest has a compatible pin-layout.
  
 
----
 
----

Revision as of 22:38, 16 October 2010

Peter van de Werken

Freerunner A5, with Buzz, Bass, and 1024 reworks.
At the moment the Freerunner Navigation Board v2 is being installed.

OS: debian (sid)

  • SHR unstable uImage.bin-2.6.32.21-oe3.3+gitr6+a9254be10ac2294ea20165a87c09ea6afcf66d94-r0
  • NAND with Ubifs contains most of the system
  • µSD (class 2, 15.9Gb) layout:
    • p1 (504MB): /boot /usr/{lib,local} /var/{cache,spool}
    • p2 (14+GB): /home /srv
    • p3 (128MB): swap
  • /etc/fstab:
rootfs          /               auto    defaults                    0 1
/dev/mmcblk0p1  /mnt/card1      ext3    defaults,relatime           0 2
/dev/mmcblk0p2  /mnt/card2      ext3    defaults,relatime           0 2
/dev/mmcblk0p3  swap            swap    defaults                    0 0
proc            /proc           proc    defaults                    0 0

tmpfs           /tmp            tmpfs   defaults,relatime,size=32m  0 0
tmpfs           /var/lock       tmpfs   defaults,relatime,size=2m   0 0
tmpfs           /var/run        tmpfs   defaults,relatime,size=2m   0 0
  • system tweaks:


Personal tools

Peter van de Werken

Freerunner A5, with Buzz, Bass, and 1024 reworks.
At the moment the Freerunner Navigation Board v2 is being installed.

OS: debian (sid)

  • SHR unstable uImage.bin-2.6.32.21-oe3.3+gitr6+a9254be10ac2294ea20165a87c09ea6afcf66d94-r0
  • NAND with Ubifs contains most of the system
  • µSD (class 2, 15.9Gb) layout:
    • p1 (504MB): /boot /usr/{lib,local} /var/{cache,spool}
    • p2 (14+GB): /home /srv
    • p3 (128MB): swap
  • /etc/fstab:
rootfs          /               auto    defaults                    0 1
/dev/mmcblk0p1  /mnt/card1      ext3    defaults,relatime           0 2
/dev/mmcblk0p2  /mnt/card2      ext3    defaults,relatime           0 2
/dev/mmcblk0p3  swap            swap    defaults                    0 0
proc            /proc           proc    defaults                    0 0

tmpfs           /tmp            tmpfs   defaults,relatime,size=32m  0 0
tmpfs           /var/lock       tmpfs   defaults,relatime,size=2m   0 0
tmpfs           /var/run        tmpfs   defaults,relatime,size=2m   0 0
  • system tweaks: