Re: [Angstrom-devel] How do I build the latest?

2008-09-20 Thread Alessandro Pellizzari
Il giorno gio, 18/09/2008 alle 21.32 -0700,
[EMAIL PROTECTED] ha scritto:

 I'm going through this learning process myself right now and I've attached my 
 own cheat sheet. Spoiler alert: I haven't succeeded in building a working ROM 
 image yet. I'm pretty sure that my local.conf is too simple.

Thanks for your cheat sheet, I am trying it to build stable. :)

Just a little patch:

sudo apt-get install gcc-3.4 (at least in Debian lenny)

as qemu needs gcc3 to compile. I only had gcc4 installed.

Bye.



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Zaurus Collie SD problems

2007-09-13 Thread Alessandro Pellizzari
Il giorno gio, 13/09/2007 alle 16.56 +0200, Koen Kooi ha scritto:

  kernel-module-locomo-spi 2.6.21-r9

 'modprobe locomo-spi' should get the cards working again, and the
 collie mentors need to
 find out why it doesn't get autoloaded.

It seems that there are problems with locomo_spi and kernel 2.6.21
I submitted a bug report, and there is an open bug on the bugtracker.

It seems the only way to go is finding a 2.6.20 kernel/image, but I had
no luck in this. I only find 2.6.20 kernels but flash-images with 2.6.21
kernel modules... :/

Please post if you (Jeff) find something working.

Bye.

-- 
Alessandro Pellizzari



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Auto enable swap partition

2007-07-15 Thread Alessandro Pellizzari
Il giorno dom, 15/07/2007 alle 20.10 -0700, Kevin-Akita ha scritto:

 Hmm, my swap is a file, not a partition.  But now that you mention it, how 
 does one create a swap partition?  fdisk?

There are no differences. Everything in Linux is a file (even a
partition), just put

/path/to/your/swapfile   none   swap   sw   0   0

in /etc/fstab.
Yes, you need fdisk to create any partition. Naturally, you must do it
before formatting, or use parted to resize the existing partitions.

Bye.



___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel