Author Topic: Compile Problem - Dev_img-1.5  (Read 26923 times)

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Compile Problem - Dev_img-1.5
« Reply #15 on: February 03, 2005, 01:41:10 am »
Well, /home/zaurus is not a link, but permissions seem to be a little strange to me. Try chmod a+rx /home/zaurus and then install again.

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #16 on: February 03, 2005, 10:03:58 pm »
Thanks for your help, Maslovsky....

OK, did what you suggested:

Code: [Select]
su
chmod a+rx /home/zaurus

and then
Code: [Select]
cd /mnt/card
./image_setup.sh /mnt/card/dev_img-1.5 /home/zaurus/develop

and got the same error message as before:

Code: [Select]
Setting mount point /home/zaurus/develop...
Mounting image /mnt/card/dev_img-1.5...
Mount: Mounting /usr/mnt.rom/card/dev_img-1.5 on /home/zaurus/develop
failed: Block device required
Failed to mount image /mnt/card/dev_img-1.5 on /home/zaurus/develop

Any other suggestions or things to try???

Thanks,

Mark
Really would like to get Dev_Img-1.5 Working on his C3000  
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #17 on: February 05, 2005, 10:28:36 am »
Any input anybody??

Would really like to get dev_img-1.5 running properly....

Thanks,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Compile Problem - Dev_img-1.5
« Reply #18 on: February 06, 2005, 05:08:15 am »
Can you mount image manualy?

mount -t cramfs <dev-image> <some_place> -o loop

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #19 on: February 07, 2005, 04:00:34 pm »
Thanks so much for your help, Maslovsky!

Hopefully, one day this puzzle will be solved!....

Meanwhile....

I screwed up my Z yesterday morning trying to reflash...so didn't get things back to normal till this morning...

Reflashed with new kernel that supposed to have 'squashfs' in it. So, thought I'd try installing dev_img-1.6 instead.

Just tried install again, once with your setup script and once manually per your instructions....

Here's what I get now:

Code: [Select]
#su
#chmod a+rx /home/zaurus
#cd /mnt/card
#./image_setup.sh /mnt/card/dev_img-1.6 /home/zaurus/develop
Setting mount point /home/zaurus/develop...
Mounting image /mnt/card/dev_im-1.6...
mount: /mnt.rom/card/dev_img-1.6: No such file or directory
mount: Could not setup loop device
Failed to mount image /mnt/card/dev_img-1.6 on /home/zaurus/develop
#mount -t cramfs /mnt/card/dev_img-1.6 /home/zaurus/develop
mount: Mounting /mnt/card/dev_img-1.6 on  /home/zaurus/develop failed:
Block device required

Any suggestions??

Thanks,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Compile Problem - Dev_img-1.5
« Reply #20 on: February 07, 2005, 06:44:45 pm »
Quote
mount: /mnt.rom/card/dev_img-1.6: No such file or directory

Is that file indeed om the root of your SD card?

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #21 on: February 07, 2005, 07:21:35 pm »
Quote
Quote
mount: /mnt.rom/card/dev_img-1.6: No such file or directory

Is that file indeed om the root of your SD card?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66046\"][{POST_SNAPBACK}][/a][/div]

Yes...

Code: [Select]
#cd /mnt/card
#ls -l
-rwxrwxrwx    1   root     root     38379520  Jan 9  20:58  dev_img-1.6

-rwxrwxrwx    1   root     root             887   Jan 9  21:02  image_setup.sh

Plus I have other files at root level of card....would that make a difference?

Also, just did the following:
Code: [Select]
#ls -l /dev/loop*
brw-rw----  1  root   operator   7,0  Oct 27 20:24 /dev/loop0
brw-rw----  1  root   operator   7,1  Oct 27 20:24 /dev/loop1

So did the following to add another loop device:
Code: [Select]
#mknod /dev/loop2  b  7  2
#ls -l /dev/loop*
brw-rw----  1  root   operator   7,0  Oct 27 20:24 /dev/loop0
brw-rw----  1  root   operator   7,1  Oct 27 20:24 /dev/loop1
brw-r--r--   1  root   root         7,2  Feb 7   20:14 /dev/loop2

