User:PWerken

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (add section's)
m (added kernel links)
Line 10: Line 10:
 
OS: [http://www.debian.org debian] (sid)
 
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
 +
** [[Kernel#Building_the_2.6.32_branch|Kernel building]]: [http://git.openmoko.org/?p=kernel.git;a=shortlog;h=refs/heads/om-gta02-2.6.34 om-gta02-2.6.34], [http://gitorious.org/~jama/htc-msm-2-6-32/openmoko-kernel/commits/om-gta02-2.6.34 JaMa's branch]
 +
** added: ext4, dm9601(m)
 
*  NAND with [[Ubifs]] contains most of the system
 
*  NAND with [[Ubifs]] contains most of the system
 
*  µSD (class 2, 15.9Gb) layout:
 
*  µSD (class 2, 15.9Gb) layout:
Line 29: Line 31:
 
** dpkg with "path-exclude /usr/share/doc/*"
 
** dpkg with "path-exclude /usr/share/doc/*"
 
**  [http://www.enlightenment.org Enlightenment] (svn [http://home.a-eskwadraat.nl/~pwerken/debian/ r51890])
 
**  [http://www.enlightenment.org Enlightenment] (svn [http://home.a-eskwadraat.nl/~pwerken/debian/ r51890])
 
  
 
== 2.5 to 3.5 converter ==
 
== 2.5 to 3.5 converter ==

Revision as of 17:39, 17 October 2010

Peter van de Werken (email)

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:

2.5 to 3.5 converter


Links

Personal tools

Peter van de Werken (email)

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:

2.5 to 3.5 converter


Links