Author Topic: rc9 on a 3000  (Read 11205 times)

auauhiro

  • Newbie
  • *
  • Posts: 8
    • View Profile
rc9 on a 3000
« on: May 24, 2005, 09:13:42 pm »
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
rc9 on a 3000
« Reply #1 on: May 25, 2005, 12:26:19 am »
Quote
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

its here [a href=\"http://212.10.30.205/rc10/Zaurus-C1000/root-akita-rc10.1.tar.bz2]http://212.10.30.205/rc10/Zaurus-C1000/roo...-rc10.1.tar.bz2[/url]

auauhiro

  • Newbie
  • *
  • Posts: 8
    • View Profile
rc9 on a 3000
« Reply #2 on: May 25, 2005, 01:18:23 am »
Quote
Quote
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

its here [a href=\"http://212.10.30.205/rc10/Zaurus-C1000/root-akita-rc10.1.tar.bz2]http://212.10.30.205/rc10/Zaurus-C1000/roo...-rc10.1.tar.bz2[/url]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=81351\"][{POST_SNAPBACK}][/a][/div]


Thank you very much.

ztep

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
rc9 on a 3000
« Reply #3 on: May 25, 2005, 03:50:31 am »
Quote
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.

When you build/test RC10 on C3000, can you public the results/files/instructions for the other C3000 users?

Thanks

auauhiro

  • Newbie
  • *
  • Posts: 8
    • View Profile
rc9 on a 3000
« Reply #4 on: May 25, 2005, 05:13:18 am »
Quote
Quote
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.

When you build/test RC10 on C3000, can you public the results/files/instructions for the other C3000 users?

Thanks
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

I tried RC10 for SL-C1000 on C3000 chrooted from linux console of PocketWorkstation.

The X-Server works very well, and the match box window manager was
launched, but some clients can not be launched. I tried to check
the reason from X-terminal, but both of rxvt and xterm can not be launched. I copied the /dev from RC9 working on C3000, but nothing was changed.  Now, I'm using the Xfbdev of RC10 on C1000 as the X-server of RC9 on C3000.

The method for using RC10 for SL-C1000 on SL-C3000 is as follows.
1) Install pocketworkstation on SL-C3000
See [a href=\"http://www.eleves.ens.fr/home/leurent/zaurus.html]http://www.eleves.ens.fr/home/leurent/zaurus.html[/url]
2) Reboot SL-C3000 in linux cosole mode of pocketworkstation and login as root.
3) Extract the pdaxrom root image http://212.10.30.205/rc10/Zaurus-C1000/roo...-rc10.1.tar.bz2
on /hdd3. You will need to decompress bz2 before extracting tar in C3000 or you need to install bzip2 on SL-C3000.
bzip2 -d root-akita*
tar xvpf root-akita*

4) Extract the /home, /var and /dev from /root and make /tmp.
cd /hdd3/root-akita
tar xvpf root/.var*
tar xvpf root/.home*
tar xvpf root/.dev*
rm -r tmp
mkdir tmp

5) mount /proc
mount -t proc /proc /hdd3/root-akita/proc
6) chroot to RC10
chroot /hdd3/root-akita
7) set enviroment variables.
source /etc/profile
export LD_LIBRARY_PATH=/usr/X11R6/lib:$LD_LIBRARY_PATH

8) start X-server
startx
The matchbox windowmanager can not be shutdown from menu.
You must stop X-server by alt(Address)-Ctrl-BS.

Please try and solves problems of launching X-terminals.

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
rc9 on a 3000
« Reply #5 on: May 25, 2005, 07:54:06 am »
Quote
The X-Server works very well, and the match box window manager was
launched, but some clients can not be launched. I tried to check
the reason from X-terminal, but both of rxvt and xterm can not be launched. I copied the /dev from RC9 working on C3000, but nothing was changed.

/dev/pts mounted?

auauhiro

  • Newbie
  • *
  • Posts: 8
    • View Profile
rc9 on a 3000
« Reply #6 on: May 25, 2005, 11:01:27 pm »
Quote
Quote
The X-Server works very well, and the match box window manager was
launched, but some clients can not be launched. I tried to check
the reason from X-terminal, but both of rxvt and xterm can not be launched. I copied the /dev from RC9 working on C3000, but nothing was changed.

/dev/pts mounted?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=81407\"][{POST_SNAPBACK}][/a][/div]
I did not mount /dev/pts. The rxvt installed on RC9.1J may use /dev/pty??, thus
it works without /dev/pts.

I found more easy way to install RC10 for C1000 on C3000 without using chroot. But, this method is dengerous, it may completely break the system of your C3000. So, I will not write details.

I erased the instructions of this method wrtten here, because the filesystem of hdd3 on my C3000 was broken.
« Last Edit: May 26, 2005, 12:17:41 am by auauhiro »

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
rc9 on a 3000
« Reply #7 on: May 26, 2005, 12:46:41 am »
Quote
I'm using RC9 on SL-C3000 chrooted from Qtopia. I want to test your the binaries of RC10 for C1000. Please, upload the tar image of root partition of jff2 file sywstem, because I can not extract binaries from jffs2.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=81340\"][{POST_SNAPBACK}][/a][/div]
I split this into it's own thread, because for some reason you couldn't have started your own  
« Last Edit: May 26, 2005, 12:46:59 am by offroadgeek »
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |