Author Topic: Newbie Question Zaurus Pdaxrom  (Read 3209 times)

dannytt

  • Newbie
  • *
  • Posts: 1
    • View Profile
Newbie Question Zaurus Pdaxrom
« on: February 27, 2006, 01:04:13 pm »
Dear all,

After readmany here post I order a Zaurus C1000 from pricejapan and got it last week.
It so pettery.
But i have many question.
I installed pdaxrom follow the the step at pdaxrom.org.
after install it i would like install software onto a SD card.
After read some old post but i dont understand what is swap?
how to format and swap?
window can use what software read/write ext2 format SD card? if not how can I copy software into card for install?


thx for everyone read this post

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Newbie Question Zaurus Pdaxrom
« Reply #1 on: February 27, 2006, 01:37:21 pm »
Quote
after install it i would like install software onto a SD card.
After read some old post but i dont understand what is swap?
how to format and swap?
window can use what software read/write ext2 format SD card? if not how can I copy software into card for install?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116247\"][{POST_SNAPBACK}][/a][/div]

filesystems:
windows basically can only use FAT and NTFS filesystems, if you want to have a filesystem which is accessible from windows AND linux, take FAT (-> mkdosfs)

swap:
i suggest to buy a good book and start reading about swap files and swap partitions there, you can also start googling for mkswap etc.
since you've got a C1000 permanent swap is probably not a good idea since you don't have a hard drive and there is only a limited number of write cycles on flash memory - if you still want to have a swap file or partition - put it on the CARD!

installing software on sd:
typically software needs symbolic links which are not supported by all filesystems, many people choose ext2/3 file systems (-> mke2fs)
if you want to install ipkgs there you have to edit the ipkg-config file (i *THINK* it is "ipkg.conf" in /etc or something similar) - take a look at it and you know what to do. when installing use the -d option e.g. ipkg -d /mnt/card install blabla.ipk

if you want to have FAT and ext partitions on SD at the same time - first read about partitioning in general, then it's a bit tricky to get it auto-mounted

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Newbie Question Zaurus Pdaxrom
« Reply #2 on: February 27, 2006, 02:04:39 pm »
format the card
http://mail.pdaxrom.org/contrib/docs/parti..._and_format.txt

about swap
http://www.pdaxrom.org/index.php?showid=43&menuid=8


Quote
if not how can I copy software into card for install?
one way is to use a tcpip connection over usb, set a password for root and use something like
winscp that allows to copy files over ssh
SLC-860 cacko / senao wifi

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Newbie Question Zaurus Pdaxrom
« Reply #3 on: February 27, 2006, 03:35:37 pm »
Windows recognizes and formats only FAT not ext2 AFAIK.
You can get a card reader for your PC to put files on the sd card or if you can connect to the internet through the Zaurus (have a cf WIFI card) you can download ipks from different feeds on the internet.  Do a Google search for Zaurus feed and add the feed url into your add/remove hardware utility.  You then can install any ipk in a feed by clicking its icon with the stylus and following the directions.

HTH

Quote
Dear all,

After readmany here post I order a Zaurus C1000 from pricejapan and got it last week.
It so pettery.
But i have many question.
I installed pdaxrom follow the the step at pdaxrom.org.
after install it i would like install software onto a SD card.
After read some old post but i dont understand what is swap?
how to format and swap?
window can use what software read/write ext2 format SD card? if not how can I copy software into card for install?


thx for everyone read this post
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116247\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Newbie Question Zaurus Pdaxrom
« Reply #4 on: February 27, 2006, 03:39:13 pm »
Quote
Do a Google search for Zaurus feed and add the feed url

Well for pdaxrom feed (mostly the ones on mail.pdaxrom.org)
because ipks from feeds for other roms won't work
SLC-860 cacko / senao wifi

Yoru

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://
Newbie Question Zaurus Pdaxrom
« Reply #5 on: February 28, 2006, 08:58:13 am »
Quote
Quote
after install it i would like install software onto a SD card.
After read some old post but i dont understand what is swap?
how to format and swap?
window can use what software read/write ext2 format SD card? if not how can I copy software into card for install?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116247\"][{POST_SNAPBACK}][/a][/div]

filesystems:
windows basically can only use FAT and NTFS filesystems, if you want to have a filesystem which is accessible from windows AND linux, take FAT (-> mkdosfs)

swap:
i suggest to buy a good book and start reading about swap files and swap partitions there, you can also start googling for mkswap etc.
since you've got a C1000 permanent swap is probably not a good idea since you don't have a hard drive and there is only a limited number of write cycles on flash memory - if you still want to have a swap file or partition - put it on the CARD!

installing software on sd:
typically software needs symbolic links which are not supported by all filesystems, many people choose ext2/3 file systems (-> mke2fs)
if you want to install ipkgs there you have to edit the ipkg-config file (i *THINK* it is "ipkg.conf" in /etc or something similar) - take a look at it and you know what to do. when installing use the -d option e.g. ipkg -d /mnt/card install blabla.ipk

if you want to have FAT and ext partitions on SD at the same time - first read about partitioning in general, then it's a bit tricky to get it auto-mounted
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116253\"][{POST_SNAPBACK}][/a][/div]

What line of ipkg-conf I must edit to install software in for example the internal microdrive (/dev/hda1)?
C3100 with pdaXrom
1GB SD Sandisk EXTREME III
4GB CF Sandisk EXTREME III
CF D-Link Air 660W

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Newbie Question Zaurus Pdaxrom
« Reply #6 on: February 28, 2006, 03:42:53 pm »
Quote
What line of ipkg-conf I must edit to install software in for example the internal microdrive (/dev/hda1)?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116368\"][{POST_SNAPBACK}][/a][/div]

You need the mount point, rather than the device. E.g. my '/etc/ipkg.conf' has this line:

Code: [Select]
dest cf /mnt/cf
...which is the external CF microdrive (/dev/hda1) on my SL6000. Then you can install software to this location using:

Code: [Select]
ipkg -d cf install
SL6000-L, RC12