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 Gaming Cape
  • 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 6 replies
  • Subscribers 58 subscribers
  • Views 911 views
  • Users 0 members are here
  • beaglebone_black
  • single-board-computers
  • bbb
  • bb_black
  • beagle_bone_black
Related

BBB Gaming Cape

shabaz
shabaz over 12 years ago

I just saw this, a labour of love for Max Thrun is here, the video shows his entire build process. (5:10 for the actual gameplay).

He's combined many capes into a single design, and the design files are open source it seems, links are at his web page.

image

image

image

  • Sign in to reply
  • Cancel

Top Replies

  • morgaine
    morgaine over 12 years ago in reply to Former Member +1
    selsinork wrote: Interestingly, it's not so long ago that x86 systems were far less capable in terms of memory, storage and likely CPU than today's ARM systems, yet were perfectly capable of compiling…
  • shabaz
    shabaz over 10 years ago in reply to dagonlan931 +1
    Hi Ty, There was a group buy of the the ready-made cape very recently (last month), but sadly I missed it otherwise I would have bought it too - see here: http://campaign.circuithub.com/beaglebone-gamingcape…
Parents
  • morgaine
    morgaine over 12 years ago

    Wow!  Your phrase "labour of love" is very appropriate.  What a complete and carefully crafted project.

     

    Max Thrun writes:

     

    Again I got a patched version from portage and tried to compile it on the BeagleBone but it not only took ages but also ate up an enormous amount of RAM. At one point I was using a USB flash drive as swap space. Needless to say it failed to compile. I ended up just cross compiling it which seemed to work okay even though I didn't really setup a proper environment and was using my hosts systems header files.

     

    This is the very reason why I have shied away from using Gentoo native on any of these ARM boards, despite it being my favourite distro on x86 equipment.  It's way beyond their memory, storage and CPU capabilities (in that order of importance).  Cross-compiling for the ARM target would be the only reasonable way of proceeding.

     

    Binary distros are a better native fit until ARM machines becomes more fully endowed.  That's still some years away.

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

    Morgaine Dinova wrote:

     

    This is the very reason why I have shied away from using Gentoo native on any of these ARM boards, despite it being my favourite distro on x86 equipment.  It's way beyond their memory, storage and CPU capabilities (in that order of importance).  Cross-compiling for the ARM target would be the only reasonable way of proceeding.

     

    Binary distros are a better native fit until ARM machines becomes more fully endowed.  That's still some years away.

    Interestingly, it's not so long ago that x86 systems were far less capable in terms of memory, storage and likely CPU than today's ARM systems, yet were perfectly capable of compiling everything required natively. How quickly we forget, and how quickly we bloat the software with unnecessary junk to the point this is no longer true.

     

    Remember also that Raspbian was compiled on a bunch of i.MX5-QSB's where the only obvious advantage is having 1GB ram.  With the Wandboard Quad having 2GB, there's really no reason for not doing native builds today. Unless of course we persist in adding bloat to the point 2GB isn't enough image

     

    I'm still sticking to my line that trying to shoehorn a current, full x86 style desktop, distro onto an admittedly less capable Arm board is a daft thing to do.

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

    selsinork wrote:

     

    Interestingly, it's not so long ago that x86 systems were far less capable in terms of memory, storage and likely CPU than today's ARM systems, yet were perfectly capable of compiling everything required natively. How quickly we forget, and how quickly we bloat the software with unnecessary junk to the point this is no longer true.

    That is so very true!!!

     

    I've moved the rest of a long response to this thread owing to my change of topic.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • morgaine
    morgaine over 12 years ago in reply to Former Member

    selsinork wrote:

     

    Interestingly, it's not so long ago that x86 systems were far less capable in terms of memory, storage and likely CPU than today's ARM systems, yet were perfectly capable of compiling everything required natively. How quickly we forget, and how quickly we bloat the software with unnecessary junk to the point this is no longer true.

    That is so very true!!!

     

    I've moved the rest of a long response to this thread owing to my change of topic.

    • 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