Re: Regarding Kirkwood cpu support

2009-03-16 Thread Laurent GUERBY
On Mon, 2009-03-16 at 08:22 +, Bob Cox wrote:
 On Sun, Mar 15, 2009 at 21:09:33 +0100, Martin Michlmayr (t...@cyrius.com) 
 wrote: 
 
   For the record, I received a SheevaPlug yesterday and this will be my
   next big project.  I'll blog about it soon with some more information
   and thoughts.
  
  http://www.cyrius.com/journal/debian/kirkwood/sheevaplug/nslu2-killer
 
 Thank you Martin.  As you say, it looks like an exciting device.
 
 With shipping charges from the US (to the UK) it costs $130, which these
 days is around 92 UK pounds, but hopefully the price will drop as suggested
 in this article:
 
 http://www.t3.com/news/marvell-sheevaplug-hides-a-computer-in-a-plug-socket?=38234
 
 and shipping charges should come down as and when it is stocked by European
 distributors.

Shipping charges are divised by two if you buy two plugs at once, so
finding another hacker nearby should help a lot :). Playing with
shipping costs to France: $31 shipping for 1 plug, $16/plug for 2,
$14/plug for 5, $9/plug for 15, $4.36/plug for 48, ask for 75 plug

I added the SheevaPlug kindly donated by Marvell to the GCC Compile Farm
which is open to all free software developpers (not limited to GCC),
instructions on how to get an account here:

http://gcc.gnu.org/wiki/CompileFarm

Up to now the farm was more oriented toward upstream userspace
compile/test/debug development but if there's a need for kernel
developers to be able to reboot on new kernels, access to serial
console, power cycle, etc... we can try to work out a solution.

Playing around with bzip2 -dc, the 1200 MHz kirkwood is like a 700 MHz
P3, a 500 MHz opteron (32 bits) or 400 MHz opteron (64 bits), and
genrally when compiling and running various software between two and
three time faster than the Thecus N2100 XScale-80219 running at 600 Mhz.

Laurent




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Regarding Kirkwood cpu support

2009-03-16 Thread Laurent GUERBY
On Mon, 2009-03-16 at 22:58 +0100, Martin Michlmayr wrote:
 * Thomas Boehne tboe...@adwin.de [2009-03-16 10:22]:
  we have also ordered a few SheevaPlugs but our retailer said that it
  will take at least two more weeks to deliver. We are very interested
  in data throughput, could you please post some very basic ethernet
  performace numbers?
 
 My main concern so far has been to get a working kernel image into the
 archive as soon as possible, so I haven't had a chance to look at
 performance yet.
 
 What kind of test would you like to see?

Basic test from the plug gcc55 to my PC pc2:

gcc55 ~ # iperf -c pc2  -N -n 1000M

Client connecting to pc2, TCP port 5001
TCP window size: 16.0 KByte (default)

[  3] local 192.168.1.118 port 45282 connected with 192.168.1.101 port 5001
[  3]  0.0-51.5 sec  1000 MBytes163 Mbits/sec

My PC has:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)

Note: the plug was running two compilations by farm users during the
network test and the kernel has lock checking enabled so it's
unlikely an upper bound :).

Laurent



-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: SheevaPlug

2009-03-17 Thread Laurent GUERBY
On Mon, 2009-03-16 at 20:42 +0100, Martin Michlmayr wrote:
 * Rainer Dorsch rdor...@web.de [2009-03-16 20:00]:
  just seen your SheevaPlug blog entry
  http://www.cyrius.com/journal/debian/kirkwood/sheevaplug/nslu2-killer
  
  Do you have meassured power consumption numbers for the SheevaPlug vs nslu2?
 
 No, unfortunately I don't have the equipment to measure power
 consumption.

Here is what I measured with an Energy Monitor 3000, SheevaPlug on 220V:

3.1W just on, Linux booted
3.3W serial
4.3W serial + ethernet
6.0W serial + ethernet + USB HDD
7.0W serial + ethernet + USB HDD + 100% cpu

cos phi moves from 0.46 to 0.51. USB HDD is Lacie Porshe 120GB IDE with
disk SAMSUNG HM120JC version YL10, I use it for swap, root is on NFS.

Hope this helps,

Laurent




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: SheevaPlug power usage

