Genesi Home Home Projects Forums
 FAQFAQ   SearchSearch   ProfileProfile   Log inLog in  RegisterRegister 

Dual PCI Riser Card on Efika
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    Power Developer Forum Index -> Developers
View previous topic :: View next topic  
Author Message
acrux



Joined: 19 Oct 2006
Posts: 213
Location: Italy

PostPosted: Sat Dec 16, 2006 7:53 am    Post subject: Dual PCI Riser Card on Efika Reply with quote

somebody has tested this solution ??

The idea is:
Code:

PC1: pci video adapter
PC2: pci usb2.0/firewire adapter



greetz,
_________________
acrux _at_ linuxmail _dot_ org
Back to top
View user's profile Send private message Visit poster's website
popper



Joined: 16 Feb 2006
Posts: 93

PostPosted: Sat Dec 16, 2006 11:01 am    Post subject: Reply with quote

http://www.powerdeveloper.org/forums/viewtopic.php?t=809&postdays=0&postorder=asc&start=45#4958
Neko said
It is NOT possible. The MPC5200B PCI bus only supports a single bus mastering PCI device, and a 3.3V one at that.

The addition of an onboard graphics chip precludes completely any other addon peripheral on the same bus, which is the primary reason that the PCI slot disappears on that version.

Any PCI riser you use MUST be single slot only, or if you must use a larger one, please only connect a single, 3.3V PCI card. 5V ones may destroy the board and the card (please read the MPC5200B manual from the Freescale site for more information)
Back to top
View user's profile Send private message
Arno V.
(tarbos)




Joined: 24 Sep 2004
Posts: 111

PostPosted: Sat Dec 16, 2006 11:41 am    Post subject: Reply with quote

The Efika info page on this very site says:

"The Efika includes a 66MHz 3.3V-keyed PCI slot. With the bundled 90 degrees riser, standard graphics cards can also be used. The PCI bus supports only a single device, so if multiple PCI cards are desired, a bridged riser card must be used to provide the correct signalling."

But why does the Freescale LITE5200B board have 2 slots (and 256 MB RAM)?
Back to top
View user's profile Send private message
Jonathan J Smith
(Udance)




Joined: 28 Sep 2006
Posts: 4

PostPosted: Sat Dec 16, 2006 12:22 pm    Post subject: Reply with quote

Correction here:

I believe it is not possible with a "PASSIVE" only riser card. There are several riser card solutions that incorporate PCI-PCI bridge chips. Using one of these should work fine.
Back to top
View user's profile Send private message
acrux



Joined: 19 Oct 2006
Posts: 213
Location: Italy

PostPosted: Sun Dec 17, 2006 2:18 am    Post subject: Reply with quote

yeah, i agree with Udance.

In theory an "active" dual riser pci card should work fine.





greetz,
_________________
acrux _at_ linuxmail _dot_ org
Back to top
View user's profile Send private message Visit poster's website
Matt Sealey
(Neko)

Site Admin


Joined: 24 Sep 2004
Posts: 1403
Location: Alamo Heights, TX

PostPosted: Sun Dec 17, 2006 9:02 am    Post subject: Reply with quote

tarbos wrote:
But why does the Freescale LITE5200B board have 2 slots (and 256 MB RAM)?


They use a clever trick to get two PCI slots to work which isn't really suitable for a consumer board. A lot of cards actually won't run reliably in it.

That's irrelevant how they did it to put two PCI slots on the board though; it's not the same as a PCI riser. A PCI riser will extend one slot (with one set of INT lines) into two or three (still with one set of INT lines), it does not carry any of the extra interrupt signals required to drive the second or third card properly.

The only reliable way to support multiple PCI bus masters on the 5200B - and especially on Efika using a riser - is with a PCI bridge chip.

It has 256MB RAM because they put 256MB RAM on it.

acrux, I am not sure your PCI card would work, if only because I don't know if it is 3.3V capable. Bridged cards are much harder to find in 3.3V IO.

http://www.premiercomputer.de/productipc_info.php?p=risercard&idArticleNumber=750303

64-bit PCI, like AGP, is required to operate at 3.3V (as are 66MHz PCI cards). This riser will guarantee to work if it has a true PCI bridge on it, but it will extend the board lengthways, and the slots will point AWAY from the Efika board.
_________________
Matt Sealey, Genesi USA Inc.
Product Development Analyst
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Vicente Gimeno Gimenez
(Ami603)




Joined: 15 Feb 2006
Posts: 42

PostPosted: Sun Dec 17, 2006 9:12 am    Post subject: Reply with quote

Speaking of risers, i wonder if the supplied AGP riser card would work on another kind of computer since i don't have any use for it for my project.
Back to top
View user's profile Send private message
acrux



Joined: 19 Oct 2006
Posts: 213
Location: Italy

PostPosted: Sun Dec 17, 2006 9:42 am    Post subject: @ Neko Reply with quote

Neko wrote:

acrux, I am not sure your PCI card would work, if only because I don't know if it is 3.3V capable. Bridged cards are much harder to find in 3.3V IO.

http://www.premiercomputer.de/productipc_info.php?p=risercard&idArticleNumber=750303

64-bit PCI, like AGP, is required to operate at 3.3V (as are 66MHz PCI cards). This riser will guarantee to work if it has a true PCI bridge on it, but it will extend the board lengthways, and the slots will point AWAY from the Efika board.


thanks four your reply.
Yeah, i was talking about an "active" riser card (with switching logic). zoom+ picture
I'll contact Tranquil and Premier too to know about 3.3V because for our second approved Efika project we need a gpu and a firewire together.

