OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: boosalis on December 22, 2005, 05:10:32 pm

Title: How To Mount Qtopia 2.1 Rom On My Desktop
Post by: boosalis on December 22, 2005, 05:10:32 pm
I down loaded qtopia-2.1.2-6000-beta-rom.zip  for the Zaurus 6000 and unzipped it.

Is it now possible for me to mount initrd.bin contained in the zip file on my x86 running Suse 10.  I've installed mkfs.jffs2 on  this system.

Any hints appreciated.

-David
Title: How To Mount Qtopia 2.1 Rom On My Desktop
Post by: boosalis on December 23, 2005, 02:29:12 am
"Seek and Ye Shall Find"

I goggled around a bit and found out how to mount and load Trolltech's Qtopia 2.1 beta distribution. These steps were found on "https://www.oesf.org/index.php?title=C3000_Device_Specifics"

modprobe mtdcore
modprobe jffs2
modprobe mtdram total_size=5120 erase_size=16
modprobe mtdchar
mknod /dev/mtdblock0 b 31 0
modprobe mtdblock
losetup -o 16 /dev/loop0 ./initrd.bin
dd if=/dev/loop0 of=/dev/mtdblock0
losetup -d /dev/loop0
mount -t jffs2 /dev/mtdblock0 /mymountpoint
cd /mymountpoint

I am attempting to modify it with Qtopia 2.2



Quote
I down loaded qtopia-2.1.2-6000-beta-rom.zip  for the Zaurus 6000 and unzipped it.

Is it now possible for me to mount initrd.bin contained in the zip file on my x86 running Suse 10.  I've installed mkfs.jffs2 on  this system.

Any hints appreciated.

-David
[div align=\"right\"][a href=\"index.php?act=findpost&pid=108141\"][{POST_SNAPBACK}][/a][/div]