Author Topic: Dual Booting pdaX from SD  (Read 30144 times)

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #90 on: June 09, 2004, 06:04:26 am »
Hi, how is the dual boot setup working these days? I\'d really like to try it with Cacko on the Flash and PDAXROM on the SD card.
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #91 on: July 03, 2004, 09:51:59 pm »
I would really appreciate it if someone could just tell me without having to read until my eyes hurt, what files do I download (links please) and how (in simple idiot-proof steps) to set this up, I've been trying for hours and I'm totally confused.  I've got two files and no idea what to do with them and no idea what size card I need.

I want to dual boot pdaXrom (1.0.5) from Cacko QT ROM 1.21b on a C860

thanks!
-Francis
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #92 on: July 04, 2004, 09:06:10 am »
Quote
I would really appreciate it if someone could just tell me without having to read until my eyes hurt, what files do I download (links please) and how (in simple idiot-proof steps) to set this up, I've been trying for hours and I'm totally confused.  I've got two files and no idea what to do with them and no idea what size card I need.

I want to dual boot pdaXrom (1.0.5) from Cacko QT ROM 1.21b on a C860

thanks!
-Francis
Padish,

I have only tested the following files (http://zaurus.hostnic.us/pdaXrom-SD%20dual%20boot/Dual_C760.zip and http://zaurus.hostnic.us/pdaXrom-SD%20dual...pdaX-SD.tar.gz) The pdaX is only 1.0.0 but should there is a rom tarball of 1.0.5 here. If I get time before the new version of pdaX comes out I'll try it out and report back, but the process should be exactly the same.

Here is a copy of what is in the ReadMe.txt in the Dual_C760.zip file.

1. Download pdaXrom tarball from http://zaurus.hostnic.us (Special thanks to Corey Costadura for supplying storage space)
2. remount / read-write (mount -o rw,remount /
3. mkdir /sbin/sys
4. cp /sbin/telinit /sbin/sys/init - this is necessary as telinit doesn't like being called from /sbin/sys/init and gave errors
5. cp init script to /sbin
6. chmod +x /sbin/init
7. Copy pivot_root to /sbin
8. untar pdaX tarball to ext2 formatted card (tar xzpvf pdax-SD.tar.gz) NOTE: you need a version of tar that understands the "p" flag to preserve permissions. I use gtar on the zaurus rather than busybox tar.
9. reboot, while the SD card is in you should boot to pdaX, remove the card and boot into normal rom.

The main things to remember is that the perms from the tarball need to be kept - I suggest untarring to your SD card from a desktop linux system via a card reader or via USB-storage - it's faster and you can use the "p" flag which the Z busybox tar doesn't have. If you really want to do everything on the Z then use the gtar ipk in the Dual_C760.zip - it is a full tar.

The biggest problem I had was that the pdaX fbvnc was not compatible with the normal qtopia kernel so I switched it for the fbvnc from the x11zaurus - worked fine except for a calibration problem where the calibration is of in greater amounts as you move across the screen - on the right side of the screen it is off by about 5 pixels - not great but you can still use it.

Let me know if you require further explanation on any of these steps and if I get the chance I'll try out the 1.0.5 tarball and report back

Stu

Editted to add missing step
« Last Edit: July 07, 2004, 02:32:49 pm by Stubear »
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #93 on: July 04, 2004, 09:17:05 am »
Thankyou Stu, I will give this a go in a while, I'm about to kick back and chill for the day with my beloved Z, it looks like I downloaded the wrong files which didn't help at all and by the time I gave up last night, my eyes were stinging...  The tar info is useful, I didn't know about the limitations of it, I will remedy that today as well.

Thanks again

- Francis
« Last Edit: July 04, 2004, 09:45:55 am by padishah_emperor »
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

padishah_emperor

  • Hero Member
  • *****
  • Posts: 849
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #94 on: July 04, 2004, 11:31:03 am »
Thanks for your help, it was interesting to try.
« Last Edit: July 04, 2004, 04:39:56 pm by padishah_emperor »
Left Linux and Linux PDAs... sorry, got boring.  Switched to Mac.

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #95 on: July 07, 2004, 01:51:43 pm »
Stubear:
In your instructions above I believe you left out the step of copying pivot_root to the /sbin directory. Am I wrong?

cheers,
Jerry
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #96 on: July 07, 2004, 02:30:57 pm »
Quote
Stubear:
In your instructions above I believe you left out the step of copying pivot_root to the /sbin directory. Am I wrong?

cheers,
Jerry
Nope your not wrong, I did miss that step  

I'll go back and edit the previous post for others reference

thanks for catching that

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

rikm

  • Newbie
  • *
  • Posts: 7
    • View Profile
Dual Booting pdaX from SD
« Reply #97 on: July 16, 2004, 09:10:28 pm »
And not to pick nits, but a previous post that answered the 'how to format' question left out the fdisk step.  A new SD card will have a FAT16 partition ID and should be changed to type 83 prior to format.

This looks like a fun project.  I'm going to give it a try with the next release.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #98 on: July 17, 2004, 12:40:20 am »
Quote
And not to pick nits, but a previous post that answered the 'how to format' question left out the fdisk step.  A new SD card will have a FAT16 partition ID and should be changed to type 83 prior to format.

This looks like a fun project.  I'm going to give it a try with the next release.
It doesn't matter, Linux is smart enough not to rely solely on the partition ID for working out what the filesystem type is.

So you can safely miss the fdisk stage if you aren't changing partition sizes

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

kitsnews

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • http://
Dual Booting pdaX from SD
« Reply #99 on: August 30, 2004, 11:49:05 pm »
Quote
Quote
I would really appreciate it if someone could just tell me without having to read until my eyes hurt, what files do I download (links please) and how (in simple idiot-proof steps) to set this up, I've been trying for hours and I'm totally confused.  I've got two files and no idea what to do with them and no idea what size card I need.

I want to dual boot pdaXrom (1.0.5) from Cacko QT ROM 1.21b on a C860

thanks!
-Francis
Padish,

I have only tested the following files (http://zaurus.hostnic.us/pdaXrom-SD%20dual%20boot/Dual_C760.zip and http://zaurus.hostnic.us/pdaXrom-SD%20dual...pdaX-SD.tar.gz) The pdaX is only 1.0.0 but should there is a rom tarball of 1.0.5 here. If I get time before the new version of pdaX comes out I'll try it out and report back, but the process should be exactly the same.

Here is a copy of what is in the ReadMe.txt in the Dual_C760.zip file.

1. Download pdaXrom tarball from http://zaurus.hostnic.us (Special thanks to Corey Costadura for supplying storage space)
2. remount / read-write (mount -o rw,remount /
3. mkdir /sbin/sys
4. cp /sbin/telinit /sbin/sys/init - this is necessary as telinit doesn't like being called from /sbin/sys/init and gave errors
5. cp init script to /sbin
6. chmod +x /sbin/init
7. Copy pivot_root to /sbin
8. untar pdaX tarball to ext2 formatted card (tar xzpvf pdax-SD.tar.gz) NOTE: you need a version of tar that understands the "p" flag to preserve permissions. I use gtar on the zaurus rather than busybox tar.
9. reboot, while the SD card is in you should boot to pdaX, remove the card and boot into normal rom.

The main things to remember is that the perms from the tarball need to be kept - I suggest untarring to your SD card from a desktop linux system via a card reader or via USB-storage - it's faster and you can use the "p" flag which the Z busybox tar doesn't have. If you really want to do everything on the Z then use the gtar ipk in the Dual_C760.zip - it is a full tar.

The biggest problem I had was that the pdaX fbvnc was not compatible with the normal qtopia kernel so I switched it for the fbvnc from the x11zaurus - worked fine except for a calibration problem where the calibration is of in greater amounts as you move across the screen - on the right side of the screen it is off by about 5 pixels - not great but you can still use it.

Let me know if you require further explanation on any of these steps and if I get the chance I'll try out the 1.0.5 tarball and report back

Stu

Editted to add missing step
Hi,

The link of package for dual boot is broken. Could anyone post it to download aread? I really need it.

Thanks in advance
Kit

alan

  • Full Member
  • ***
  • Posts: 221
    • View Profile
Dual Booting pdaX from SD
« Reply #100 on: September 02, 2004, 04:33:30 pm »
Dear pdaxrom team : can you make this work with Katherin Official ? It woulb be a REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEALY great stuff !!!!!!