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
  • 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
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum Raspberry Pi or Beagle Board!!??
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 22 replies
  • Answers 1 answer
  • Subscribers 319 subscribers
  • Views 2821 views
  • Users 0 members are here
  • beagle_boad
  • raspberry_pi
  • bb_black
Related

Raspberry Pi or Beagle Board!!??

Former Member
Former Member over 13 years ago

I want to know which is better Raspberry Pi or Beagle Board?

  • Sign in to reply
  • Cancel

Top Replies

  • johnbeetem
    johnbeetem over 12 years ago +2
    There's going to be an Open Source Hardware Panel Discussion at the upcoming DesignWest show in San Jose, California starring Jason Kridner (BeagleBoards) and Gert Van Loo (Raspberry Pi / Gertboard). I…
  • jkridner
    jkridner over 12 years ago in reply to michaelkellett +2
    Note that the BeagleBone has 2 200MHz 32-bit RISC microcontrollers (programmable real-time units or PRUs) that can be programmed with an open source assembler to perform real-time tasks. The typical approach…
  • DAB
    DAB over 13 years ago +1
    For price/performance, you should take a look at the TI MSP430 line. The Launchpad only costs 4.30 USD and gives you a sixteen bit device. If you go read my Blogs on the MSP430F5438IPZR MSP430F5438IPZR…
Parents
  • johnbeetem
    0 johnbeetem over 12 years ago

    There's going to be an Open Source Hardware Panel Discussion at the upcoming DesignWest show in San Jose, California starring Jason Kridner (BeagleBoards) and Gert Van Loo (Raspberry Pi / Gertboard).  I sure hope it devolves into a Pi fight about whether RasPi is Open Source Hardware (oh yeah?  Let's see the Gerbers!  Tell me where I can get a BCM2835 in small quantities -- with a full tech ref!) and whether Open Source Hardware is a Good Idea (oh yeah? If OSH is so great, how come RasPi has sold 1M in one year and BBs have only sold 100K in 4.5?  huh?  huh?)

     

    Actually, I doubt it'll be that much fun, but should be informative.  12 Noon PDT, 23 April 2013.  Expo Theatre shows are included in the free (as in beer) expo pass.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fustini
    0 fustini over 12 years ago in reply to johnbeetem

    darn it, now I need to figure out how to get out to California because that looks very interesting!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to fustini

    I am also looking to make a choise. With Arduino you have everything under control and probably the best real time response as there is no OS involved. With both the PI and the Beaglebone the OS stays alive and as far as I can see the overhead of the OS is not verry deterministic. On the otherhand quit often you need to stay in touch with the world and both the PI and the Beagle Bone can help you in that area. I like the idea of the coporcessors on the Beagle Bone but I am not looking forward of programming them in assembler. (I hate it and I did some assembler and even witing micro code in my younger years.). I can live with for instance an Arduino as coprocessors. Did someone write communication software for this purpose either for the PI or for the Beagle Bone?

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

    I believe this is an example of writing C code for the BeagleBone's PRU (embedded microcontroller):

     

    http://elinux.org/ECE497_BeagleBone_PRU

     

    For communicating with an Arduino, OpenROV is an example of Arduino + BeagleBone:

     

    https://github.com/OpenROV/openrov-software

     

    For Raspberry Pi and Arduino, check out simon.monk

     

    http://www.raspberrypi.org/archives/1171

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

    Drew,

        It's not clear to me what they are doing regarding programming the BeagleBone's PRU in C,

    because the docs clearly state "PRU's are programmed in assembly."

     

    http://elinux.org/Ti_AM33XX_PRUSSv2

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

    So I guess the eLinux ECE497 doc describes using memory mapping to accecss the PRU:

     

    http://elinux.org/ECE497_BeagleBone_PRU#How_the_C_Code_Works

     

    But it does seem like the actual instructions run on the PRU are assembly.

     

    I found the github repo for the blinker demo: https://github.com/millerap/AM335x_PRU_BeagleBone/tree/master/GPIO_PWM_PRU

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jkridner
    0 jkridner over 12 years ago in reply to fustini

    Drew Fustini wrote:

     

    So I guess the eLinux ECE497 doc describes using memory mapping to accecss the PRU:

     

    http://elinux.org/ECE497_BeagleBone_PRU#How_the_C_Code_Works

     

    But it does seem like the actual instructions run on the PRU are assembly.

     

    I found the github repo for the blinker demo: https://github.com/millerap/AM335x_PRU_BeagleBone/tree/master/GPIO_PWM_PRU

    Yeah, today's PRU code is written in assembly. There have been experiements with writing a C compiler for it and we'll have to see if those see the light of day.

     

    I find following the Replicape project (https://bitbucket.org/intelligentagent/replicape) to be informative on PRU development.  He's done a loader in Python that helps communication to the PRUs: https://bitbucket.org/intelligentagent/pypruss.  In one of his examples, he shows toggling a GPIO with at 15ns duty cycle, though I think that 3rd cycle could be trimmed.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • jkridner
    0 jkridner over 12 years ago in reply to fustini

    Drew Fustini wrote:

     

    So I guess the eLinux ECE497 doc describes using memory mapping to accecss the PRU:

     

    http://elinux.org/ECE497_BeagleBone_PRU#How_the_C_Code_Works

     

    But it does seem like the actual instructions run on the PRU are assembly.

     

    I found the github repo for the blinker demo: https://github.com/millerap/AM335x_PRU_BeagleBone/tree/master/GPIO_PWM_PRU

    Yeah, today's PRU code is written in assembly. There have been experiements with writing a C compiler for it and we'll have to see if those see the light of day.

     

    I find following the Replicape project (https://bitbucket.org/intelligentagent/replicape) to be informative on PRU development.  He's done a loader in Python that helps communication to the PRUs: https://bitbucket.org/intelligentagent/pypruss.  In one of his examples, he shows toggling a GPIO with at 15ns duty cycle, though I think that 3rd cycle could be trimmed.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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