Author Topic: dev_img-1.5  (Read 2798 times)

spes333

  • Newbie
  • *
  • Posts: 2
    • View Profile
dev_img-1.5
« on: November 03, 2004, 09:32:07 pm »
Hi!

I try to use the dev_img-1.5 on a SL-6000L. I start a console  mount the image with the image_setup.sh. I decided to use the /mnt/cf2 instead of the /mnt/dev. But I am not sure how it work to relogin as an user zaurus. I tried to su to zaurus. I restarted the console after this. But something is not right with the $PATH. gcc is not in such a directory. I also tried to usr the complete path "/mnt/cf2/bin/gcc ...". But this doesn't work (Still files he is not able to find!).

Any Ideas?

Spes

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
dev_img-1.5
« Reply #1 on: November 03, 2004, 10:42:36 pm »
It has been working if you use SD formatted with ext2.
« Last Edit: December 13, 2004, 09:02:24 pm by freizugheit »

spes333

  • Newbie
  • *
  • Posts: 2
    • View Profile
dev_img-1.5
« Reply #2 on: November 04, 2004, 08:16:43 pm »
I found my Problem. The console isn't using the .profile file. So I have to set the Path manual "export PATH=/mnt/cf2/bin:$PATH"

Spes