OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: dannytt on February 27, 2006, 01:04:13 pm

Title: Newbie Question Zaurus Pdaxrom
Post by: dannytt 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
Title: Newbie Question Zaurus Pdaxrom
Post by: Seb 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
Title: Newbie Question Zaurus Pdaxrom
Post by: pgas on February 27, 2006, 02:04:39 pm
format the card
http://mail.pdaxrom.org/contrib/docs/parti..._and_format.txt (http://mail.pdaxrom.org/contrib/docs/partition_and_format.txt)

about swap
http://www.pdaxrom.org/index.php?showid=43&menuid=8 (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
Title: Newbie Question Zaurus Pdaxrom
Post by: tombraider 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]
Title: Newbie Question Zaurus Pdaxrom
Post by: pgas 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
Title: Newbie Question Zaurus Pdaxrom
Post by: Yoru 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)?
Title: Newbie Question Zaurus Pdaxrom
Post by: karlto 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