Author Topic: Debian On C3xxx (merged Topics)  (Read 121915 times)

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Debian On C3xxx (merged Topics)
« Reply #195 on: September 28, 2007, 05:05:55 pm »
*takes sl-c3100 out of drawer*

Glad I never got around to putting this up on Ebay.

*clicks next to start Titchy install*
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Debian On C3xxx (merged Topics)
« Reply #196 on: October 01, 2007, 03:53:13 am »
Quote from: Capn_Fish
OK, impressions. I get the impression that this is not normal:

-My SD card won't appear in /dev
-udev isn't installed

Can't do much else at this point. If somebody could post their install steps, it'd be appreciated. This looks really neat, but it is horribly broken for me

I did a reinstall and had the same problem. (tried 3 times, don't know what went right during the first install and can't be repeated ???)
BTW : I used dhcp during the installation.  
Adding some drivers to /etc/modules solves most problems (SD, wifi, keymap, lan, bluetooth-usb, mouse).
Still figuring out what else I'm missing.
Could somebody post his /etc/modules and the output of "lsmod" over here ?

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Debian On C3xxx (merged Topics)
« Reply #197 on: October 01, 2007, 03:23:30 pm »
Quote from: Chero
Quote from: Capn_Fish
OK, impressions. I get the impression that this is not normal:

-My SD card won't appear in /dev
-udev isn't installed

Can't do much else at this point. If somebody could post their install steps, it'd be appreciated. This looks really neat, but it is horribly broken for me

I did a reinstall and had the same problem. (tried 3 times, don't know what went right during the first install and can't be repeated ???)
BTW : I used dhcp during the installation.  
Adding some drivers to /etc/modules solves most problems (SD, wifi, keymap, lan, bluetooth-usb, mouse).
Still figuring out what else I'm missing.
Could somebody post his /etc/modules and the output of "lsmod" over here ?

Chero.

Well, those suffering from this problem :

- change /etc/modules to load the following :
loop
zaurus

- install udev :
apt-get install udev

reboot.

All solved.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

maximusz

  • Newbie
  • *
  • Posts: 37
    • View Profile
Debian On C3xxx (merged Topics)
« Reply #198 on: October 02, 2007, 07:55:45 pm »
Hello,
I tried Debian but could not get to full install with my SL-C3100- I only spent an hour or so playing around.
Is it possible to get someone to copy their hard drive and install it on my 3100 if the partitions are the same? I know the file might be large, but I would be willing to host it for other newbie members to download.
If not, any ideas on how much work it would take to get the install as seamless as the full PDAxii13?

.....oh yeah.... I would be willing to pay for a hard drive copy with instructions on how to install and/or to help make Titchy an easier install.

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #199 on: October 04, 2007, 04:25:25 am »
Actually installing Debian can be as easy as installing Cacko, pdaXrom (non-uboot versions) and Angstrom.

There is an alternative way to install the base system without using network connection  (up to step 5).  

*** The "10-step-self-help guide to enjoying a popular penguin" ***
[Please let me know if any of the step is not described accurately]
[Don't give up if things fail; you can always use the original method described in the Titchy Linux wiki http://wiki.neilandtheresa.co.uk/Titchy_Linux/Installing, although it requires network connection all the way through]

Just start from here: http://www.bigbridgezau.sakura.ne.jp/dev/debian/

#1 Preparation work:
A. Prepare the installer:
Download 4 things and copy them to the root of SD:
updater.sh
gnu-tar
zImage-2.6.17-cpufreq-fastfpe.bin  OR  zImage-2.6.20-cpufreq.bin  (This is the kernel; rename it to zImange.bin)
hddrootfs.tar.gz  (This is the base system and Etch; rename it to hdimage1.tgz)

B. Prepare the disk:
(This is not absolutely necessary, do it at your discretion)
To ensure a good clean install, you may want to reformat the whole disk into one big root partition first
Enter the [D]+ emergency mode (i.e. remove power sources, press [D] and , put back AC and battery, power on);
Reformat your microdrive/internal CF by fdisk /dev/hda;
Delete all partitions (d);
Add primary partition 1 (n);
Change the type of the partition (t): partition 1 is 83 (Linux);
Write to the partition table and sync the disk (w);
Now format the partition into Ext3 format: mke2fs -j /dev/hda1
Ready to proceed to #2

#2 Reboot the Z while pressing [OK] to enter the flash menu

#3 Just flash as usual by choosing "4" and then "SD" and then "Y"

#4 If things go well (they should), then kernel will flash and the big tarball will decompress to /dev/hda1.  This may take an hour.

#5 Installation will complete itself and reboot the machine. Debian is ready to go! (default root login: root; root password: kuroadmin)

(From now on you will need network connection to update and upgrade the system)
#6 Set up your network profile in /etc/network/interfaces and /etc/resolv.conf, blacklist hostap if you are using Ambicom WL1100C (for details see this post: https://www.oesf.org/forum/index.php?act=fi...&pid=168621 ).
You can then do the postinstallation steps as descibed in "After installation" in the titchy linux wiki: http://wiki.neilandtheresa.co.uk/Titchy_Linux/Installing

#7 To upgrade from Etch ("stable" but a bit dated) and Lenny ("testing" and the new stuff), change "etch" to "lenny" in /etc/apt/sources.list

#8 apt-get update

#9 apt-get dist-upgrade

#10 Wow!

Plus two desserts:

#11 If you fancy playing with over/underclocking, grab the dvfm binary (not the armel.zip) from the japanese link above.

#12 If you feel like trying different (Angstrom) kernels, three versions are available: 2.6.17-fastfpe-cpufreq, 2.6.20-cpufreq, 2.6.22-cpufreq.  
Remember to use the same updater.sh from the download location of the kernel!  
More discussion this way: https://www.oesf.org/forum/index.php?showtopic=24815.
And be CAREFUL: do NOT flash the kernel with the big installation tarball, because your disk may get reformatted and wiped clean and overwritten with a clean install!
« Last Edit: October 06, 2007, 05:56:22 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

tux

  • Sr. Member
  • ****
  • Posts: 438
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #200 on: October 04, 2007, 06:42:41 am »
Quote from: ZDevil
Actually installing Debian can be as easy as installing Cacko, pdaXrom (non-uboot versions) and Angstrom.

There is an alternative way to install it without using networking.  

*** The "10-step-self-help guide to enjoying a popular penguin" ***

Just start from here:

#1 Download 4 things and copy them to the root of SD:
updater.sh
gnu-tar
zImage-2.6.17-cpufreq-fastfpe.bin  OR  zImage-2.6.20-cpufreq.bin  (This is the kernel; rename it to zImange.bin)
hddrootfs.tar.gz  (This is the base system and Etch; rename it to hdimage1.tgz)

Snipped...


#4 If things go well (they should), then kernel will flash and the big tarball will decompress to /dev/hda1.  This may take an hour.

#5 Installation will complete itself and reboot the machine. Debian is ready to go!

#6 You can then do the postinstallation steps as descibed in "After installation" in the titchy linux wiki: http://wiki.neilandtheresa.co.uk/Titchy_Linux/Installing

Snipped...

  I'm feeling very dim this morning, so please excuse me if my questions have already been answered elsewhere in the threads.  

gnu-tar:- where from, what is it? (I don't think they sent me the memo!  ) (I suspect I'm being really dim on this one!)

zImage files:- the one from the TitchyLinux? Is it in your list? If so, which one? If not, will it work with the corresponding updater.sh?

hddrootfs.tar.gz  (This is the base system and Etch; rename it to hdimage1.tgz). Where do you recommend we get this from?

Last question,  , do we need to partition our drive beforehand, does it use the partitions it finds or does this process partition it for us?

(I cheated, that was three last questions!  )

I think your post and the answers to the questions would make a good base for a Wiki page. Do you want to write it yourself or would you prefer to let me start it off?  

Cheers for yet another interesting and helpful post.
« Last Edit: October 04, 2007, 06:43:25 am by tux »
3200 aka BigZ, swapped in 16GB Sandisk Extreme III CF, Cacko 1.23 full,  new SDHC >2GB module,
SL860 Cacko 1.23 full, new SDHC >2GB module,
6000L SharpRom 1.12 + Tetsu kernel,
5500 TKC home on SD x 2 (with SD>1GB),
Archos PMA30 with OPEN PMA (Giraffe),
Nokia 770 (Hackers Edition)
Nokia 800 (ITOS 2008), 4GB SDHC x 2
Asus eeepc 4G (black), with 1GB ram, dual boot Xandros on SSD with Ubuntu Lucid Lynx on 16 GB SDHC,
Tmobile G1 Android (black), with Cyanogen's  Firerat's MTD script and Amon Ra Recovery 1.7.0
Tmobile HTC Wildfire.. rooted and on Cyanogen's 7.3 nightly Rom
Kopi/Kapi on everything bar the phone and the Nokias, there is a beta for the nokias...

All the above are retired

Samsung Note 8 N5110
Samsung Note N7105
FBreader on the lot!

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #201 on: October 04, 2007, 06:52:16 am »
Oops. Sorry, I left out the URL. It's there now.  

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

tux

  • Sr. Member
  • ****
  • Posts: 438
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #202 on: October 04, 2007, 07:02:44 am »
 My brain cells have started talking to each other again!  

There is a  Japanese web site called Big Box. Here is a link to their TitchyLinux  (Big Box Titchy pages.

(ZDevil has just put in a link to the Debian section of the site while I was typing this!) Thanks ZDevil.  

All the files in ZDevils post are available here.  

So I only need the answers to these questions:

zImage files:- the one from the TitchyLinux? Is it in your list? If so, which one? If not, will it work with the corresponding updater.sh?

Last question,   , do we need to partition our drive beforehand, does it use the partitions it finds or does this process partition it for us?

I'm going to try this tonight! Which should give me the answers to some of them!  

Cheers
« Last Edit: October 04, 2007, 07:06:35 am by tux »
3200 aka BigZ, swapped in 16GB Sandisk Extreme III CF, Cacko 1.23 full,  new SDHC >2GB module,
SL860 Cacko 1.23 full, new SDHC >2GB module,
6000L SharpRom 1.12 + Tetsu kernel,
5500 TKC home on SD x 2 (with SD>1GB),
Archos PMA30 with OPEN PMA (Giraffe),
Nokia 770 (Hackers Edition)
Nokia 800 (ITOS 2008), 4GB SDHC x 2
Asus eeepc 4G (black), with 1GB ram, dual boot Xandros on SSD with Ubuntu Lucid Lynx on 16 GB SDHC,
Tmobile G1 Android (black), with Cyanogen's  Firerat's MTD script and Amon Ra Recovery 1.7.0
Tmobile HTC Wildfire.. rooted and on Cyanogen's 7.3 nightly Rom
Kopi/Kapi on everything bar the phone and the Nokias, there is a beta for the nokias...

All the above are retired

Samsung Note 8 N5110
Samsung Note N7105
FBreader on the lot!

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #203 on: October 04, 2007, 07:06:26 am »
@tux
You don't need the installation files from the titchy wiki, except perhaps the zaurus-hardware-support. The files in BigBridgeZauWiki are a complete set.

Perhaps a repartition (into one big root partition) is needed for a clean install. Last time I tried this method but found the original swap partition (/dev/hda5) done under titchy got ignored and cannot be mounted. The device node is simply missing.
« Last Edit: October 04, 2007, 07:08:23 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #204 on: October 04, 2007, 07:10:31 am »
Quote from: tux
I think your post and the answers to the questions would make a good base for a Wiki page. Do you want to write it yourself or would you prefer to let me start it off? Cheers for yet another interesting and helpful post.

Perhaps we better test this before posting in the wiki to avoid confusing the enthusiastic beginners.

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

tux

  • Sr. Member
  • ****
  • Posts: 438
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #205 on: October 04, 2007, 01:27:57 pm »
Quote from: ZDevil
Quote from: tux
I think your post and the answers to the questions would make a good base for a Wiki page. Do you want to write it yourself or would you prefer to let me start it off? Cheers for yet another interesting and helpful post.

Perhaps we better test this before posting in the wiki to avoid confusing the enthusiastic beginners.

  Quite right!   I'm testing at this moment. Just putting the files on a 128MB SD card, freshly formatted to Fat 16.  I'll scribble notes as I go.  

 Maybe adf could try this method and see if his 16GB microdrive is recognised?  I'm very tempted to invest in a SanDisk one and set that up.  

Am I correct in assuming that this could be done from a CF card?  

Later...
3200 aka BigZ, swapped in 16GB Sandisk Extreme III CF, Cacko 1.23 full,  new SDHC >2GB module,
SL860 Cacko 1.23 full, new SDHC >2GB module,
6000L SharpRom 1.12 + Tetsu kernel,
5500 TKC home on SD x 2 (with SD>1GB),
Archos PMA30 with OPEN PMA (Giraffe),
Nokia 770 (Hackers Edition)
Nokia 800 (ITOS 2008), 4GB SDHC x 2
Asus eeepc 4G (black), with 1GB ram, dual boot Xandros on SSD with Ubuntu Lucid Lynx on 16 GB SDHC,
Tmobile G1 Android (black), with Cyanogen's  Firerat's MTD script and Amon Ra Recovery 1.7.0
Tmobile HTC Wildfire.. rooted and on Cyanogen's 7.3 nightly Rom
Kopi/Kapi on everything bar the phone and the Nokias, there is a beta for the nokias...

All the above are retired

Samsung Note 8 N5110
Samsung Note N7105
FBreader on the lot!

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #206 on: October 06, 2007, 05:48:59 am »
I've just updated Post #200. Please test. I've installed twice with this method and it worked.

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #207 on: October 06, 2007, 06:01:55 am »
BTW I've made a little poor slideshow specially for installing Debian using titchy's method:

http://www.flickr.com/photos/50659119@N00/...157702606/show/

Click on the pictures and you'll see the descriptions.

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

DavidFong

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • http://www.users.bigpond.com/vkelim/
Debian On C3xxx (merged Topics)
« Reply #208 on: October 06, 2007, 09:55:12 am »
I found this method a much easier way to install Debian on my Zaurus 3200, thanks for the info ZDevil!

Other than wishing my Zaurus had 128, rather than 64, megabytes of RAM, I am a little concerned
that the bigbridgezau.sakura hard-disk image has not swap-space at all. After having spent a lot of time
downloading the base-system/XFCE and upgrading to lenny, is there any way to shrink the root partition
to create some swap space?

Oh, and I too am looking for a light-weight i.e. fast-loading, organizer/datebook/addressbook which will import my KO/PI
entries.

Cheerio, David.

Quote from: ZDevil
Actually installing Debian can be as easy as installing Cacko, pdaXrom (non-uboot versions) and Angstrom.

There is an alternative way to install the base system without using network connection  (up to step 5).  

*** The "10-step-self-help guide to enjoying a popular penguin" ***
[Please let me know if any of the step is not described accurately]
[Don't give up if things fail; you can always use the original method described in the Titchy Linux wiki http://wiki.neilandtheresa.co.uk/Titchy_Linux/Installing, although it requires network connection all the way through]

Just start from here: http://www.bigbridgezau.sakura.ne.jp/dev/debian/

.....
David Fong, Ivanhoe, Australia.
Zaurus 5500 (OZ 3.5.4 Opie), SL-C3200 (Debian)
Athlon XP (SuSE 10.2), Fujitsu P1610 (SuSE 10.2)
Panasonic DMC-FZ10

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Debian On C3xxx (merged Topics)
« Reply #209 on: October 06, 2007, 05:03:48 pm »
Quote from: DavidFong
I found this method a much easier way to install Debian on my Zaurus 3200, thanks for the info ZDevil!

Other than wishing my Zaurus had 128, rather than 64, megabytes of RAM, I am a little concerned
that the bigbridgezau.sakura hard-disk image has not swap-space at all. After having spent a lot of time
downloading the base-system/XFCE and upgrading to lenny, is there any way to shrink the root partition
to create some swap space?

Oh, and I too am looking for a light-weight i.e. fast-loading, organizer/datebook/addressbook which will import my KO/PI
entries.

Cheerio, David.
That's what I seem to see: the simple method doesn't create a swap partition for you.
But a swapfile will just do the job. And that's not a big deal at all if you are using microdrive, although some users may worry about wearing issue of internal compact flash.  But i suppose it's much easier to talk about this in theory than to actually see it in real life. And the prices of memory cards just keep diving. So who cares?  
« Last Edit: October 06, 2007, 05:05:07 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]