Tried install again manual and with script...
Get same error messages as before:
Code: [Select]
#./image_setup.sh /mnt/card/dev_img-1.6 /home/zaurus/develop
Setting mount point /home/zaurus/develop...
Mounting image /mnt/card/dev_im-1.6...
mount: /mnt.rom/card/dev_img-1.6: No such file or directory
mount: Could not setup loop device
Failed to mount image /mnt/card/dev_img-1.6 on /home/zaurus/develop
#mount -t cramfs /mnt/card/dev_img-1.6 /home/zaurus/develop -o loop
mount: Mounting /mnt/card/dev_img-1.6 on  /home/zaurus/develop failed:
Invalid argument

Thanks,

Mark
« Last Edit: February 07, 2005, 11:26:10 pm by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Compile Problem - Dev_img-1.5
« Reply #22 on: February 08, 2005, 03:08:16 am »
The only thing that comes to my mind is to update permisssions of your loop2 device to match those of loop0 and loop2.

Another idea - can you mount other cramfs images? I wonder if default C3000 kernel has cramfs support compiled in...

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #23 on: February 08, 2005, 09:10:38 am »
Quote
The only thing that comes to my mind is to update permisssions of your loop2 device to match those of loop0 and loop2.

OK, will try that....assume you mean 'of loop0 and loop1'...

Quote
Another idea - can you mount other cramfs images?

Well, after failing to get dev_img installed. I did get 'zgcc' working. But I want to use 'dev_img' as it has more goodies in it'...

Quote
I wonder if default C3000 kernel has cramfs support compiled in...

I will try and check that...maybe with the new 'Tetsu' kernel I flashed the other day...it has squashfs in it...so will check...

THANKS!

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #24 on: February 09, 2005, 04:20:32 pm »
OK, checked things out...

Code: [Select]
#cat /proc/filesystems
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   tmpfs
nodev   shm
nodev   pipefs
            ext3
            ext2
            cramfs
nodev   ramfs
            minix
            vfat
            iso9660
nodev   nfs
nodev   smbfs
            ntfs
            jffs2
nodev   devpts

Hope this helps....

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #25 on: February 15, 2005, 01:27:02 pm »
OK, finally got Dev_Img-1.6 installed and WORKING on my C3000!!!!!

 

Only took a week plus the considerable help from another OE forum member....

Wish I could write up a simple summary of what it took to get it working, but right now my head is still spinning from all the steps I had to do...    

Would be great to have though in case I ever need to reinstall...  

So guess I'll keep my C3000 after all.....

Mark
Very Happy* Silicone Valley Zster


*Well, more or less...will be really happy when Cacko/pdaXrom is available for C3000...  
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Mr Root

  • Newbie
  • *
  • Posts: 4
    • View Profile
Compile Problem - Dev_img-1.5
« Reply #26 on: May 21, 2005, 11:24:45 am »
Errm....I am having the problem on my new C1000. using Dev Img 1.6 with a "No such Device" error.

I dont remember any problems with 1.5 on my 860.

Help please....
Thanks

Quote
OK, finally got Dev_Img-1.6 installed and WORKING on my C3000!!!!!

 

Only took a week plus the considerable help from another OE forum member....

Wish I could write up a simple summary of what it took to get it working, but right now my head is still spinning from all the steps I had to do...   

Would be great to have though in case I ever need to reinstall...  

So guess I'll keep my C3000 after all.....

Mark
Very Happy* Silicone Valley Zster


*Well, more or less...will be really happy when Cacko/pdaXrom is available for C3000... 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=67165\"][{POST_SNAPBACK}][/a][/div]

jfox

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://FoxFrenchTranslations.com/zaurus
Compile Problem - Dev_img-1.5
« Reply #27 on: June 21, 2005, 12:24:01 am »
I'm probably responsible for the original idea to put the zgcc suite in a cramfs form. See my notes at my Zaurus On-board programming web site. I have heard that OZ 3.51, and perhaps other builds, lacks complete support in bash for mount ..... -o loop.

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Compile Problem - Dev_img-1.5
« Reply #28 on: June 21, 2005, 06:22:17 am »
Quote
I have heard that OZ 3.51, and perhaps other builds, lacks complete support in bash for mount ..... -o loop.
This has been fixed in OZ 3.5.2 and later releases.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Compile Problem - Dev_img-1.5
« Reply #29 on: August 20, 2005, 02:20:24 am »
i tried dev image 1.3 1.5 1.6 which had 1.5 in the 1.6 zip file <-crazy


could not get any of these to run even after 48 hours straight reading and trying various methods.  I decided to brush the dust under the mattress.

Any idea how to install these on sd on a c1000?
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software