OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: tekisui on May 06, 2005, 04:39:47 pm

Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: tekisui on May 06, 2005, 04:39:47 pm
Has anyone gotten dev_img 1.5 working on the SL-C3000 with the Sharp Rom?
I've got it sitting on a 128mb SD card, and when I try to install it with the script with:
# ./image_setup.sh /mnt/card /mnt/card
I get:
Setting mount point /mnt/card...
Mounting image /mnt/card...
mount: Mounting /dev/mmcda1 on /mnt/card failed: Device or resource busy
Setting up compiler..
./image_setup.sh: /home/zaurus/develop/bin/compiler_setup.sh: No such file or directory
Image setup complete.
#
And thats it. I've googled, etc and all I get are pages referencing dev_img that translate poorly at best from the orignal Japanese. If dev_img is definitely not going to work, I need/want some sort of C compiler I can use on my SL-C3000. (Note:I want C, not C++). I want the install to go to the SD card for space reasons, though if someone thinks it'll fit within the OS, then great, show me how to do that. Thanks in advance. I'll be checking this thread obsessively.
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: ArchiMark on May 06, 2005, 07:56:55 pm
Tekisui,

Yes, I got it working on my C3000.

You need to check the OE forums and you'll find some posts on this....

HTH,

Mark
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: maxg on May 06, 2005, 08:07:23 pm
Quote
Has anyone gotten dev_img 1.5 working on the SL-C3000 with the Sharp Rom?
I've got it sitting on a 128mb SD card, and when I try to install it with the script with:
# ./image_setup.sh /mnt/card /mnt/card
I get:
Setting mount point /mnt/card...
Mounting image /mnt/card...
mount: Mounting /dev/mmcda1 on /mnt/card failed: Device or resource busy
Setting up compiler..
./image_setup.sh: /home/zaurus/develop/bin/compiler_setup.sh: No such file or directory
Image setup complete.
#

This is not the right path for the command. You should try ./image_setup.sh /mnt/card/nameoftheimage /mountpath, using appropriate filenames
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: tekisui on May 09, 2005, 01:17:51 pm
This is not the right path for the command. You should try ./image_setup.sh /mnt/card/nameoftheimage /mountpath, using appropriate filenames
[div align=\"right\"][a href=\"index.php?act=findpost&pid=78638\"][{POST_SNAPBACK}][/a][/div]
[/quote]

I copied my input over wrong.. That should read:
# ./image_setup.sh /mnt/card/dev_img-1.5 /mnt/card

I'm trying to install it to my SD card, since I don't use it for anything else. Am I misinterpreting or taking too literally your instructions or something? Apparantly I'm missing something. As for ArchiMark, I've searched as best I can through the forums but haven't found anything very helpful for the 3000. The search engine here seems to be finiky. For instance I had a hard time finding information on GCC when I searched for "GCC" but found posts containing the info I sought when I searched "development" and combed through the results. Go figure.
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: ArchiMark on May 09, 2005, 01:36:26 pm
Did you find this thread??

https://www.oesf.org/forums/index.php?showtopic=10201 (https://www.oesf.org/forums/index.php?showtopic=10201)

HTH,

Mark
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: tekisui on May 09, 2005, 02:42:42 pm
Quote
Did you find this thread??

https://www.oesf.org/forums/index.php?showtopic=10201 (https://www.oesf.org/forums/index.php?showtopic=10201)

HTH,

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

No I hadnt seen that one, but it doesn't really help much anyway since I'm having a different problem. I still don't know why I'm getting the error about not being able to find compiler_setup.sh in /home/zaurus/develop/bin/
I'm getting an error about not being able to setup a loopback device, but I remember reading how to do that somewhere else, so I've got that covered. What I really need is a step by step for installing this, if not for the reason that I'm apparantly not savy enough to figure it out myself, then for the sake of having it somewhere for other semi-experienced users to find, so they dont have to go through this mess.
Title: Dev_img 1.5 On C3000 With Sharp Rom
Post by: tekisui on May 09, 2005, 10:12:45 pm
Followup:

I found v1.6 and an instruction page in Japanese that Google translated for me that I'm working from. The destination is different for the installation, but I'm getting the same problem still. I still dont know why I'm getting this error:
./image_setup.sh: /home/zaurus/develop/bin/compiler_setup.sh: No such file or directory

I don't know what thats about because no such script exists that I can find, and if Dev_Img is supposed to put it there, it isnt. I can't find any reference to the problem in English, and I'm still reading translated Japanese pages that reference the problem, but so far, none are remotely helpful. I'll advise if I figure it out, though all help is welcome.