Re: Question about Opie
Graham <[email protected]>
| Newsgroups | gmane.comp.handhelds.ipaq.hx4700.linux,gmane.comp.handhelds.opie.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 26 April 2006 23:15, Rene Wagner wrote: > Any help with this would be appreciated. The Opie guys have expressed > their willingness [1] to assist anyone who has the hardware in > question, wants to implement the missing bits, and needs help with > the Opie side of it. > I've got the hardware, and would like to assist, but not sure if I've got the experience necessary. Last year I wrote a crude and simple script to reset the setting for the touchscreen input, which I could refine. Is there an Opie image (which will start with kernel 2.15+ - maybe one intended for 8.4-rc2?) available to test - or one with the initial screen setup disabled, so ssh can be used to get it up and running? I've no experience with JFFS filesystems, but have had a quick try to mount the opie image (on Desktop PC, Gentoo 2.6.16.9 kernel) to have a look, but the mounted directory listing gives 0 files, although 10% disk useage?? Apologies if I'm missing something obvious - (maybe the commands are for a flash device only, not an image on HD?) or if there's a howto somewhere. Graham ---------------------------------------------------------------------- Attempt to mount opie image downloaded to reiserfs partition: msi opie # modprobe jffs2 msi opie # modprobe mtdram msi opie # modprobe mtdchar msi opie # modprobe mtdblock msi opie # dd if=opie-image-v0.8.4-rc1-ipaq-pxa270.rootfs.jffs2 of=/dev/mtd0 41472+0 records in 41472+0 records out msi opie # mount -t jffs2 /dev/mtdblock0 /mnt/tmp msi opie # df -h Filesystem Size Used Avail Use% Mounted on /dev/hda3 8.4G 4.9G 3.5G 59% / udev 252M 288K 252M 1% /dev /dev/hda1 120M 47M 73M 39% /boot /dev/hda4 67G 8.0G 59G 12% /data none 252M 0 252M 0% /dev/shm /dev/mtdblock0 4.0M 388K 3.7M 10% /mnt/tmp msi opie # ls -l /mnt/tmp total 0 (also tried mknod /dev/mtd c 31 0)