element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Pi vs BeagleBone-Black
  • 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
  • Replies 358 replies
  • Subscribers 674 subscribers
  • Views 39568 views
  • Users 0 members are here
  • raspberry_pi
  • bb_black
Related

Pi vs BeagleBone-Black

Former Member
Former Member over 12 years ago

So, just over a year on from the initial availability of the R-Pi and the new BeagleBone Black is upon us.  They've obviously taken a leaf out of the RPF's playbook and produced a cost reduced version at a price only marginally above the Pi.

 

I find it interesting that the compromises are very different, for example there's a proper PMIC and the ethernet is not troubled by being connected to USB, however the on-board HDMI seems less capable.

 

Other differences are in the documentation, I'm currently viewing the pcb gerbers for the beaglebone..  Have yet to see any sign of those for the R-Pi a year later. There's even an up to date devicetree capable kernel too.

 

Technology has also moved on somewhat, we get a 1GHz Cortex A8 which is better than the Pi, along with various other stuff and lots more GPIO's too.

 

Ok, so it's clear that I like the look of the new beaglebone, and given the price I'm likely to put any further R-Pi plans on hold until I have a chance to play with this. It's also making things like the Olinuxino-maxi I bought recently look very slow/expensive while still being cheaper than the similarly specced Olinuxino-A13

 

Some details of the beaglebone-black here http://circuitco.com/support/index.php?title=BeagleBoneBlack

 

What do the rest of you think ?   I don't expect this to displace the Pi anytime soon, but I expect it to be very attractive to those people who don't simply want to put XBMC on it and duct tape it to the back of the TV..

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    Former Member over 12 years ago

    Systems that require hard real time behavour usually also require high reliability. If I instruct my robotarm to move to coordinate x, y, I appreciate it if he actually stops at that position all the time. One way to obtain high reliability is to keep things as simple as possible which is exactly what a separate controller approach is standing for. The more complex a design, the bigger the possibillities that it contains bugs.

    I know there are other cases. Nobody is saying embedded linux and posix isn't having a place on the market, but it simply isn't a swiss knife for evey real time embedded design.

    If we would be discussing this on a meeting, I would say "it's about time to move to the next point on the agenda. We are diverting way to far from the original topic"

    Maybe our real time response is simply 2 slow.

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

    Systems that require hard real time behavour usually also require high reliability. If I instruct my robotarm to move to coordinate x, y, I appreciate it if he actually stops at that position all the time. One way to obtain high reliability is to keep things as simple as possible which is exactly what a separate controller approach is standing for. The more complex a design, the bigger the possibillities that it contains bugs.

    I know there are other cases. Nobody is saying embedded linux and posix isn't having a place on the market, but it simply isn't a swiss knife for evey real time embedded design.

    If we would be discussing this on a meeting, I would say "it's about time to move to the next point on the agenda. We are diverting way to far from the original topic"

    Maybe our real time response is simply 2 slow.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • shabaz
    shabaz over 12 years ago in reply to Former Member

    Incidently, (just to have some concrete references for anyone curious to explore that path, although I agree it's a slight digression now, not really discussing the beagleboard specifically), there are some RTOSs that have so-called 'low' latency, even the extremely common uC/OS (I think the code is free - otherwise is available with the author's book) manages tens of usec with (say) a 16MHz clock. Probably nothing stopping people from porting it to this processor, although I'm personally not interested. Another commercial example is EOS (a very old operating system developed by Etnoteam, Italy. It is multitasking and can support real time applications. Versions were available for the Intel 8086 and old Motorola devices. The basic version occupies approximately 4kbytes of ROM, but this rises to tens of kb for the complete system.It was modular and was intended for a variety of applications). I found this report of its performance on an ancient ARMv3 running at 25MHz (scheduling/context switch time is fairly low). But, even tens of usec is useless for many tasks like the robot arm example.

    image

     

    There were other RTOSs with this ballpark of latency. Another example is Hitachi's HI8 which achieved good results on another ancient processor (H8/500 series, this is from late 1980s, so very old (one can assume the CPU speed was below 16MHz):

    image

    Also, agree POSIX compliance is not always required, and is not relevant to small processors like the one on the beagleboard, where you want to write some tight code anyway. For example, Japan had it's own standards for smaller processors. It is generally accepted that some form of process synchronization is needed, scheduling methods, memory management and so on, but all the systems mentioned above implemented these features. POSIX is not always necessary because one may never want to port to another device, or, more commonly, people don't directly use the APIs anyway because often, some higher-level framework is created to abstract away from the raw API, to protect oneself, or to have object-oriented framework possibly, and write better code too.

     

    It's a digression, but useful to know about the choices for the small processors.

     

    Having said all that, if I wanted to interface to any hardware (most hardware) that requires reasonable timing, I too wouldn't be interested in running Linux nor any OS for high/average-speed tasks (coding with interrupts is perfect for many use-cases), nor real-time Linux; I would use Linux for tasks that I don't mind to have more latency (e.g. UI update) or where it's too hard to re-write vast libraries of code that already exists on Linux.

     

    So, for me, I'm looking forward to trying the board, because I don't like bringing out ISE and having to prototype a board just to have some (averagely)high-speed processing going on with external hardware.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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