2009-03-26 Thread Laurent GUERBY
On Tue, 2009-03-17 at 11:17 +0100, Laurent GUERBY wrote:
 On Mon, 2009-03-16 at 20:42 +0100, Martin Michlmayr wrote:
  * Rainer Dorsch rdor...@web.de [2009-03-16 20:00]:
   just seen your SheevaPlug blog entry
   http://www.cyrius.com/journal/debian/kirkwood/sheevaplug/nslu2-killer
   
   Do you have meassured power consumption numbers for the SheevaPlug vs 
   nslu2?
  
  No, unfortunately I don't have the equipment to measure power
  consumption.
 
 Here is what I measured with an Energy Monitor 3000, SheevaPlug on 220V:
 
 3.1W just on, Linux booted
 3.3W serial
 4.3W serial + ethernet
 6.0W serial + ethernet + USB HDD
 7.0W serial + ethernet + USB HDD + 100% cpu
 
 cos phi moves from 0.46 to 0.51. USB HDD is Lacie Porshe 120GB IDE with
 disk SAMSUNG HM120JC version YL10, I use it for swap, root is on NFS.

Hi,

Thanks to two new patches queued for git://git.marvell.com/orion.git
idle consumption is significantly improved in my setup:

2.3W Idle with everything unpluged 
3.3W Idle with gigabit ethernet
5.0W Idle with gigabit+HDD USB+serial
7.0W +100% cpu

cos phi is in the 0.5 range.

When cpu is loaded but not completely the power usage should also
be lower but it's harder to measure in my setup.

powertop 1.11 report on a mostly idle system:

Cn   Avg residency
C0 (cpu running)( 0.0%)
C09.8ms ( 0.5%)
C1  402.7ms (99.6%)

Kernel config options to enable:

CONFIG_NO_HZ=y
CONFIG_TIMER_STATS=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

Also on the performance front: a native kernel compile from scratch with
Gentoo 4.1.2 p1.3 GCC takes around 50 minutes.

Sincerely,

Laurent




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: arm port plans for the squeeze cycle

2009-09-10 Thread Laurent GUERBY
On Mon, 2009-08-24 at 00:40 +0900, Martin Michlmayr wrote:
 * Marc Brockschmidt m...@marcbrockschmidt.de [2009-08-16 14:40]:
 | ada?
 
 According to Martin Guy, there has been some progress with Ada
 upstream: http://lists.debian.org/debian-arm/2009/08/msg00047.html

For the record Ada on armv5tel-linux with the latest patch iteration in
near perfect state vs its regression suite:

http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00655.html
http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg00808.html

GCC arm maintainer have asked for Ada to use the arm platform exception
mechanism instead of setjmp/longjmp and this is why the patch above is
not commited, I'll look into it in the coming weeks.

Sincerely,

Laurent




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Sheevaplug Questions

2010-04-10 Thread Laurent GUERBY
On Sat, 2010-04-10 at 08:07 +0100, Ian Barton wrote:
 However, I have now transferred to an external Freecom usb hard drive, 
 which is powered by the Sheeva (no external PSU). This had worked fine 
 for more than a month and I haven't seen any load problems.

I can confirm that a sheevaplug running debian on an external disk
can be quite stable even if used heavily (here doing compilation+tests
in loop):

$ uptime
 22:28:24 up 116 days, 10:35,  1 user,  load average: 2.13, 2.08, 2.08
$ cat /proc/version 
Linux version 2.6.30-2-kirkwood (Debian 2.6.30-8) (wa...@debian.org)
(gcc version 4.3.4 (Debian 4.3.4-3) ) #1 Sun Sep 27 22:57:55 UTC 2009
$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda2 292G   35G  258G  12% /

Laurent




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1270931879.3949.582.ca...@pc2.unassigned-domain



Re: Seeking machines for nightly builds of ITK

2010-08-16 Thread Laurent GUERBY
On Sun, 2010-08-15 at 23:11 -0500, Steve M. Robbins wrote:
 On Tue, Aug 03, 2010 at 02:40:15PM -0400, Hector Oron wrote:
  Hello,
  
  2010/8/3, Steve M. Robbins st...@sumost.ca:
   The insighttoolkit package is a large and active code base.  They use
   a system of nightly build/test on a variety of machines [1] to ensure
   that the code works on all supported platforms.
  
  Might be http://gcc.gnu.org/wiki/CompileFarm helpful for you?
 
 Thanks for the pointer.  However, what I need is a Debian machine
 running unstable that is kept reasonably up-to-date; i.e. the packages
 are updated to lastest in unstable at least every 2 weeks.  
 
 The GCC compile farm doesn't appear to provide me that.

Hi,

You could try to open a project on powerdevelopper.org:

http://www.powerdeveloper.org/

They have an arm board donation program to developpers:

http://projects.powerdeveloper.org/program/imx515

They gave boards to the compile farm so the program is real :).

If this fail, I can try to upgrade one arm machine of
the farm to fit your needs.

Sincerely,

Laurent
http://gcc.gnu.org/wiki/CompileFarm




-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1281948354.3900.3680.ca...@pc2.unassigned-domain