element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum BBB ships more than 100K units -- and soon with Debian!
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 25 replies
  • Subscribers 61 subscribers
  • Views 1894 views
  • Users 0 members are here
  • beaglebone_black
  • bbb
  • beagle_bone_black
Related

BBB ships more than 100K units -- and soon with Debian!

johnbeetem
johnbeetem over 11 years ago

I just saw this at Linux Gizmos: http://linuxgizmos.com/beaglebone-black-sbc-surpasses-100000-units/

Sales of the open source BeagleBone Black SBC, which began shipping in May, have surpassed 100,000 units according to BeagleBoard.org...

 

According to Jason Kridner, sales picked up considerably during the 2013 year-end holiday season. The word has been spreading recently “with lots of great how-tos including at least six BeagleBone books either out or just about to be out and available for pre-order”.

And saving the best for last:

According to Kridner, BeagleBoard.org will have a number of announcements regarding the BeagleBone Black in the new few months. These are said to include “a significant software update, moving our in-the-box distribution to Debian, and an updated version of the Cloud9 IDE.” There will also be “more in-the-box tutorials using JavaScript, and simplified programming of the PRU microcontrollers”

Woo-hoo!

  • Sign in to reply
  • Cancel

Top Replies

  • morgaine
    morgaine over 11 years ago in reply to jkridner +3
    Wow, 3 X Jason in a row, awesome!!! A Very Happy 2014 to you and yours. As you probably know, we're big fans of BBB here, and very much look forward to what's coming in the future. And you've answered…
  • Former Member
    Former Member over 11 years ago +3
    Beta Debian images now available : https://groups.google.com/forum/#!category-topic/beagleboard/9EG0SbhwTx0
  • Former Member
    Former Member over 11 years ago in reply to morgaine +2
    Interesting thread here https://groups.google.com/d/msg/beagleboard/WYrk-JUAkbM/EdXVSEiU6oYJ where Geralg Coley confirms it. For me, it says a lot when Jason doesn't participate - seemingly at all - in…
Parents
  • shabaz
    shabaz over 11 years ago

    Hi John,

     

    What good news (all of it!). I think the "simplified programming" may refer to a C compiler that was completed a while back (I have not tried it), but I hope it also includes a framework for communication between the PRU code and the user program(s) on top of Linux. The JavaScript tutorials thing is great, since Node.js makes prototyping so fast (I've not used Python so I can't compare - but at least with JavaScript people can reuse the learnt knowledge in html files too).

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jkridner
    jkridner over 11 years ago in reply to shabaz

    shabaz wrote:

     

    Hi John,

     

    What good news (all of it!). I think the "simplified programming" may refer to a C compiler that was completed a while back (I have not tried it), but I hope it also includes a framework for communication between the PRU code and the user program(s) on top of Linux. The JavaScript tutorials thing is great, since Node.js makes prototyping so fast (I've not used Python so I can't compare - but at least with JavaScript people can reuse the learnt knowledge in html files too).

     

    That's pretty much right. The C compiler should be public by then. Here is an example of an improved framework for talking to apps in Linux from the PRU and includes an app written on the PRU in C using the beta of the compiler:

     

    https://github.com/mranostay/ws28xx-lighting-pru

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • jkridner
    jkridner over 11 years ago in reply to shabaz

    shabaz wrote:

     

    Hi John,

     

    What good news (all of it!). I think the "simplified programming" may refer to a C compiler that was completed a while back (I have not tried it), but I hope it also includes a framework for communication between the PRU code and the user program(s) on top of Linux. The JavaScript tutorials thing is great, since Node.js makes prototyping so fast (I've not used Python so I can't compare - but at least with JavaScript people can reuse the learnt knowledge in html files too).

     

    That's pretty much right. The C compiler should be public by then. Here is an example of an improved framework for talking to apps in Linux from the PRU and includes an app written on the PRU in C using the beta of the compiler:

     

    https://github.com/mranostay/ws28xx-lighting-pru

    • 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