| View previous topic :: View next topic |
| Author |
Message |
acrux
Joined: 19 Oct 2006 Posts: 213 Location: Italy
|
Posted: Sat Dec 16, 2006 7:53 am Post subject: Dual PCI Riser Card on Efika |
|
|
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 |
|
 |
popper
Joined: 16 Feb 2006 Posts: 93
|
Posted: Sat Dec 16, 2006 11:01 am Post subject: |
|
|
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 |
|
 |
Arno V. (tarbos)
Joined: 24 Sep 2004 Posts: 111
|
Posted: Sat Dec 16, 2006 11:41 am Post subject: |
|
|
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 |
|
 |
Jonathan J Smith (Udance)
Joined: 28 Sep 2006 Posts: 4
|
Posted: Sat Dec 16, 2006 12:22 pm Post subject: |
|
|
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 |
|
 |
acrux
Joined: 19 Oct 2006 Posts: 213 Location: Italy
|
Posted: Sun Dec 17, 2006 2:18 am Post subject: |
|
|
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 |
|
 |
Matt Sealey (Neko) Site Admin
Joined: 24 Sep 2004 Posts: 1403 Location: Alamo Heights, TX
|
Posted: Sun Dec 17, 2006 9:02 am Post subject: |
|
|
| 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 |
|
 |
Vicente Gimeno Gimenez (Ami603)
Joined: 15 Feb 2006 Posts: 42
|
Posted: Sun Dec 17, 2006 9:12 am Post subject: |
|
|
| 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 |
|
 |
acrux
Joined: 19 Oct 2006 Posts: 213 Location: Italy
|
Posted: Sun Dec 17, 2006 9:42 am Post subject: @ Neko |
|
|
| 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 |
|
 |
popper
Joined: 16 Feb 2006 Posts: 93
|
Posted: Sun Dec 17, 2006 2:34 pm Post subject: |
|
|
| 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 |
|
 |
Konrad Kierzkowski (kierzko)
Joined: 30 Jan 2006 Posts: 3
|
Posted: Wed Dec 20, 2006 7:43 am Post subject: |
|
|
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 |
|
 |
Matt Sealey (Neko) Site Admin
Joined: 24 Sep 2004 Posts: 1403 Location: Alamo Heights, TX
|
Posted: Wed Dec 20, 2006 8:06 am Post subject: |
|
|
| 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 |
|
 |
Konrad Kierzkowski (kierzko)
Joined: 30 Jan 2006 Posts: 3
|
Posted: Wed Dec 20, 2006 8:07 am Post subject: |
|
|
| Thx Neko, allready searching for some good mini-PCI borad [; |
|
| Back to top |
|
 |
Matt Sealey (Neko) Site Admin
Joined: 24 Sep 2004 Posts: 1403 Location: Alamo Heights, TX
|
Posted: Wed Dec 20, 2006 8:54 am Post subject: |
|
|
| 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 |
|
 |
syner
Joined: 26 Dec 2006 Posts: 28 Location: Czech Republic
|
Posted: Thu Dec 28, 2006 12:59 pm Post subject: |
|
|
| 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 |
|
 |
syner
Joined: 26 Dec 2006 Posts: 28 Location: Czech Republic
|
|
| Back to top |
|
 |
|