Author Topic: Dev_img 1.5 On C3000 With Sharp Rom  (Read 3597 times)

tekisui

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://tekisui.dynalias.com
Dev_img 1.5 On C3000 With Sharp Rom
« 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.
Zaurus SL-5600 (Poodle)
OpenZaurus 3.5.4
AmbiCom 802.11b CF Card
AmbiCom Bluetooth BT2000 CF Card
Kingston 256mb CF Card
SanDisk 128mb SD Card
Pocketop Folding Keyboard
l337 h4x0r 4ppz

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #1 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
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/

maxg

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #2 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
All my reports and testing were made (if no other mention given) on SL-C1000

tekisui

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://tekisui.dynalias.com
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #3 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.
Zaurus SL-5600 (Poodle)
OpenZaurus 3.5.4
AmbiCom 802.11b CF Card
AmbiCom Bluetooth BT2000 CF Card
Kingston 256mb CF Card
SanDisk 128mb SD Card
Pocketop Folding Keyboard
l337 h4x0r 4ppz

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #4 on: May 09, 2005, 01:36:26 pm »
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/

tekisui

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://tekisui.dynalias.com
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #5 on: May 09, 2005, 02:42:42 pm »
Quote
Did you find this thread??

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.
Zaurus SL-5600 (Poodle)
OpenZaurus 3.5.4
AmbiCom 802.11b CF Card
AmbiCom Bluetooth BT2000 CF Card
Kingston 256mb CF Card
SanDisk 128mb SD Card
Pocketop Folding Keyboard
l337 h4x0r 4ppz

tekisui

  • Newbie
  • *
  • Posts: 36
    • View Profile
    • http://tekisui.dynalias.com
Dev_img 1.5 On C3000 With Sharp Rom
« Reply #6 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.
Zaurus SL-5600 (Poodle)
OpenZaurus 3.5.4
AmbiCom 802.11b CF Card
AmbiCom Bluetooth BT2000 CF Card
Kingston 256mb CF Card
SanDisk 128mb SD Card
Pocketop Folding Keyboard
l337 h4x0r 4ppz