User:Alessandro

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Added list of packages in my repository)
Line 5: Line 5:
 
[http://aiurlano.netsons.org/OpenMoko/ipkgorphan_0.0.1-r0_armv4t.ipk ipkgorphan] (source [http://aiurlano.netsons.org/OpenMoko/ipkgorphan.src.tar.gz here])
 
[http://aiurlano.netsons.org/OpenMoko/ipkgorphan_0.0.1-r0_armv4t.ipk ipkgorphan] (source [http://aiurlano.netsons.org/OpenMoko/ipkgorphan.src.tar.gz here])
  
My first packaged program:
 
  
SettingsGUI ([http://wiki.openmoko.org/wiki/SettingsGUI web] [http://aiurlano.netsons.org/OpenMoko/settingsgui.bb.tar.gz bb source])
+
You can download my packages via ipkg by adding a configuration file in /etc/ipkg/ for my repository.
 
+
You can download their latest version via ipkg by adding a configuration file in /etc/ipkg/ for my repository.
+
 
The line to add is:
 
The line to add is:
  
Line 16: Line 13:
 
The list of packages included in my repo is:
 
The list of packages included in my repo is:
 
* ipkgorphan
 
* ipkgorphan
* SettingsGUI
+
* settingsgui ([http://wiki.openmoko.org/wiki/SettingsGUI web] [http://aiurlano.netsons.org/OpenMoko/settingsgui.bb.tar.gz bb source])
* Free42
+
* smstool ([http://wiki.openmoko.org/wiki/SMSTool web])
 +
* free42
 
* ipkg-link
 
* ipkg-link
 
* synergy
 
* synergy

Revision as of 23:53, 10 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)


You can download my packages 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 (web bb source)
  • smstool (web)
  • 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)


You can download my packages 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 (web bb source)
  • smstool (web)
  • 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