User:Alessandro

From Openmoko

Revision as of 13:32, 7 September 2007 by Alessandro (Talk | contribs)

Jump to: navigation, search

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

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

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