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 39685 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
  • gdstew
    gdstew over 12 years ago

    I'd like to add another pro for the BeagleBoard Black.

     

    With the exceptions of the integer real time processors PRU-ICSS (not sure at this point why that is), and the PowerVR GPU for

    well known reasons, the AM3359 technical documentation from TI is excellent to the point of overwhelming. The Technical Reference

    Manual is over 4000 pages. No I did not accidentally add any zeros !

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to gdstew

    Gary Stewart wrote:

     

    With the exceptions of the integer real time processors PRU-ICSS (not sure at this point why that is), and the PowerVR GPU for well known reasons, the AM3359 technical documentation from TI is excellent to the point of overwhelming.

     

    You're right about the proprietary GPU, that seems to be an endemic problem for open source in the industry.  It's not true for the PRU-ICSS though.

     

    The PRU-ICSS is fully documented in the Technical Reference Manual SPRUH73C, with the entirety of chapter 4 (250 pages) devoted to it.  Also, there is a full package of PRU-related materials on Github, including more documentation and source code of the PRU's PASM assembler, a Linux loader, demos, etc.  I've even checked that the assembler compiles and it does.

     

    The BeagleBone materials on Github are at https://github.com/beagleboard/am335x_pru_package

     

    The PRU has been used successfully in quite a number of projects as a quick web search shows, and this long predates the BeagleBone Black since the original BeagleBone uses a slightly different version of the same AM3359 SoC.

     

    Morgaine.

     

    Addendum: Repeating the link to TI's wiki pages on PRU which I gave in my first post on this thread, in case it was missed when looking for docs.  There is a developers' link at the bottom of that first page.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 12 years ago in reply to morgaine

    Morgaine

    Yes thanks for explaining the KL25z wasn't part of the discussion of Pi v BB.

    It was just the size.

     

    John

    You have some good reasons ...obviously the Antoid tins are a household item on the other side of the world, hence the inital reason.

    I also like your advice on the forums/support.

     

    Morgaine

    I think your answer is probably what I expected.

    I had to ask though.image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to mcb1

    Yay, more boards with rounded corners! And cheap too! image

     

    Not on topic though, except for the rounded corners and the Element 14 angle. image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 12 years ago in reply to morgaine

    Morgaine Dinova wrote:

     

    Yay, more boards with rounded corners! And cheap too! image

     

    Not on topic though, except for the rounded corners and the Element 14 angle. image

    I like the way the Farnell site shows availability as "Awaiting Delivery" -- sounds like we're expecting a "bundle of joy" image.  The USA Newark site just says "Availability: 0" -- no poetry at all.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to johnbeetem

    John Beetem wrote:

     

    I like the way the Farnell site shows availability as "Awaiting Delivery" -- sounds like we're expecting a "bundle of joy" image.

     

    Better not give Marketing ideas, I really don't want to have my boards delivered with nappies and baby powder. image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 12 years ago in reply to morgaine

    Here in NZ its 4 times the price of KL25z, but with less features.

     

    Maybe nappies and baby powder will help sell it.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to mcb1

    Hehe. image

     

    I don't know PSoC4, but a quick glance at Element 14's linked summary suggests that it's along the lines of PSoC5, which John has often described here (in CPLD/FPGA threads) as being a microcontroller SoC with partially documented programmable logic features.

     

    That makes this board rather eclectic and somewhat alienating to those who prefer traditional CPU software programming.  Perhaps the manufacturer is trying to dispell that image by releasing the board at prices that fall below the worry radar ... except in NZ, that is. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 12 years ago in reply to johnbeetem

    For just $10 extra you get more and better hardware with added features such as analog inputs, extra GPIO, a better design power supply and you can boot from the eMMC memory on board. I've got mine early this week (got it from Mouser, Newark didn't show any stock earlier) but didn't have a chance to power it up yet, that btw to get started you can do it just via de USB device port.

     

    I believe that for certain applications and users it will be a much better value proposition than the Raspberry Pi, and I agree that the previous Bbone was kind of pricey.

     

    -J

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 12 years ago in reply to morgaine

    Morgaine Dinova wrote:

     

    I don't know PSoC4, but a quick glance at Element 14's linked summary suggests that it's along the lines of PSoC5, which John has often described here (in CPLD/FPGA threads) as being a microcontroller SoC with partially documented programmable logic features.

     

    That makes this board rather eclectic and somewhat alienating to those who prefer traditional CPU software programming.  Perhaps the manufacturer is trying to dispell that image by releasing the board at prices that fall below the worry radar ... except in NZ, that is. image

    PSoC4 is a low-cost version of PSoC5, replacing PSoC5's Cortex-M3 with a Cortex-M0.   The PSoC line is quite interesting: Cypress integrates a processor, various digital blocks, and analog blocks all onto the same chip with a programmable interconnect to tie everything together and route to the pins.  The idea is to have a single chip provide everything for an embedded product, including the analog circuits.  The functions of the blocks and the routing are all programmed by the CPU through addressable registers, almost all of which are documented.  Cypress has a Windows-based tool called PSoC Creator that lets you select and interconnect the blocks, and it generates a C program that does the register initializations for you so you don't have to read an 1800-page manual.

     

    My beef with the chip has been that I want to be able to use it for teaching logic design using my own tools.  Cypress almost provides enough data to do this, but as far as I can tell the routing control registers aren't documented well enough to use them.  It may be that I'm wrong and the information is now there -- please tell me if that's the case!

     

    PSoC has had limited success, largely because the chips have been rather expensive.  PSoC4 is supposed to change this by providing a highly capable SoC for US$1.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • fustini
    fustini over 12 years ago in reply to jamodio

    I agree with you - there really isn't much of a price difference when you factor in no SD card or power supply is required.  The out of box experience is quite nice.  You simply connect the BB Black via USB cable to your computer.  It appears as a mass-storage device with a start html page.  Opening that takes you through a tutorial. 

     

    The BB Black also creates a virtual Ethernet network over USB cable, so the HTML-based tutorial can communicate with BB Black.  Right off the bat, you can edit BoneScript (Javascript for BeagleBone) in the starter tutorial page and that code will run on the Bone. 

     

    For a fuller experience, you can also click the link to open the Cloud9 IDE.  All that without any need for power supply, SD card, Ethernet cable, WiFi adapter or serial cable.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 12 years ago in reply to fustini

    I agree with you, Drew and jamodio.

     

    Superior experience for beginners out of the box, superior experience for experts later, with far more extensive hardware interfacing potential, the programming of PRUSS, and the creation and stacking of capes.  We were talking about a simple comparison table between Pi and BBB, but I don't think that's likely to indicate just how much more advanced the BBB experience and potential really is.

     

    The Pi is a nice little gadget if your application can work within its limits and foibles, and it has no same-price challengers yet as a home media center.  What's more, Pi Model A has no directly comparable challengers on price at all.  However, the Pi's range of "Best for application X" has now been reduced very sharply by BBB.  And somewhat embarassingly, BBB has much more education potential than Pi, and most of the Pi educational examples will work just as well or better on BeagleBones because they are typically generic Linux applications.

     

    This is a great time to be involved with ARM, so many excellent choices. image

     

    Morgaine.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • morgaine
    morgaine over 12 years ago in reply to fustini

    I agree with you, Drew and jamodio.

     

    Superior experience for beginners out of the box, superior experience for experts later, with far more extensive hardware interfacing potential, the programming of PRUSS, and the creation and stacking of capes.  We were talking about a simple comparison table between Pi and BBB, but I don't think that's likely to indicate just how much more advanced the BBB experience and potential really is.

     

    The Pi is a nice little gadget if your application can work within its limits and foibles, and it has no same-price challengers yet as a home media center.  What's more, Pi Model A has no directly comparable challengers on price at all.  However, the Pi's range of "Best for application X" has now been reduced very sharply by BBB.  And somewhat embarassingly, BBB has much more education potential than Pi, and most of the Pi educational examples will work just as well or better on BeagleBones because they are typically generic Linux applications.

     

    This is a great time to be involved with ARM, so many excellent choices. image

     

    Morgaine.

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