Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: PhilipS <sphilip30@gmail.com>
Cc: linux-mips@linux-mips.org
Subject: Re: Mips SOC, Linux
Date: Sun, 11 Mar 2007 13:56:54 +0000	[thread overview]
Message-ID: <20070311135654.GA26339@linux-mips.org> (raw)
In-Reply-To: <bf8a8a430703102229k409c4cf5s44fc3510b3e1f64e@mail.gmail.com>

On Sun, Mar 11, 2007 at 11:59:11AM +0530, PhilipS wrote:

> Hello All,
> I am looking for MIPS Development boards for my hobby projects like Linux
> Porting and Development, I am here by looking for an Expert suggestion to
> buy a MIPS custom boards, so far on Google I could come across
> vendor selling MIPS Evaluation target boards which is Obviously expensive
> which ,I cannot afford to buy. I hope I am asking this question at the right
> place, else please suggest me where I can post my request if one knows about
> it.

You're touch a big problem here, so I'm going to use this opportunity to
post a rant ...

Most of the eval boards are have very high price tags due to low volume and
esotheric components such as very large and fast FPGAs or pricey matched
impedance connectors for logic analyzers.  Another factor is that the
vendors making these boards usually target their commercial customers and
factor in a fairly generous markup for the post-sale support into the sales
price of the board.

From a Free Software perspective this is a bloody disaster.  Even if for a
moment I put on my dot com hat again, it's one.  Over the past years the
commercial contributions have primarily focused on hardware support.  In
many cases I received large code drops of lousy to medicore quality and
no maintenance at all after the initial code drop.  I won't go into the
reasons here nor do I think I need to name companies here - but it's a big
problem.

As usual exceptions proof the rule and also as usual there are alot of
grey shades between white and black.  Some companies seem to have tremendous
difficulty to be good open source citizens - but they throw some free
hardware into the crowd.  Not enough to satisfy the demand and usually only
a few key people are really able to take advantage of that.

Otoh many if not most important and highest quality contributions over the
years have come from hobby hackers, so in the end the lack availability of
modern hardware is making everybody suffer.  Meanwhile the importance of
Linux as OS for MIPS is continuing to rise ...

I hear similar complaints from other, mostly embedded architectures such as
ARM.  But that's not an excuse - this problem wants some remedy.

But let's also look at the options you have right now:

 o Eval boards end on ebay relativly rarely, but you can try anyway.
   Another option is something like a surplus MIPS workstation.
 o A bunch of wireless routers and other devices such as some the Linksys
   WRT54 models have been recycled for hacking use with good success.
 o Routerboard which is not yet supported out of tree (working in cleaing
   the patches) would be another reasonably priced option.  Generally you
   may want to look at the list of platforms supported by
   http://openwrt.org/ - many of their platforms have friendly price tags.
   Of course alot of those are purpose built hw so may be a bit quirky to
   use.
 o Apparently AMD Alchemy boards used to be fairly cheap, on the order of
   $100.  I have not idea this is true or still true for the new owner of
   Alchemy Raza Microelectronics.
 o For the meager investment of a few megabytes of disk space Qemu is a
   really nice and well performing system which also is rapidly improving.

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: PhilipS <sphilip30@gmail.com>
Cc: linux-mips@linux-mips.org
Subject: Re: Mips SOC, Linux
Date: Sun, 11 Mar 2007 13:56:54 +0000	[thread overview]
Message-ID: <20070311135654.GA26339@linux-mips.org> (raw)
Message-ID: <20070311135654.opRtSM3uouPg1RPMCnC7W5sXzE2JNrVf6UB5YMqwIwo@z> (raw)
In-Reply-To: <bf8a8a430703102229k409c4cf5s44fc3510b3e1f64e@mail.gmail.com>

On Sun, Mar 11, 2007 at 11:59:11AM +0530, PhilipS wrote:

> Hello All,
> I am looking for MIPS Development boards for my hobby projects like Linux
> Porting and Development, I am here by looking for an Expert suggestion to
> buy a MIPS custom boards, so far on Google I could come across
> vendor selling MIPS Evaluation target boards which is Obviously expensive
> which ,I cannot afford to buy. I hope I am asking this question at the right
> place, else please suggest me where I can post my request if one knows about
> it.

You're touch a big problem here, so I'm going to use this opportunity to
post a rant ...

Most of the eval boards are have very high price tags due to low volume and
esotheric components such as very large and fast FPGAs or pricey matched
impedance connectors for logic analyzers.  Another factor is that the
vendors making these boards usually target their commercial customers and
factor in a fairly generous markup for the post-sale support into the sales
price of the board.

  reply	other threads:[~2007-03-11 13:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-11  6:29 Mips SOC, Linux PhilipS
2007-03-11 13:56 ` Ralf Baechle [this message]
2007-03-11 13:56   ` Ralf Baechle
2007-03-11 16:04   ` David Goodenough
2007-03-16 19:32   ` Mitchell, Earl
2007-03-16 19:32     ` Mitchell, Earl
2007-03-22  2:07   ` 回复: " Songmao Tian
2007-03-22  8:08     ` Imre Kaloz
2007-03-22 13:05       ` John W. Linville
2007-03-22 10:41     ` Ralf Baechle
2007-03-22 11:24       ` Imre Kaloz
2007-03-22 15:32       ` 回复: " Songmao Tian
2007-03-23  4:59         ` Fuxin Zhang
2007-03-23 13:58           ` Ralf Baechle
2007-03-23  4:04       ` Fuxin Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070311135654.GA26339@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=sphilip30@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox