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
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum BeagleBone boards discussion
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 16 replies
  • Subscribers 99 subscribers
  • Views 1965 views
  • Users 0 members are here
  • BeagleBone
Related

BeagleBone boards discussion

koudelad
koudelad 11 months ago

Hello,

do you use BeagleBone boards personally or professionally?

I have a few boards in my electronics box, but haven't used them for a few years (or ever).

Looking at the beagleboard.org website, it somehow got more confusing than it used to be. It is hard to find software images and later I realized why - the OS is not compatible with all boards they way Raspberry Pi OS is.

BeagleBone Blue (ready to be used with various motors), Green, White, XM disappeared. BeagleBone Black has more than a year old OS images (Debian Buster), only newer boards have Debian Bookworm.

It is great that the boards are open-source, but with uncertain SW support, I wouldn't used them professionally. I do use Raspberry Pi professionally, because the compatibility and OS support is excellent.

What do you think?

David

  • Sign in to reply
  • Cancel

Top Replies

  • Fred27
    Fred27 11 months ago +2
    I've used BeagleBones and Raspberry Pis both personally and professinally. The last time I used a BeagleBone (Black) professionally was to allow the hole marshalls to switch video sources at the Ryder…
  • flyingbean
    flyingbean 11 months ago +2
    BBB is better for learning Linux flow, especially for deeper knowledge about kernels. I joined a seminar hosted by bootlin this year. They used BBB as one of two platforms for the training platforms. I…
  • cstanton
    cstanton 11 months ago +2
    I keep thinking about the beagleboard - Arduino collaboration that almost came to be, the Arduino Tre . Hands on with the Arduino Tre : Developer Edition
  • battlecoder
    battlecoder 11 months ago

    I also have a couple of BeagleBone boards that I never used for anything. I always considered them more "industrial" than the Raspberry Pi (leaner distros, less multimedia/entertainment/educational packages by default, so a lot less bloat). So in my mind they are perfect for advanced robots and industrial applications. I even remember running a camera capture + OpenCV example on one of them).

    But I never got to build a project that required a board like that. None of my "robots" ever required anything fancier than a Wemos (this could change soon, though).

    A couple of RPI boards I had also had the same fate, they sit in a drawer; although one of them is working as a local FTP/Git/NodeRED server.

    I still think BB boards is what I would use for a professional project since they boot from on-board memory instead of an SD card, and that already makes them faster and more reliable (the SD card of a Pi, for example, would be prone to failure due to vibration if mounted on a robot, or in any machine in a vibration-rich environment).

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz 11 months ago

    I've seen the heart of the BBB design built into a custom PCB for a particular product. In other words not using the BBB board but having it fully custom. But that was a very long time ago. It didn't help that the product was aborted (not a fault of the BBB). I still have one of the first production units if I find it I could take some internals photos. I've lost the login details to be actually able to use it in any way.

    I've also seen the RPI built into a new form too (I.e. not using the compute module) again as part of a custom PCB, probably with assistance from Avnet but I don't know. 

    Also was involved intimately with a startup that used the BBB as-is as part of ther MVP. But that was only because Intel messed them around and end-of-life'd Intel Edison, so they quickly switched to BBB.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • koudelad
    koudelad 11 months ago in reply to battlecoder

    I almost forgot about the eMMC storage, which should be much more reliable than a micro SD card in a slot.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • koudelad
    koudelad 11 months ago in reply to shabaz

    I guess you have to be a skilled designer if you want to design a custom board and not even using the compute module.

    By the way, I have heard or read claims, that BBB should be able to boot linux in 5 seconds, but in my experience it was always almost 2 minutes, thanks to systemd and other services. Might be achievable for a kernel hacker and good linux developer.

    I was more curious if people are using the boards as they are, without significant customizations. Raspberry Pi is definitely used by amateurs a lot, but BB is seen a lot less.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Fred27
    Fred27 11 months ago

    I've used BeagleBones and Raspberry Pis both personally and professinally.

    The last time I used a BeagleBone (Black) professionally was to allow the hole marshalls to switch video sources at the Ryder Cup (golf) in 2023. There were some GPIO buttons and LEDs and they connected over the network to some professional video gear (Panasonic Kairos). They also announced themselves over UDP to a central control application so they could be managed remotely. The main reasons I chose the BBB over a Pi were the barrel-jack power, lack of reliance on SD card, and availability - this was post-Covid when the Pi3 was hard to get.

    I've also used the BBB for a .NET on Linux tutorial as everyone can just plug one in via USB and not worry about networking. However, for general stuff I'm probably likely to grab a Pi. I know it'll be easier for the rest of the team to get to grips with.

    Personally, I feel that the BeagleBone range and the Pi range are both great, but they are targetted at a completely different audience.

    If you are OK with Linux, can write a bit of code (probably Python) and want an easy and well-supported exerience, then the Pi is probably for you. The support from both the community and Raspberry Pi themselves is great.

    If someone mentioning device trees doesn't scare you, and you're happy to build Linux from source then the BeagleBones are great. Maybe you were thinking of spinning up a board from the latest (probably TI) processor then the Beagle guys have provided you with a great working example. What an awesome time-saver! A lot of them work for TI, so the boards often feel like a nice engineering sample. They've done an awesome job and given you a huge amount for free, but are not really there to hold your hand. Also, everything is properly open source - with all the positives and negatives that come with that.

    I'd love to think I was in the second category, but to be honest I'm nearer the first.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • koudelad
    koudelad 11 months ago in reply to Fred27

    Very well written :) I think about the Pi and BB audience similarly. And I'm a member of the first category.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • flyingbean
    flyingbean 11 months ago

    BBB is better for learning Linux flow, especially for deeper knowledge about kernels. I joined a seminar hosted by bootlin this year. They used BBB as one of two platforms for the training platforms. I did use TI ARM processors for the professional design. Following BBB training path did make my development phase more smoothly for TI ARM processor platforms.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton 11 months ago

    I keep thinking about the beagleboard - Arduino collaboration that almost came to be, the Arduino Tre.

     Hands on with the Arduino Tre : Developer Edition 

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • mp2100
    mp2100 11 months ago in reply to koudelad

    IIRC the fast boot time was in the early days when they used Ångtrom linux as the OS.  That got replaced by Debian years ago.  I’ve only used Debian with my BBB and they don’t boot fast.  

    If you’re running Xwindows on a BBB, yes, that takes minutes to boot up.  But Xwindows is so slow on the 1 core processor, it never was useable.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur 11 months ago

    I've shied away from using BBB because of posts on this site. Support is lacking. The level of hand holding I need to feel comfortable using it, doesn't appear to be there. I've made RoadTest applications for BBB products in the hope I might gain first hand experience. Until I have more confidence in level of support I will stick with the RPi.

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