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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 Pure Data on Raspberry Pi 2 with real-time kernel and Cirrus card?
  • 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 14 replies
  • Answers 1 answer
  • Subscribers 707 subscribers
  • Views 2591 views
  • Users 0 members are here
  • real-time
  • cirrus
  • raspberry_pi
  • raspberrypi
  • kernel
  • puredata
Related

Pure Data on Raspberry Pi 2 with real-time kernel and Cirrus card?

dmlandrum
dmlandrum over 10 years ago

I'm aiming to create a Korg Wavedrum-like project. The idea is to have a tensioned drum head miked with two piezo contact mics (one at center and one at edge) feeding into the Cirrus card so the signals can be processed by PD into something more interesting. I'm not talking about just using the piezos as triggers: the audio they capture can be part of the final sound.

 

I know people have said the RPi is not a good platform for DSP, but I think for this application it will be good enough. The problem I'm having right now is with how to set up a real-time kernel on the RPi 2, which is what I'd like to use as it has more RAM and processor power. I've tried Google and the search here, but didn't find anything I understood. Is this possible, and does anyone know where some good information can be found on it? It's been a long time since I've used Linux, so I'm really rusty at the moment.

 

Thank you very much for your help.

  • Sign in to reply
  • Cancel
Parents
  • dmlandrum
    0 dmlandrum over 10 years ago

    Ooh, something just occurred to me...

     

    I want to use the new 7" touchscreen as the main interface and display for this project. However, that requires updates to be applied, something I can't do with the RT image, or it'll break. So now it looks like I'm staring down the barrel of doing this the hard way. I was really hoping to avoid that. It's been way too long!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to dmlandrum

    Hello Darren,

     

    I had the same problem with some libraries. Then I discovered that it is true that you should not upgrade the sys due the risk to alter the RT components that are a sort of non-standard and unfortunately are not supported by the RT kernel system. But in the meantime, if you can apt-get install components without upgrading the system it continue working fine. So I suggest first to try to install the new components needed by the touch screen display and reduce to the minimum the apt-get install operations, eventually installing manually the needed components the make a test. It is the worth because if the specific parts does not affect the existing kernel and RT involved libraries it continue working fine.

     

    Let me know it this works for you. If not the last chance is to manually install the packages downloading the debs instead of using the apt-get install command. Something that can also be helpful to see exactly what are the dependencies is the aptitude command - similar to the synaptic but more complete and detailed at low level that you can launch from the terminal.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to dmlandrum

    Hello Darren,

     

    I had the same problem with some libraries. Then I discovered that it is true that you should not upgrade the sys due the risk to alter the RT components that are a sort of non-standard and unfortunately are not supported by the RT kernel system. But in the meantime, if you can apt-get install components without upgrading the system it continue working fine. So I suggest first to try to install the new components needed by the touch screen display and reduce to the minimum the apt-get install operations, eventually installing manually the needed components the make a test. It is the worth because if the specific parts does not affect the existing kernel and RT involved libraries it continue working fine.

     

    Let me know it this works for you. If not the last chance is to manually install the packages downloading the debs instead of using the apt-get install command. Something that can also be helpful to see exactly what are the dependencies is the aptitude command - similar to the synaptic but more complete and detailed at low level that you can launch from the terminal.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • dmlandrum
    0 dmlandrum over 10 years ago in reply to balearicdynamics

    Well, at this point, I guess I'll just have to get the parts and see if I can figure it all out. Thank you for your help!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • screamingtiger
    0 screamingtiger over 10 years ago in reply to dmlandrum

    That's the best way to learn!

    • Cancel
    • Vote Up +1 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube