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 39731 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

    Hello everybody, newbie here. Well newbie to the Pi/Beagle/Arduino/RT Linux world, not to embedded software engineering generally - cut my teeth on embedded 8086/ASM-86/PLM-86/iRMX systems 25 years ago, have written many a line of heavily multithreaded C/C++ on embedded and server systems, and have enjoyed knocking out the odd dual-6502 system for educational purposes. Ah those were the days, before we all got sucked into PC programming.

     

     

    But I'm rusty and looking to have some fun with ARM.

     

    So...my 2 cents on this discussion:

     

    Some say you should pick the best hardware/OS for the individual job at hand, and favour using a dedicated CPU for hardware interfaces. 

     

    However I prefer to pick one (reasonably priced) board for all the projects I have in mind. I don't want to have to learn and support multiple board personalities, idiosyncrasies and programming/operating environments. I can accept that that will sometimes mean shoe-horning a square board peg into a round application hole. Nobody has argued that angle.

     

    In my search for such a board I've discounted RPi (weak ISA, too many idiosyncrasies) and, sadly, also BBB due to its pathetic video (apparently it isn't considered 'cool' here to have media/video applications in mind, but I do).

     

    A real contender (albeit at double the cost) seems to be this. I wondered if the dedicated back end microcontroller advocates have seen that and have opinions.

     

    I could settle for BBB if there were ever likely to be:

     

    1) a "proper HDMI" shield, ie. providing 1080p with h/w acceleration for H264 etc.  

     

    2) a coprocessor shield, such that either the BBB or shield could be the front end hard RT coprocessor with the other one being the application processor.

     

    As long as said shields cost less than the base BBB board. Given that an RPi Model A (=$25 as is) could do the functionality, that seems like a reasonable ask. An RPi-A shield, anyone?

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

    Chris Melville wrote:

     

    However I prefer to pick one (reasonably priced) board for all the projects I have in mind. I don't want to have to learn and support multiple board personalities, idiosyncracies and programming/operating environments. Nobody has argued that angle.

    I very much agree with that. Standardising on one board has all sorts of advantages. However, at this point if whatever board you choose has at least a Cortex A7 then a much wider range of options are available and your environment can be largely identical across different boards.

    In my search for such a board I've discounted RPi (weak ISA, too many idiosynchracies) and, sadly, also BBB due to its pathetic video (apparently it isnt considered 'cool' here to have media/video applications in mind, but I do).

    I'd argue that we're just a bunch of engineers who don't place so much value on 'cheap media center' capabilities as others do, and we've seen the focus on media capabilities continually distract the likes of the RPF from other areas.

     

    I could settle for BBB if there were ever likely to be:

     

    1) a "proper HDMI" shield, ie. providing 1080p with h/w acceleration for H264 etc.  

    doubtful, you're essentially talking about an add-on video card / GPU. Don't know that the am3359 has an appropriate high bandwidth interface for that, or that the BBB makes it available on an expansion header.

    The BBB can do 1080p30 with sound, or seemingly 1080p60 without sound. The limitation is the hardware 125MHz pixel clock plus some driver development to allow selecting modes without sound.  It's on-chip GPU doesn't have the hardware to do h264 decode though.

     

    As for UDOO, it looks like it could be interesting, but too little detail so far.  Until it's released and available to buy locally I'd find it hard to bet on it being the one.  There have been several instances where the choice of distributors mean that a headline US$100 price tag in one country translates to US$300 in a different country. So even if the hardware is perfect, at what point do you decide it's not economic.

     

    As you've said, you could get what you want from a BBB+RPi combo, so why not a Sabre-Lite+Arduino Due ?  Or Arduino Due+RPi ? Lots of ways to come to a result that meets your requirements.

     

    There's a fair bit of info available on the i.MX6 on the UDOO as other boards using it have been abailable for some time.  As with anything it's worth doing some research there, especially if media uses are important to you - it seems that the kernel with the appropriate GPU drivers is stuck at 3.0.x and that appears unlikely to change anytime soon, so you need to decide if things like that are important to you or not.

    A good place for i.MX6 info is the boundary devices blog http://boundarydevices.com/blog/ the top entry is currently "GPU Acceleration on Freescale Ubuntu" with some details of how acceleration wasn't working..  The comment to the post is interesting too with everyone moving to hard-float and the closed source libraries required for acceleration still being soft-float.

     

    To be fair, video/gpu acceleration is always going to be a difficult issue due to their mostly proprietary and closed nature. So if video is important to you, be sure to verify that you'll actually be able to use it and what limitations it may impose on your environment.

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

    Chris Melville wrote:

     

    However I prefer to pick one (reasonably priced) board for all the projects I have in mind. I don't want to have to learn and support multiple board personalities, idiosyncracies and programming/operating environments. Nobody has argued that angle.

    I very much agree with that. Standardising on one board has all sorts of advantages. However, at this point if whatever board you choose has at least a Cortex A7 then a much wider range of options are available and your environment can be largely identical across different boards.

    In my search for such a board I've discounted RPi (weak ISA, too many idiosynchracies) and, sadly, also BBB due to its pathetic video (apparently it isnt considered 'cool' here to have media/video applications in mind, but I do).

    I'd argue that we're just a bunch of engineers who don't place so much value on 'cheap media center' capabilities as others do, and we've seen the focus on media capabilities continually distract the likes of the RPF from other areas.

     

    I could settle for BBB if there were ever likely to be:

     

    1) a "proper HDMI" shield, ie. providing 1080p with h/w acceleration for H264 etc.  

    doubtful, you're essentially talking about an add-on video card / GPU. Don't know that the am3359 has an appropriate high bandwidth interface for that, or that the BBB makes it available on an expansion header.

    The BBB can do 1080p30 with sound, or seemingly 1080p60 without sound. The limitation is the hardware 125MHz pixel clock plus some driver development to allow selecting modes without sound.  It's on-chip GPU doesn't have the hardware to do h264 decode though.

     

    As for UDOO, it looks like it could be interesting, but too little detail so far.  Until it's released and available to buy locally I'd find it hard to bet on it being the one.  There have been several instances where the choice of distributors mean that a headline US$100 price tag in one country translates to US$300 in a different country. So even if the hardware is perfect, at what point do you decide it's not economic.

     

    As you've said, you could get what you want from a BBB+RPi combo, so why not a Sabre-Lite+Arduino Due ?  Or Arduino Due+RPi ? Lots of ways to come to a result that meets your requirements.

     

    There's a fair bit of info available on the i.MX6 on the UDOO as other boards using it have been abailable for some time.  As with anything it's worth doing some research there, especially if media uses are important to you - it seems that the kernel with the appropriate GPU drivers is stuck at 3.0.x and that appears unlikely to change anytime soon, so you need to decide if things like that are important to you or not.

    A good place for i.MX6 info is the boundary devices blog http://boundarydevices.com/blog/ the top entry is currently "GPU Acceleration on Freescale Ubuntu" with some details of how acceleration wasn't working..  The comment to the post is interesting too with everyone moving to hard-float and the closed source libraries required for acceleration still being soft-float.

     

    To be fair, video/gpu acceleration is always going to be a difficult issue due to their mostly proprietary and closed nature. So if video is important to you, be sure to verify that you'll actually be able to use it and what limitations it may impose on your environment.

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