Talk:Qtopia / Qt Extended on FreeRunner

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
<nowiki>
+
 
 
Mounting the jffs file as described did not work for me.  Instead I did the following:
 
Mounting the jffs file as described did not work for me.  Instead I did the following:
  
mknod /dev/mtdblock0 b 31 0  
+
mknod /dev/mtdblock0 b 31 0  
losetup /dev/loop0 <rootfs.jffs2 file>  
+
 
echo "/dev/loop0" > /sys/module/block2mtd/parameters/block2mtd  
+
losetup /dev/loop0 <rootfs.jffs2 file>  
mount -t jffs2 /dev/mtdblock0 <mountpoint>  
+
 
 +
echo "/dev/loop0" > /sys/module/block2mtd/parameters/block2mtd  
 +
 
 +
mount -t jffs2 /dev/mtdblock0 <mountpoint>  
  
</nowiki>
+
This seemed to work out alright.
This seemed to work out alright.
+
  
 
-russell
 
-russell

Revision as of 00:14, 22 July 2008

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

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