View source for Talk:Qtopia / Qt Extended on FreeRunner

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Qtopia / Qt Extended on FreeRunner.

Personal tools

Mounting the jffs file as described did not work for me. Instead I did the following: mknod /dev/mtdblock0 b 31 0 losetup /dev/loop0 <rootfs.jffs2 file> echo "/dev/loop0" > /sys/module/block2mtd/parameters/block2mtd mount -t jffs2 /dev/mtdblock0 <mountpoint> This seemed to work out alright.

-russell