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 Have a question about the Next-Gen BeagleBone? Ask it here!
  • 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 197 replies
  • Subscribers 73 subscribers
  • Views 18713 views
  • Users 0 members are here
  • beagle
  • bbb
  • BeagleBone
  • beagle_bone
  • bb_black
  • beagle_bone_black
Related

Have a question about the Next-Gen BeagleBone? Ask it here!

bluescreen
bluescreen over 12 years ago

There is a lot of excitement about TI's Next-Gen BeagleBone. If you have a specific question about its performance characteristics, tech specs, or anything else, post it as a reply to this thread. We are working closely with TI and will make sure to respond to your questions.  Thanks everyone!  Sagar

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 12 years ago in reply to Former Member +2
    Until we have some space to work in, I might as well add to this thread: I've not had much time to experiment with the board recently, but I had an hour today, and I tried powering the board from a battery…
  • shobhitkukreti
    shobhitkukreti over 12 years ago +1
    I just ordered a Beagle Bone. What will be the difference in the present beagle bone and the next gen beagle bone ?
  • jkridner
    jkridner over 12 years ago in reply to johnbeetem +1
    The demo I've been showing here at ELC is using an Attic Lapdock. The only special hack required is a USB cable that doesn't short power sine the Lapdock sources power through a port that normally should…
  • Former Member
    Former Member over 12 years ago in reply to jkridner

    Jason,

     

    > 720p MPEG4 has been demonstrated using software-only decode.

     

    Is there any hardware support for MPEG4 decode?

    Does the SoC include a DSP?  If so, is it user programmable?

    Is there any current or planned support for OpenCL?

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

    One of the nice things about this project is that it's being run very open. The kernel patches to support the new board are already in public repositories! You can see the patch to enable the eMMC and HDMI here:

     

    eMMC: https://github.com/beagleboard/kernel/blob/3.8/patches/capebus/0006-beaglebone-enable-emmc-for-bonelt.patch

    HDMI: https://github.com/beagleboard/kernel/blob/3.8/patches/hdmi/0004-Add-capebus-override-and-pinmux-for-da8xx-dt.patch

     

    From those, I extracted the following:

     

    eMMC pins on header: P8_5, P8_6, P8_20, P8_21, P8_24 and P8_25 (gpio1[21:24] aren't on the header)

    HDMI pins on header: P8_[27:46]

     

    eMMC interferes with:

    UART1 (P8_19, P8_20, P8_24 and P8_26) TX on P8_24

     

    HDMI interferes with:

    UART2 (P9_21, P9_22, P8_37 and P8_38) RTS/CTS lines on P8_37 and P8_38

    UART3 (P8_34, P8_36 and P9_42) RTS/CTS lines on P8_34 and P8_36 -- though I don't know where the RX line is

    UART4 (P8_33, P8_35, P9_11 and P9_13) RTS/CTS lines on P8_33 and P8_35

    UART5 (P8_31, P8_32, P8_37 and P8_38) on all lines

     

    That leaves UART2 and UART4 open as long as you don't need hardware flow control, otherwise you'll need to disable one of the interfaces.

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

    All of the design materials will be released, including gerbers, just as with previous BeagleBoard.org releases: http://beagleboard.org/hardware/design.

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

    Next-gen BeagleBone will not include a DSP, though it will have 2 32-bit RISC microcontrollers (PRUs) running at 200MHz to assist with I/O and a Cortex-M3 (only useful for power management functions since it can't access the pins).

     

    Again, this is much more about being a system controller and interfacing the Internet to hardware than it is about being a multimedia device---despite having enough horsepower to play some videos.

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

    Yes, the new Bone will include the PRUSS.

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

    Can I use the old beaglebone to exchange "The Next-Gen BeagleBone"??

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

    Thanks for the feedback on the UARTs. Disabling the HDMI and the eMMC will be no issue for some of my applications (The serial ports are more important)

     

    Looks like the affectedf UARTs are still only a pinmux away, and at worst a patch -R image and recompile

     

     

    Thanks again

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

    Hi,

     

    I am using the original Beaglebone for a app and have issues with the analog inputs, has there been any special care in routing of these sensistive inputs for the new version and use of proper groundplanes for the analog inputs?

     

    Michael

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

    Sorry, there is no "exchange" program for these boards.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shobhitkukreti
    shobhitkukreti over 12 years ago in reply to vandana

    Hi Vandana. What could be the approximate cost ? Is it possible to get one now. I would be willing to pay for it.

    • 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