greetz,
_________________
acrux _at_ linuxmail _dot_ org
Back to top
View user's profile Send private message Visit poster's website
popper



Joined: 16 Feb 2006
Posts: 93

PostPosted: Sun Dec 17, 2006 2:34 pm    Post subject: Reply with quote

Neko wrote:
tarbos wrote:
But why does the Freescale LITE5200B board have 2 slots (and 256 MB RAM)?


They use a clever trick to get two PCI slots to work which isn't really suitable for a consumer board. A lot of cards actually won't run reliably in it.

That's irrelevant how they did it to put two PCI slots on the board though; it's not the same as a PCI riser. A PCI riser will extend one slot (with one set of INT lines) into two or three (still with one set of INT lines), it does not carry any of the extra interrupt signals required to drive the second or third card properly.

The only reliable way to support multiple PCI bus masters on the 5200B - and especially on Efika using a riser - is with a PCI bridge chip.

It has 256MB RAM because they put 256MB RAM on it.

acrux, I am not sure your PCI card would work, if only because I don't know if it is 3.3V capable. Bridged cards are much harder to find in 3.3V IO.

http://www.premiercomputer.de/productipc_info.php?p=risercard&idArticleNumber=750303

64-bit PCI, like AGP, is required to operate at 3.3V (as are 66MHz PCI cards). This riser will guarantee to work if it has a true PCI bridge on it, but it will extend the board lengthways, and the slots will point AWAY from the Efika board.


hmm ,so for instance would it be possible (as in you tryed it) to get a pci version of the supplyed AGP riser and plug one of these 3-PCI slots in there ,and in doing so would place the cards in the upright position yet over the same space as the harddrive.

seems like a small cube type case would then be enough to house these extra active bridged PCI, but does such a right sided PCI converter/riser exist today?.
Back to top
View user's profile Send private message
Konrad Kierzkowski
(kierzko)




Joined: 30 Jan 2006
Posts: 3

PostPosted: Wed Dec 20, 2006 7:43 am    Post subject: Reply with quote

My question i slightly related (i hope).
I'm willing to add to efika (hope getting one soon) two things (will be needed for my project) :

- 2nd ethernet adapter
- 802.11 adapter

As far as i'm reading it might be difficult, but...
can someone tell me if that would be possible to connect a mini-PCI borad with both adapters embedded via the mini-PCI to PCI converter ?

P.S. Sorry for my english it's not my native.
Back to top
View user's profile Send private message
Matt Sealey
(Neko)

Site Admin


Joined: 24 Sep 2004
Posts: 1403
Location: Alamo Heights, TX

PostPosted: Wed Dec 20, 2006 8:06 am    Post subject: Reply with quote

kierzko wrote:
My question i slightly related (i hope).
I'm willing to add to efika (hope getting one soon) two things (will be needed for my project) :

- 2nd ethernet adapter
- 802.11 adapter

As far as i'm reading it might be difficult, but...
can someone tell me if that would be possible to connect a mini-PCI borad with both adapters embedded via the mini-PCI to PCI converter ?

P.S. Sorry for my english it's not my native.


Yes, you can.

http://www.mikrotik.com/interfaces.php

These will all work with an Efika.
_________________
Matt Sealey, Genesi USA Inc.
Product Development Analyst
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Konrad Kierzkowski
(kierzko)




Joined: 30 Jan 2006
Posts: 3

PostPosted: Wed Dec 20, 2006 8:07 am    Post subject: Reply with quote

Thx Neko, allready searching for some good mini-PCI borad [;
Back to top
View user's profile Send private message
Matt Sealey
(Neko)

Site Admin


Joined: 24 Sep 2004
Posts: 1403
Location: Alamo Heights, TX

PostPosted: Wed Dec 20, 2006 8:54 am    Post subject: Reply with quote

kierzko wrote:
Thx Neko, allready searching for some good mini-PCI borad [;


eBay is a good place, people pull them out of laptops all the time (I have a spare Intel Centrino 2200BG WiFi here - I'm curious as to whether the ipw2200 driver works on Power :) - just make sure you get a decent antenna.
_________________
Matt Sealey, Genesi USA Inc.
Product Development Analyst
Back to top
View user's profile Send private message Send e-mail Visit poster's website
syner



Joined: 26 Dec 2006
Posts: 28
Location: Czech Republic

PostPosted: Thu Dec 28, 2006 12:59 pm    Post subject: Reply with quote

Neko wrote:
kierzko wrote:
My question i slightly related (i hope).
I'm willing to add to efika (hope getting one soon) two things (will be needed for my project) :

- 2nd ethernet adapter
- 802.11 adapter

As far as i'm reading it might be difficult, but...
can someone tell me if that would be possible to connect a mini-PCI borad with both adapters embedded via the mini-PCI to PCI converter ?

P.S. Sorry for my english it's not my native.


Yes, you can.

http://www.mikrotik.com/interfaces.php

These will all work with an Efika.


And what if Mikrotik and RouterOS doesn't support PowerPC processors ?
Back to top
View user's profile Send private message Visit poster's website
syner



Joined: 26 Dec 2006
Posts: 28
Location: Czech Republic

PostPosted: Thu Dec 28, 2006 1:00 pm    Post subject: PCI riser card Reply with quote

Did anyone already test any PCI riser card?

such as this:

http://www.premiercomputer.de/productipc_info.php?p=risercard&idArticleNumber=750303
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Power Developer Forum Index -> Developers All times are GMT - 6 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


PowerDeveloper.org: Copyright © 2004-2010, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org. All other names and trademarks used are property of their respective owners.

Forums Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group