* NEC VR4181A
@ 2003-02-12 17:23 Julian Scheel
2003-02-12 17:30 ` Steven Seeger
0 siblings, 1 reply; 9+ messages in thread
From: Julian Scheel @ 2003-02-12 17:23 UTC (permalink / raw)
To: linux-mips
Hello all,
I need a bit help. First I have to say I am a total newbie in cross-compiler
and MIPS-section.
I have a little board with a NEC VR4181A CPU (Mips 64). Now I want to build a
kernel for this board.
I think first I have to do is building a Cross-Toolchain, right?
Can someone give me some links how to do that?
Then I have to compile the kernel, are there any MIPS-specific things I have
to be warned off?
Thanks in advance and many greatings,
Julian
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: NEC VR4181A
2003-02-12 17:23 NEC VR4181A Julian Scheel
@ 2003-02-12 17:30 ` Steven Seeger
2003-02-12 17:30 ` Steven Seeger
2003-02-13 6:48 ` Jun Sun
0 siblings, 2 replies; 9+ messages in thread
From: Steven Seeger @ 2003-02-12 17:30 UTC (permalink / raw)
To: linux-mips
Julian,
We are doing a project here at work with that board. Are you using the NEC
Osprey? The board is a POS. Watch out for the voltage buffers on the extern
ISA ports not being able to handle the speed of the ISA bus if the board
isn't warmed up. Get your heat gun if you're plugging in any hardware to it.
For building your cross compiler (you will want to use mipsel, which is 32.
Don't do 64 bit stuff on the 4181. You'll never need it) please see
http://www.ltc.com/~brad/mips/mips-cross-toolchain/ which is a great guide.
Take care not to overwrite your PC's libs with mips ones. Ouch. :)
I'm happy with this processor although it is a bit slow. I managed to get
worst case interrupt latency at 46 microseconds with linux going full blast
on network and compact flash stuff with our external board. (using RTAI and
kernel 2.4.18)
Steve
>-----Original Message-----
>From: linux-mips-bounce@linux-mips.org
>[mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Julian Scheel
>Sent: Wednesday, February 12, 2003 9:23 AM
>To: linux-mips@linux-mips.org
>Subject: NEC VR4181A
>
>
>Hello all,
>
>I need a bit help. First I have to say I am a total newbie in
>cross-compiler
>and MIPS-section.
>I have a little board with a NEC VR4181A CPU (Mips 64). Now I
>want to build a
>kernel for this board.
>I think first I have to do is building a Cross-Toolchain, right?
>Can someone give me some links how to do that?
>
>Then I have to compile the kernel, are there any MIPS-specific
>things I have
>to be warned off?
>
>Thanks in advance and many greatings,
>Julian
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: NEC VR4181A
2003-02-12 17:30 ` Steven Seeger
@ 2003-02-12 17:30 ` Steven Seeger
2003-02-13 6:48 ` Jun Sun
1 sibling, 0 replies; 9+ messages in thread
From: Steven Seeger @ 2003-02-12 17:30 UTC (permalink / raw)
To: linux-mips
Julian,
We are doing a project here at work with that board. Are you using the NEC
Osprey? The board is a POS. Watch out for the voltage buffers on the extern
ISA ports not being able to handle the speed of the ISA bus if the board
isn't warmed up. Get your heat gun if you're plugging in any hardware to it.
For building your cross compiler (you will want to use mipsel, which is 32.
Don't do 64 bit stuff on the 4181. You'll never need it) please see
http://www.ltc.com/~brad/mips/mips-cross-toolchain/ which is a great guide.
Take care not to overwrite your PC's libs with mips ones. Ouch. :)
I'm happy with this processor although it is a bit slow. I managed to get
worst case interrupt latency at 46 microseconds with linux going full blast
on network and compact flash stuff with our external board. (using RTAI and
kernel 2.4.18)
Steve
>-----Original Message-----
>From: linux-mips-bounce@linux-mips.org
>[mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Julian Scheel
>Sent: Wednesday, February 12, 2003 9:23 AM
>To: linux-mips@linux-mips.org
>Subject: NEC VR4181A
>
>
>Hello all,
>
>I need a bit help. First I have to say I am a total newbie in
>cross-compiler
>and MIPS-section.
>I have a little board with a NEC VR4181A CPU (Mips 64). Now I
>want to build a
>kernel for this board.
>I think first I have to do is building a Cross-Toolchain, right?
>Can someone give me some links how to do that?
>
>Then I have to compile the kernel, are there any MIPS-specific
>things I have
>to be warned off?
>
>Thanks in advance and many greatings,
>Julian
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NEC VR4181A
2003-02-12 17:30 ` Steven Seeger
2003-02-12 17:30 ` Steven Seeger
@ 2003-02-13 6:48 ` Jun Sun
2003-02-13 13:22 ` Steven Seeger
1 sibling, 1 reply; 9+ messages in thread
From: Jun Sun @ 2003-02-13 6:48 UTC (permalink / raw)
To: Steven Seeger; +Cc: linux-mips, jsun
On Wed, Feb 12, 2003 at 09:30:58AM -0800, Steven Seeger wrote:
> Julian,
>
> We are doing a project here at work with that board. Are you using the NEC
> Osprey?
Osprey uses Vr4181, which is a different chip from vr4181a.
> I'm happy with this processor although it is a bit slow.
Yes, indeed. Pretty the slowest MIPS CPU I ever have dealt.
> I managed to get
> worst case interrupt latency at 46 microseconds with linux going full blast
> on network and compact flash stuff with our external board. (using RTAI and
> kernel 2.4.18)
Interesting. I was trying to get RT-Linux working at one time
but aborted that effort in the middle.
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: NEC VR4181A
2003-02-13 6:48 ` Jun Sun
@ 2003-02-13 13:22 ` Steven Seeger
2003-02-13 13:22 ` Steven Seeger
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Steven Seeger @ 2003-02-13 13:22 UTC (permalink / raw)
To: 'Jun Sun'; +Cc: linux-mips
>Osprey uses Vr4181, which is a different chip from vr4181a.
Yeah I didn't notice the A on there. We are looking into the possibility of
using the A in our board. Part of the problem is that the A only comes in
BGA and we don't like dealing with that.
>Interesting. I was trying to get RT-Linux working at one time
>but aborted that effort in the middle.
Getting RTAI working wasn't easy. Took over a week and it was supposedly
already "ported." One of these days I really must find the time to check in
my changes to that project. It works very well and is quite stable. I think
46 us worst-case interrupt response off one of the VR4181's interrupts from
an external source is very good.
Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: NEC VR4181A
2003-02-13 13:22 ` Steven Seeger
@ 2003-02-13 13:22 ` Steven Seeger
2003-02-13 17:46 ` Jun Sun
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Steven Seeger @ 2003-02-13 13:22 UTC (permalink / raw)
To: 'Jun Sun'; +Cc: linux-mips
>Osprey uses Vr4181, which is a different chip from vr4181a.
Yeah I didn't notice the A on there. We are looking into the possibility of
using the A in our board. Part of the problem is that the A only comes in
BGA and we don't like dealing with that.
>Interesting. I was trying to get RT-Linux working at one time
>but aborted that effort in the middle.
Getting RTAI working wasn't easy. Took over a week and it was supposedly
already "ported." One of these days I really must find the time to check in
my changes to that project. It works very well and is quite stable. I think
46 us worst-case interrupt response off one of the VR4181's interrupts from
an external source is very good.
Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NEC VR4181A
2003-02-13 13:22 ` Steven Seeger
2003-02-13 13:22 ` Steven Seeger
@ 2003-02-13 17:46 ` Jun Sun
2003-02-14 8:41 ` Stuart Hughes
2003-02-14 12:56 ` Kunihiko IMAI
3 siblings, 0 replies; 9+ messages in thread
From: Jun Sun @ 2003-02-13 17:46 UTC (permalink / raw)
To: Steven Seeger; +Cc: linux-mips, jsun
On Thu, Feb 13, 2003 at 05:22:36AM -0800, Steven Seeger wrote:
>
> Getting RTAI working wasn't easy. Took over a week and it was supposedly
> already "ported." One of these days I really must find the time to check in
> my changes to that project.
Or post your patch against linux-mips.org tree somewhere. I am sure
more than one people will be interested.
Jun
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NEC VR4181A
2003-02-13 13:22 ` Steven Seeger
2003-02-13 13:22 ` Steven Seeger
2003-02-13 17:46 ` Jun Sun
@ 2003-02-14 8:41 ` Stuart Hughes
2003-02-14 12:56 ` Kunihiko IMAI
3 siblings, 0 replies; 9+ messages in thread
From: Stuart Hughes @ 2003-02-14 8:41 UTC (permalink / raw)
To: sseeger; +Cc: 'Jun Sun', linux-mips
Steven Seeger wrote:
>
> >Osprey uses Vr4181, which is a different chip from vr4181a.
>
[snip]
> >Interesting. I was trying to get RT-Linux working at one time
> >but aborted that effort in the middle.
>
> Getting RTAI working wasn't easy. Took over a week and it was supposedly
> already "ported." One of these days I really must find the time to check in
> my changes to that project. It works very well and is quite stable. I think
> 46 us worst-case interrupt response off one of the VR4181's interrupts from
> an external source is very good.
>
Hi Steve,
Can you send what you have (or a patch) to Paolo at the rtai mailing
list, then he can merge this in with the existing mips stuff that's in
there.
Regards, Stuart
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: NEC VR4181A
2003-02-13 13:22 ` Steven Seeger
` (2 preceding siblings ...)
2003-02-14 8:41 ` Stuart Hughes
@ 2003-02-14 12:56 ` Kunihiko IMAI
3 siblings, 0 replies; 9+ messages in thread
From: Kunihiko IMAI @ 2003-02-14 12:56 UTC (permalink / raw)
To: linux-mips
Hi,
I'm also suffered from VR4181A :-) I'm now trying to USBFU (device side)
driver. The USBFU hardware has many many erratas.
On Thu, 13 Feb 2003 05:22:36 -0800
sseeger@stellartec.com (Steven Seeger) wrote:
> Yeah I didn't notice the A on there. We are looking into the possibility of
> using the A in our board. Part of the problem is that the A only comes in
> BGA and we don't like dealing with that.
VR4181 and VR4181A are completely different. A developer of NEC said,
"We mistook at naming. The name seems to be upgrade version, in fact,
they are quitely different."
On the other hand, VR4122 and VR4131 are similar at hardware level.
If you take care of designing board, they can be replaced with others :-)
Thanks.
_._. __._ _ . ... _ .___ ._. _____ _... ._ _._ _.._. .____ _ . ... _
Kunihiko IMAI
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-02-14 12:56 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-12 17:23 NEC VR4181A Julian Scheel
2003-02-12 17:30 ` Steven Seeger
2003-02-12 17:30 ` Steven Seeger
2003-02-13 6:48 ` Jun Sun
2003-02-13 13:22 ` Steven Seeger
2003-02-13 13:22 ` Steven Seeger
2003-02-13 17:46 ` Jun Sun
2003-02-14 8:41 ` Stuart Hughes
2003-02-14 12:56 ` Kunihiko IMAI
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox