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 1967 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
Parents
  • 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
Reply
  • 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
Children
  • 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
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