User:Alessandro

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (updated link to version 0.5)
(Added repository location)
Line 8: Line 8:
  
 
[http://aiurlano.netsons.org/OpenMoko/settingsgui_0.5-r0_armv4t.ipk SettingsGUI 0.5] ([http://wiki.openmoko.org/wiki/SettingsGUI web] [http://aiurlano.netsons.org/OpenMoko/settingsgui.bb.tar.gz bb source])
 
[http://aiurlano.netsons.org/OpenMoko/settingsgui_0.5-r0_armv4t.ipk SettingsGUI 0.5] ([http://wiki.openmoko.org/wiki/SettingsGUI web] [http://aiurlano.netsons.org/OpenMoko/settingsgui.bb.tar.gz bb source])
 +
 +
You can download them via ipkg by adding a configuration file in /etc/ipkg/ for my repository.
 +
The line to add is:
 +
 +
src/gz armv4t http://aiurlano.netsons.org/OpenMoko/ipk/armv4t
  
 
Tips collected from IRC:
 
Tips collected from IRC:

Revision as of 17:41, 4 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 0.5 (web bb source)

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

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

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 0.5 (web bb source)

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