element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum pci bus on raspberry pi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 16 replies
  • Answers 1 answer
  • Subscribers 668 subscribers
  • Views 1761 views
  • Users 0 members are here
  • pci
  • bus
  • raspberry_pi
  • pcie
Related

pci bus on raspberry pi

Former Member
Former Member over 11 years ago

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

  • Sign in to reply
  • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gregoryfenton
    0 gregoryfenton over 11 years ago

    This just appeared in my mailbox:

     

    The 86Duino Zero Runs Linux on x86 - ELEKTOR.com | Electronics: Microcontrollers Embedded Audio Digital Analogue Test Me…

     

    It is an x86 based Arduino type board with PCI express built in. Hope it helps, I am looking at getting one image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to gregoryfenton

    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.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to michaelkellett

    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 :/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to gregoryfenton

    This is not the piece that i try to find.

    I try to find a PCI BUS (female) not a PCI Card (male).

    Thanks anyway image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    The MinnowBoards are so expensive! Instead you can buy an Intel D2700 or something with Atom (NM10) processor.


    Basically i try to find an raspberry pi with PCI or PCIe. That would be perfect. As I can see it is impossible to find it.

     

    Thank you all image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 11 years ago in reply to Former Member

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Lurchi
    0 Lurchi over 11 years ago in reply to michaelkellett

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to michaelkellett

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Lurchi

    That kind of boards is used by the ISP Provider when install the ISDN in the costumer.

     

    So I can have access for free. Don't need to pay. Then, I link the XHFC to a BRI card (PCI) and I have a telephony exchange image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube