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 18802 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…
Parents
  • halherta
    halherta over 12 years ago

    My question is about the 2GB emmc. While its possible to install a minimal Ubuntu/Angstom in 2GB, If one needs a install a desktop environment, a bunch of libraries (say QT), a bunch of programs and Apache, one will need more that 2GB. I understand that we can still use SD card but how can one parition the root filesystem between the eMMC and the SD Flash to really maximize loading speeds ? Is this something that TI is looking at providing solutions for? or is it simply hoped that the community will figure it out ?

     

    Because if it will be difficult to use the eMMC along with SD, most people (wanting to run Linux) will default to using only the SD card and the 2GB eMMC will not be used.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 12 years ago in reply to halherta

    halherta wrote:

     

    My question is about the 2GB emmc. While its possible to install a minimal Ubuntu/Angstom in 2GB, If one needs a install a desktop environment, a bunch of libraries (say QT), a bunch of programs and Apache, one will need more that 2GB. I understand that we can still use SD card but how can one parition the root filesystem between the eMMC and the SD Flash to really maximize loading speeds ? Is this something that TI is looking at providing solutions for? or is it simply hoped that the community will figure it out ?

     

    Because if it will be difficult to use the eMMC along with SD, most people (wanting to run Linux) will default to using only the SD card and the 2GB eMMC will not be used.

    Unix file systems and their descendants like most GNU/Linux file systems allow the file hierarchy to be distributed across devices any way the admins and/or users decide.  If I remember my Unix history correctly, one reason there are standard directories like /bin and /usr/bin and /sbin is that they ran out of space on the main disk and had to mount parts of the file system on other disks.

     

    For Next-Gen BBone, you can do things like have the kernel image and /bin and /sbin on eMMC, and put /usr and /home on SD card.  See the "mount" command.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • johnbeetem
    johnbeetem over 12 years ago in reply to halherta

    halherta wrote:

     

    My question is about the 2GB emmc. While its possible to install a minimal Ubuntu/Angstom in 2GB, If one needs a install a desktop environment, a bunch of libraries (say QT), a bunch of programs and Apache, one will need more that 2GB. I understand that we can still use SD card but how can one parition the root filesystem between the eMMC and the SD Flash to really maximize loading speeds ? Is this something that TI is looking at providing solutions for? or is it simply hoped that the community will figure it out ?

     

    Because if it will be difficult to use the eMMC along with SD, most people (wanting to run Linux) will default to using only the SD card and the 2GB eMMC will not be used.

    Unix file systems and their descendants like most GNU/Linux file systems allow the file hierarchy to be distributed across devices any way the admins and/or users decide.  If I remember my Unix history correctly, one reason there are standard directories like /bin and /usr/bin and /sbin is that they ran out of space on the main disk and had to mount parts of the file system on other disks.

     

    For Next-Gen BBone, you can do things like have the kernel image and /bin and /sbin on eMMC, and put /usr and /home on SD card.  See the "mount" command.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • halherta
    halherta over 12 years ago in reply to johnbeetem

    John, Agreed. If that is the case it would be nice to have an ready-made Gnu/Linux solution  or even just instructions on how to maximize the use of the emmc memory in such a partitioned setup. I have a rudimentary understanding of the 'mount' command but I suspect there may be more to it than that. I could be wrong. Either way, it would be nice to have more information on the implementation details of this solution.

     

    In the mean time, I'll take up your advice and read-up on the mount command 

    • 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