Mailing List Archive

latest machines for doing mips dev ?
i've been looking at random mips (le/64bit) boards for doing development on.
what do people recommend nowadays ?

i'm thinking of grabbing a loongson laptop and something from:
http://www.imgtec.com/mips/developers/development-platforms.asp
-mike
Re: latest machines for doing mips dev ? [ In reply to ]
On 12/17/2013 06:34 PM, Mike Frysinger wrote:
> i've been looking at random mips (le/64bit) boards for doing development on.
> what do people recommend nowadays ?
>
> i'm thinking of grabbing a loongson laptop and something from:
> http://www.imgtec.com/mips/developers/development-platforms.asp
> -mike
>

I've been using the fuloong [1] and the yeeloong [2]. The mipsel3
uclibc stages at [3] are built on the fuloong. It takes about 1 day per
stage1/2/3.


[1] http://www.lemote.com/en/products/mini-computer/2010/0310/111.html
[2] http://www.lemote.com/en/products/Notebook/2010/0310/112.html
[3] http://distfiles.gentoo.org/experimental/mips/uclibc/

--
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197
Re: latest machines for doing mips dev ? [ In reply to ]
18.12.2013 03:34, Mike Frysinger пишет:
> i've been looking at random mips (le/64bit) boards for doing development on.
> what do people recommend nowadays ?
>
> i'm thinking of grabbing a loongson laptop and something from:
> http://www.imgtec.com/mips/developers/development-platforms.asp
> -mike
>

Just my 2 cents: I use Ubiquiti ERLITE-3 but it is router first of all.
If you need comprehensive solution(with VGA output, first of all) you
need something else.

--
Best regards, Sergey Popov
Gentoo developer
Gentoo Desktop Effects project lead
Gentoo Qt project lead
Gentoo Proxy maintainers project lead
Re: latest machines for doing mips dev ? [ In reply to ]
On 12/18/2013 06:43 AM, Sergey Popov wrote:
> 18.12.2013 03:34, Mike Frysinger пишет:
>> i've been looking at random mips (le/64bit) boards for doing development on.
>> what do people recommend nowadays ?
>>
>> i'm thinking of grabbing a loongson laptop and something from:
>> http://www.imgtec.com/mips/developers/development-platforms.asp
>> -mike
>>
>
> Just my 2 cents: I use Ubiquiti ERLITE-3 but it is router first of all.
> If you need comprehensive solution(with VGA output, first of all) you
> need something else.
>
Yeah but Mike said LE/64bit whereas ERlite-3 is BE/64bit. I believe
loongson is a good choice but unfortunately it's mips3 ISA.

--
Regards,
Markos Chandras
Re: latest machines for doing mips dev ? [ In reply to ]
On 12/18/2013 02:42 AM, Markos Chandras wrote:
> On 12/18/2013 06:43 AM, Sergey Popov wrote:
>> 18.12.2013 03:34, Mike Frysinger пишет:
>>> i've been looking at random mips (le/64bit) boards for doing development on.
>>> what do people recommend nowadays ?
>>>
>>> i'm thinking of grabbing a loongson laptop and something from:
>>> http://www.imgtec.com/mips/developers/development-platforms.asp
>>> -mike
>>>
>>
>> Just my 2 cents: I use Ubiquiti ERLITE-3 but it is router first of all.
>> If you need comprehensive solution(with VGA output, first of all) you
>> need something else.
>>
> Yeah but Mike said LE/64bit whereas ERlite-3 is BE/64bit. I believe
> loongson is a good choice but unfortunately it's mips3 ISA.
>

It is only mips3, not mips32r2, unfortunately.

Mike: why little endian?

--
Anthony G. Basile, Ph. D.
Chair of Information Technology
D'Youville College
Buffalo, NY 14201
(716) 829-8197
Re: latest machines for doing mips dev ? [ In reply to ]
On 12/18/2013 03:35 PM, Anthony G. Basile wrote:
> On 12/18/2013 02:42 AM, Markos Chandras wrote:
>> On 12/18/2013 06:43 AM, Sergey Popov wrote:
>>> 18.12.2013 03:34, Mike Frysinger пишет:
>>>> i've been looking at random mips (le/64bit) boards for doing
>>>> development on.
>>>> what do people recommend nowadays ?
>>>>
>>>> i'm thinking of grabbing a loongson laptop and something from:
>>>> http://www.imgtec.com/mips/developers/development-platforms.asp
>>>> -mike
>>>>
>>>
>>> Just my 2 cents: I use Ubiquiti ERLITE-3 but it is router first of all.
>>> If you need comprehensive solution(with VGA output, first of all) you
>>> need something else.
>>>
>> Yeah but Mike said LE/64bit whereas ERlite-3 is BE/64bit. I believe
>> loongson is a good choice but unfortunately it's mips3 ISA.
>>
>
> It is only mips3, not mips32r2, unfortunately.
>
> Mike: why little endian?
>

The 3A boxes are LE/MIP64r2 though

http://www.tekmote.nl/Loongson-3A-Notebook

--
Regards,
Markos Chandras
Re: latest machines for doing mips dev ? [ In reply to ]
On Wednesday 18 December 2013 10:35:01 Anthony G. Basile wrote:
> On 12/18/2013 02:42 AM, Markos Chandras wrote:
> > On 12/18/2013 06:43 AM, Sergey Popov wrote:
> >> 18.12.2013 03:34, Mike Frysinger пишет:
> >>> i've been looking at random mips (le/64bit) boards for doing
> >>> development on. what do people recommend nowadays ?
> >>>
> >>> i'm thinking of grabbing a loongson laptop and something from:
> >>> http://www.imgtec.com/mips/developers/development-platforms.asp
> >>> -mike
> >>
> >> Just my 2 cents: I use Ubiquiti ERLITE-3 but it is router first of all.
> >> If you need comprehensive solution(with VGA output, first of all) you
> >> need something else.
> >
> > Yeah but Mike said LE/64bit whereas ERlite-3 is BE/64bit. I believe
> > loongson is a good choice but unfortunately it's mips3 ISA.
>
> It is only mips3, not mips32r2, unfortunately.
>
> Mike: why little endian?

because i have BE already (SGI boxes), and the systems we're looking to
support are all LE
-mike