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
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum BB-VIEW 7" touchscreen display blank
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 9 replies
  • Answers 1 answer
  • Subscribers 103 subscribers
  • Views 1204 views
  • Users 0 members are here
Related

BB-VIEW 7" touchscreen display blank

Former Member
Former Member over 11 years ago

I seem to be having difficulty getting a just purchased BeagleBone Black and BB 7" Touchscreen display to work. I wonder if someone could give some help.

 

Followed the hardware installation instructions in the manual, which are easy enough. After fiddling around with Debian, in which I could get HDMI OK and all else seemed to work fine, Went looking for the TI Angstrom demo. After working through the Element14 links I dug BBB-eMMC-flasher-2013.09.04.img out from BeagleBoard.org - latest-images. I am still presented with a blank screen.  Is this the correct image?

 

It shows the cape not being recognised.

# more /sys/devices/bone_capemgr.*/slots

0: 54:PF---

1: 55:PF---

2: 56:PF---

3: 57:PF---

4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G

5: ff:P-O-L Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI

 

Followed instructions in the BB-View Cape user manual with  no effect (the images suggested are actually a later date than the latest images from beagleboard.org, but cannot find them on Element14's site).

 

Back to Debian. After updating the kernel as suggested in the Debian Howto, and setting in uEnv.txt:

optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_partno=BB-VIEW-LCD7-01

 

got the same result - cape not recognised, similar to here BB View + BeagleBone Board.

 

That seems to be the end of my competence. Any suggestions?

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to timcnc +1 suggested
    That's more or less what I was seeing a few times except that there was some text on the LCD screen, but if you haven't changes uEnv.txt then it will probably not use the LCD (though it should have used…
Parents
  • Former Member
    0 Former Member over 11 years ago

    Back to the start to try to make some sense out of this.

     

    Put the Angstrom distro BBB-eMMC-flasher-2013.09.04.img.xz from BeagleBoard.org - latest-images onto a microsd card and flashed to eMMC. After several tries got it to boot up OK.

     

    The web page element14: BB View LCD Cape Software Download Centre[1] contains images that are patched for the BB-VIEW, but on opening they appear to be compiled kernel. Unfortunately there is no documentation provided to explain how to use these, I'm not a Linux kernel hacker so I googled around to get some ideas. What i ended up doing was to take the Angstrom image, modify xorg.conf with 50-tslib.conf and scp'd it all across. Then

     

    # opkg install xf86-input-tslib_0.0.6-r17.1_armv7a-vfp-neon.ipk

    # cp -f uImage /boot

    # cp -f *.dtb /boot

    # tar -xvf kernel_modules.gz -C /

    # cp -f xorg.conf /etc/X11/

    # sync

    reboot

     

    The BBB booted up OK but nothing on the BB-VIEW screen. Screen lights up but shows no output.

     

    Still hoping someone might come to the rescue :-)

     

    EDIT I'm really not with it this week. It's described in the manual and requires a dtb file to be renamed to recognise the 7" display. Sorry everyone. Angstrom came up on the screen to a command-line login, but no desktop. Didn't pursue it further.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 11 years ago

    Back to the start to try to make some sense out of this.

     

    Put the Angstrom distro BBB-eMMC-flasher-2013.09.04.img.xz from BeagleBoard.org - latest-images onto a microsd card and flashed to eMMC. After several tries got it to boot up OK.

     

    The web page element14: BB View LCD Cape Software Download Centre[1] contains images that are patched for the BB-VIEW, but on opening they appear to be compiled kernel. Unfortunately there is no documentation provided to explain how to use these, I'm not a Linux kernel hacker so I googled around to get some ideas. What i ended up doing was to take the Angstrom image, modify xorg.conf with 50-tslib.conf and scp'd it all across. Then

     

    # opkg install xf86-input-tslib_0.0.6-r17.1_armv7a-vfp-neon.ipk

    # cp -f uImage /boot

    # cp -f *.dtb /boot

    # tar -xvf kernel_modules.gz -C /

    # cp -f xorg.conf /etc/X11/

    # sync

    reboot

     

    The BBB booted up OK but nothing on the BB-VIEW screen. Screen lights up but shows no output.

     

    Still hoping someone might come to the rescue :-)

     

    EDIT I'm really not with it this week. It's described in the manual and requires a dtb file to be renamed to recognise the 7" display. Sorry everyone. Angstrom came up on the screen to a command-line login, but no desktop. Didn't pursue it further.

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