Hello,
Is that possible to add a PCI or PCIe Bus on Raspberry pi?
If yes, how can i do it and what i need to buy?
King Regards,
Ricardo Silva
Hello,
Is that possible to add a PCI or PCIe Bus on Raspberry pi?
If yes, how can i do it and what i need to buy?
King Regards,
Ricardo Silva
It isn't possible at a reasonable cost (in money and effort). You don't say what you want to do with it so I can't be any more helpful. You would do much better to find a board that supports PCI(e) by design.
MK
I can't help but think that a 300MHz x86 processor is going to feel horribly slow even compared to a Raspberry Pi. Depends what you use it for I suppose. I have a Minnowboard, 1GHz Intel Atom cpu, and it struggles with things the Pi doesn't. That 86Duino is a full 700MHz slower.
PCIe appearing on lower end boards is welcome of course, but I'd be left wondering what PCIe card I could connect that the board wouldn't struggle to handle. The choices it opens is the main point I suppose as other boards won't have those options.
Thanks for the answer.
The main goal is to use an ISDN card to make a telephone exchange. The ISDN card via USB are not so good :/
Which ISDn card would you use - I'm wondering if it is possible to make an ISDN interface directly to the Pi without the use of a ready made card. It would need ISDN interface chips and possibly an FPGA.
A possibly suitable chip with microcontroller or spi interface is:
Cologne Chip - XHFC-4SU ISDN Controller IC
It'll be alot of work !
MK
I think I would go for the XHFC as well. It is available as 1 to 4 ports (2 B + 1D channel each), control is quite easy, the data streams can be most likely handled using the raspberry I2S port, and there is already some code in the linux kernel to handle those (IIRC the XHFCs where also built on ISA bus cards, which will much easier map to this approach than full blown PCI(e)).
Stefan
I have to use asterisk and I don't know if that OS support XHFC drivers :/
The asterisk is prepared for PCI BRI Cards and I would like to use it. But as I can see, I need to have a lot of work.
I still need to use the Intel D2700 boards :/
Thanks