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 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
Technical Library
  • Products
  • Dev Tools
  • Technical Library
  • More
  • Cancel
Technical Library
Files element14: User Manual for BB View - An LCD Expansion Cape for BeagleBone Boards
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Technical Library to participate - click to join for free!
Actions
  • Next
  • Previous
  • Share
  • More
  • Cancel
Related
Recommended

element14: User Manual for BB View - An LCD Expansion Cape for BeagleBone Boards

atomar
atomar
  • 5 Dec 2013
  • 35 Downloads
  • Share
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • Former Member
    Former Member over 9 years ago in reply to shabaz +2
    This is from Robert Nelson on the BeagleBone board forum: >bb-view is supported on 8.4, with the 4.4.x: > >from /boot/uEnv.txt > >dtb=am335x-boneblack-overlay.dtb >cape_enable=bone_capemgr.enable_partno…
  • shabaz
    shabaz over 11 years ago in reply to anhalim +1
    Hi Andriyanto, If the whole system powered off when you tried it, it does point to a power problem. Personally I would try a DC barrel connector power supply rather than with a USB plug. Otherwise, you…
  • plawren1
    plawren1 over 8 years ago

    Vladimir's post has helped my LCD7 set up on BBB. Now I get a login dialog but can't type anything in.... plus the cursor is all over the place as there's no calibration. Had to rebuild the kernel as per Rebert Nelson's instructions.

    I want to eventually "hopefully" run a QT application on the LCD.... Long shot eh? :-)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to shabaz

    This is from Robert Nelson on the BeagleBone board forum:

     

    >bb-view is supported on 8.4, with the 4.4.x:

    >

    >from /boot/uEnv.txt

    >

    >dtb=am335x-boneblack-overlay.dtb

    >cape_enable=bone_capemgr.enable_partno=BB-VIEW-LCD4-01

    >

    >then:

    >

    >sudo sed -i -e 's:16:24:g' /etc/X11/xorg.conf

    >

    >as it's a 24bit lcd.

     

    So, you need to modify three lines in two files on the Debian 8.4 distribution. You can get the distribution from https://beagleboard.org/latest-images . Burn the image to a micro-SD card. Boot BeagleBone from the internal eMMC using the Linux that it shipped with. Connect as root with the Ethernet-over-USB interface. Then insert the SD card into BeagleBone's slot and mount the partition:

     

    mkdir /sdcard/

    mount /dev/mmcblk1p1 /sdcard/

     

    You will need to edit two files:

     

    in /sdcard/boot/uEnv.txt,

    (1) uncomment dtb=am335x-boneblack-overlay.dtb (remove # as first character)

    (this is the line that follows ##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:)

    (2) add BB-VIEW-LCD4-01 at the end of cape_enable=bone_capemgr.enable_partno=

    (this line is in the ##Example v4.1.x paragraph; remove the # before cape_enable)

     

    in /sdcard/etc/X11/xorg.conf,

    DefaultDepth: replace 16 with 24

    (in Section "Screen", it should say DefaultDepth 24. This is the only instance of 16 in xorg.conf)

     

    Then say reboot without removing the SD card; it will boot off the SD card and bring up KDE desktop. At least on my board, it does.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to Former Member

    Vladimir Gusiatnikov wrote:

     

    only some configuration file changes are required. But, this information is not part of any FAQ or manual that is posted publicly

     

    Hi Vladimir,

     

    Could you please post the information here, to help those that come across this user manual?

    Thanks.

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

    1. This cape does not work out of the box. User Manual V3 is obsolete. Instructions provided by element14 for patching a Debian image that is supplied with BeagleBone Black are incomplete, misleading, and obsolete. The farthest I personally managed to get was an empty desktop with a lonely cursor, no KDE desktop.

     

    2. element14 does not provide support for this cape on its forums.

     

    3. It is possible to get some support on BeagleBone forums. For example, Robert Nelson advised me that the cape is supported without patching in Debian 8.4/kernel 4.4.x; only some configuration file changes are required. But, this information is not part of any FAQ or manual that is posted publicly. It took me a week to come across this information.

     

    4. If you value development time, do not use this cape with BeagleBone. Use something else.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Bjarke
    Bjarke over 9 years ago

     

     

     

    New to this starter kit and Linux and facing the same problems as other using the BB view with the current release of Debian

     

     

     

     

     

     

    Element14: a starter kit is supposed to be ready to run/experiment out of the box.

     

    Troubleshooting shouldn’t be a part of this experience.

     

     

    Unboxing my BB View 7” kit starts with troubleshooting because the Debian image has been updated and your instruction hasn’t (User manual V3).

     

     

     

    Please provide the correct instruction for patching the current official Debian release from BeagleBoard.org

     

     

     

    Errors on page 24 needs addressing:

     

    Wrong device name and directory don’t exist.

     

     

     

    Also place a remark and link to the Debian release used in your description.

     

     

     

    I have tried to use your instruction for Debian 01-03-2015 and 03-11-2015 Not working (boots fine, no backlight on LCD, bb view LED ok)

     

    Google this issue and I can see I’m not the only one having this problem.

     

     

     

    Please provide a step by step instruction how to patch the current image version and make it boot to LCD.

     

     

     

     

    My Setup:

     

    BBB with different Debian releases flashed to eMMC.

     

    BB View 7”

     

    External 5V

     

    PuTTY through USB

     

     

     

     

    Thanks

     

     

     

    Bjarke

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • 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