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 675 subscribers
  • Views 40013 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

    Morgaine Dinova wrote:

     

    mynameisJim wrote:

     

    Morgaine Dinova wrote:

     

    namely that USB compliance means automatic support for everything that is class-compliant or has a driver for the architecture.  Partial percentages don't enter into this.  If Pi is USB-compliant as a USB host then it will work with 100% of USB-compliant devices subject to power, bandwidth and driver requirements being met.  No per-device development is required.

     

     

    This is a perfect definition of what the USB standard should be.  I've yet to see it be true for any USB host ever.  And it's not always because the the host manufacturer made a mistake, USB devices  don't always follow the rules either.

     

    But when devices don't follow the rules (assuming you refer to USB), that's just another way of saying that they're "USB non-compliant" so they're not part of the topic.  Sure, developers can and do make mistakes and some probably take shortcuts on purpose, but we're not talking about those.  We're talking about USB-compliant devices, and I hope I made it plain multiple times that that was the proviso.  Nobody has ever suggested that Pi should support non-compliant devices, nor devices with other bugs.

     

    When devices are USB-compliant, then a properly working host will support them all, in any combination, 100% of them subject to their power, bandwidth and driver requirements being met.  No extra work is needed, no special testing of each device individually is needed.  That's the entire point of adherence to specs, it reduces the workload of both host and device manufacturers immeasureably by working to a common fixed point.  And this process works well, throughout the entire space of technology, not only in USB.

     

    With fully class-compliant USB devices, the situation is even simpler because there are fewer areas of doubt since no device-specific drivers are required.  Every class-compliant device on the planet can and should be expected to work on all Linux hosts (non-USB bugs excluded of course) for all USB classes that have been well exercised over the years.  Obviously the bug-rate will be higher in less-used class drivers, but keyboards, mice and hubs have exercised Linux class drivers so many billions of times that little doubt remains that they work fine.

     

    And yet, keyboard data dropouts are reported on Pi continually, so clearly some work remains to be done.  These class-compliant devices are not the source of the problem.  Indeed, the source of the problem is well known and documented by Pi developers.

    Actually that's very much my point, non-compliant devices are routinely given the stamp of approval.  And non-compliant devices are really advertised as such.  The end result is that people plug a USB device into the pi expecting it to work like it should having no knowledge that it's not following the standard and then discussions about them arrise.

     

    Now on the flip side here, as your previous post says

     

    >> There's a clear and reproduceable problem (no engineer denies it), the devs are working hard on solutions for it (nobody denies it), and with enough time and effort and expenditure it is very possible that it may be solved for good (nobody denies that either --- there are some very competent devs working on it).

     

    With a more robust USB host the problem devices (the non-compliant devices) are less likely to cause problems and go unnoticed.

     

    >> So why do some people make a habit of denying or minimizing the existence of the problem and requiring these threads to explain the nature of reality to them in black and white?

     

    I can't speak for others, but I'm not trying to minimize or deny the existence of the problem.   The topic came up and thus it was discussed, lol.  Part of that discussion is the reality that the USB standards are followed loosely and that loose following is going to create issues with a device like the pi, issues which are being worked on thankfully.  I too hope that eventually the issue is solved for good (where good is defined in the horseshoes and hand grenades sense)

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

    Morgaine Dinova wrote:

     

    mynameisJim wrote:

     

    Morgaine Dinova wrote:

     

    namely that USB compliance means automatic support for everything that is class-compliant or has a driver for the architecture.  Partial percentages don't enter into this.  If Pi is USB-compliant as a USB host then it will work with 100% of USB-compliant devices subject to power, bandwidth and driver requirements being met.  No per-device development is required.

     

     

    This is a perfect definition of what the USB standard should be.  I've yet to see it be true for any USB host ever.  And it's not always because the the host manufacturer made a mistake, USB devices  don't always follow the rules either.

     

    But when devices don't follow the rules (assuming you refer to USB), that's just another way of saying that they're "USB non-compliant" so they're not part of the topic.  Sure, developers can and do make mistakes and some probably take shortcuts on purpose, but we're not talking about those.  We're talking about USB-compliant devices, and I hope I made it plain multiple times that that was the proviso.  Nobody has ever suggested that Pi should support non-compliant devices, nor devices with other bugs.

     

    When devices are USB-compliant, then a properly working host will support them all, in any combination, 100% of them subject to their power, bandwidth and driver requirements being met.  No extra work is needed, no special testing of each device individually is needed.  That's the entire point of adherence to specs, it reduces the workload of both host and device manufacturers immeasureably by working to a common fixed point.  And this process works well, throughout the entire space of technology, not only in USB.

     

    With fully class-compliant USB devices, the situation is even simpler because there are fewer areas of doubt since no device-specific drivers are required.  Every class-compliant device on the planet can and should be expected to work on all Linux hosts (non-USB bugs excluded of course) for all USB classes that have been well exercised over the years.  Obviously the bug-rate will be higher in less-used class drivers, but keyboards, mice and hubs have exercised Linux class drivers so many billions of times that little doubt remains that they work fine.

     

    And yet, keyboard data dropouts are reported on Pi continually, so clearly some work remains to be done.  These class-compliant devices are not the source of the problem.  Indeed, the source of the problem is well known and documented by Pi developers.

    Actually that's very much my point, non-compliant devices are routinely given the stamp of approval.  And non-compliant devices are really advertised as such.  The end result is that people plug a USB device into the pi expecting it to work like it should having no knowledge that it's not following the standard and then discussions about them arrise.

     

    Now on the flip side here, as your previous post says

     

    >> There's a clear and reproduceable problem (no engineer denies it), the devs are working hard on solutions for it (nobody denies it), and with enough time and effort and expenditure it is very possible that it may be solved for good (nobody denies that either --- there are some very competent devs working on it).

     

    With a more robust USB host the problem devices (the non-compliant devices) are less likely to cause problems and go unnoticed.

     

    >> So why do some people make a habit of denying or minimizing the existence of the problem and requiring these threads to explain the nature of reality to them in black and white?

     

    I can't speak for others, but I'm not trying to minimize or deny the existence of the problem.   The topic came up and thus it was discussed, lol.  Part of that discussion is the reality that the USB standards are followed loosely and that loose following is going to create issues with a device like the pi, issues which are being worked on thankfully.  I too hope that eventually the issue is solved for good (where good is defined in the horseshoes and hand grenades sense)

    • 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