User:Alessandro

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
(Added list of packages in my repository)
Line 13: Line 13:
  
 
  src/gz custom-armv4t http://aiurlano.netsons.org/OpenMoko/ipk/armv4t
 
  src/gz custom-armv4t http://aiurlano.netsons.org/OpenMoko/ipk/armv4t
 +
 +
The list of packages included in my repo is:
 +
* ipkgorphan
 +
* SettingsGUI
 +
* Free42
 +
* ipkg-link
 +
* synergy
 +
 +
 +
----
  
 
My nick on IRC is Ghiottone (registered on FreeNode)
 
My nick on IRC is Ghiottone (registered on FreeNode)

Revision as of 22:35, 7 September 2007

I have a web page with a search engine related to OpenMoko at http://aiurlano.netsons.org/OpenMoko/

My first OpenMoko program:

ipkgorphan (source here)

My first packaged program:

SettingsGUI (web bb source)

You can download their latest version via ipkg by adding a configuration file in /etc/ipkg/ for my repository. The line to add is:

src/gz custom-armv4t http://aiurlano.netsons.org/OpenMoko/ipk/armv4t

The list of packages included in my repo is:

  • ipkgorphan
  • SettingsGUI
  • Free42
  • ipkg-link
  • synergy



My nick on IRC is Ghiottone (registered on FreeNode)

Tips collected from IRC:

Tip to mount jffs images (yet to be tested)

# modprobe loop
# modprobe mtdblock
# losetup /dev/loop0 /path/to/imagefile.jffs2
# insmod blkmtd erasesz=256 device=/dev/loop0
# mount -t jffs2 /dev/mtdblock0 /mnt

Something about binary locale generation

put ENABLE_BINARY_LOCALE_GENERATION = "0" in your local.conf file

Personal tools

I have a web page with a search engine related to OpenMoko at http://aiurlano.netsons.org/OpenMoko/

My first OpenMoko program:

ipkgorphan (source here)

My first packaged program:

SettingsGUI (web bb source)

You can download their latest version via ipkg by adding a configuration file in /etc/ipkg/ for my repository. The line to add is:

src/gz custom-armv4t http://aiurlano.netsons.org/OpenMoko/ipk/armv4t

The list of packages included in my repo is:

  • ipkgorphan
  • SettingsGUI
  • Free42
  • ipkg-link
  • synergy



My nick on IRC is Ghiottone (registered on FreeNode)

Tips collected from IRC:

Tip to mount jffs images (yet to be tested)

# modprobe loop
# modprobe mtdblock
# losetup /dev/loop0 /path/to/imagefile.jffs2
# insmod blkmtd erasesz=256 device=/dev/loop0
# mount -t jffs2 /dev/mtdblock0 /mnt

Something about binary locale generation

put ENABLE_BINARY_LOCALE_GENERATION = "0" in your local.conf file