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 Need help with E14  Beaglebone  4.3  LCD  Display
  • 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 Verified Answer
  • Replies 23 replies
  • Answers 6 answers
  • Subscribers 104 subscribers
  • Views 4350 views
  • Users 0 members are here
  • lcd
  • beaglebone black lcd
  • lcd display
  • beagle bone black
  • 4.3" lcd
  • lcd screen
  • BeagleBone
  • beagle_bone
  • beagle_bone_black
  • beagleboneblackwireless
  • beaglebone_black_accessory
  • beagle_board
Related

Need help with E14  Beaglebone  4.3  LCD  Display

ninjatrent
ninjatrent over 8 years ago

I  am  having  trouble  flashing  the  Beaglebone  Black  Wireless eMMC  with  the  image  file  provided for  the  E14 Beaglebone  4.3  LCD  Display.

 

 

README - 4.3 LCD Display Cape for Beaglebone Black

 

4.3 LCD Display Cape for Beaglebone Board (White, Black, or Wireless)

 

 

I have  followed  the  instructions  for  flashing  the  eMMC but it's  not  working.

 

The  LED status lights  on the  BeagleBone  Black  W blink for  a  few seconds  and  go out. The  micro  SD status  light  remains  on constant after attempt  to  flash.

 

I can't figure  this  out. Beginning to  regret  the  purchase  of  this  Display.

The  first  one  arrived  damaged, had to  wait  for  a  replacement .

 

Now on day two  of  trying  to  get  this  display  to  work  with  the  Beaglebone  Black  W.

 

The image will boot from microSD and display will work.

 

I need to flash the eMMC with this image.

 

So far unsuccessful

 

It seems  the   image  is not   compatible  with  the  BBB Wireless.

 

When   checking   available   services  with   " connmanctl  technologies   ", ethernet   and gadget   were   listed   but   not   Bluetooth  and   wifi .image

 

This image   seems  to  be  only  compatible  with  the   Beaglebone  Black  and   not   the   Beaglebone  Black  Wireless .

 

Is there  any  one  who  might  be  able  to  assist  with  finding  a  solution  to  this  problem?

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 8 years ago +3 suggested
    Hi Trent, Just by coincidence I was trying to put an image on the BBB Wireless a few nights ago. I don't have a display, so in my case I was using the images on the beagleboard website. Out of curiosity…
  • ninjatrent
    ninjatrent over 7 years ago +3 suggested
    The Debian 9.1 2017-08-31 4GB SD LXQT Desktop image available at Beagleboard is confirmed working properly with the Beaglebone LCD Display Cape. Wi-Fi and Bluetooth are detected. Chromium Desktop works…
  • alager
    alager over 8 years ago +2 suggested
    I don't have the wireless version, but I too had issues getting the image to transfer to the eMMC. What I finally found was that the image that has the bbcape43 support has the eMMC disabled. So in /boot…
  • alager
    0 alager over 8 years ago

    I don't have the wireless version, but I too had issues getting the image to transfer to the eMMC.  What I finally found was that the image that has the bbcape43 support has the eMMC disabled.

    So in /boot/uEnv.txt make sure that the folllowing two lines are NOT commented out:

     

    ##BeagleBone Black: HDMI (Audio/Video) disabled:

    dtb=am335x-boneblack-emmc-overlay.dtb

     

    and

     

    ##enable Generic eMMC Flasher:

    cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

     

    The first one enables the eMMC the second one enables the auto copy.  The blue LEDs should go into a night rider mode after 20 seconds or so to indicate thtat the copy is in progress.

    No button presses were required, just insert the SD card then power on.

     

    Aaron

     

    EDIT:

    These are the steps in order, just to be clear:

    1) boot using the SD image that has bbcape43 support.

    2) do the above edits (this will modify the SD card)

    3) reboot

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ninjatrent
    0 ninjatrent over 8 years ago in reply to alager

    The main issue is that this bbcape43 image does not support the onboard wifi chip of the BBB Wireless.

     

     

    You are correct in enabling the eMMC flash process. This is helpful.

     

    The image is not compatible with the BBB Wireless. No matter what I do it only shows ethernet and usb host as available onboard resources. Wireless and Bluetooth work properly with the official Beagleboard Debian image with desktop and smaller iot image. I will have to try these images with the display attached.

     

    Hopefully the bbcape43 image will be updated in future for support of the Wireless and Bluetooth capabilities of the BBB Wireless.

     

    If the official Beagleboard image does not work then I might have to purchase a BBB for use with this display.

     

    Thanks for suggestion.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 8 years ago

    Hi Trent,

     

    Just by coincidence I was trying to put an image on the BBB Wireless a few nights ago. I don't have a display, so in my case I was using the images on the beagleboard website. Out of curiosity just now I checked and it appears to have a 'device tree' fragment file called BB-CAPE-DISP-CT4-00A0.dtbo, and this name appears in one of the comments here: README - 4.3 LCD Display Cape for Beaglebone Black   so I'm wondering if you might not need the specific image that is advertised for the cape, and instead the standard image could be used.

    To activate that device tree fragment, the command line (as root user) will be something like:

    echo BB-CAPE-DISP-CT4 > /sys/devices/platform/bone_capemgr/slots

    I don't know if anything more would be needed though. But it could be worth a try. You probably will also  need to use that command to disable the HDMI that Aaron mentions above too I guess.

    Also, incidentally, for the recent images, it would be worth just running from microSD and not eMMC, because they consume nearly the entire eMMC, not leaving much space for applications and updates. I found that out by accidentally filling up and the shell going crazy and having no bytes left to even delete files : )

    Also, things have changed for the past few releases, and now when you burn the image onto the SD card, it will no longer be readable on the PC, and it will seem as if the burn operation failed. But it will work.

    This really caught me out, because it isn't described anywhere that the image format has recently changed.

     

    Also some (nearly all) online documentation/blog posts about the device tree mention a path like /sys/devices/bone_capemgr/... but it looks like about a year ago, it changed, to /sys/devices/platform/bone_capemgr/.. which isn't great, since it means everyone's documentation is now incorrect : ( I wish they'd kept a link to the old path in the newer images : (

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ninjatrent
    0 ninjatrent over 8 years ago in reply to shabaz

    Hey Shabaz,

     

    I have yet to try the official  images from beagleboard.

     

    Going to make some time to test this weekend.

     

    It would be awesome to get the iot image to work with the display. I prefer working with terminal over desktop.

     

    Thanks for the suggestion, with hope I will post good results soon.

     

    Thanks again

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gsgill112
    0 gsgill112 over 7 years ago

    Beagle bone LCD cape has the device EEPROM which tells the Bone at boot to select the proper dTO files, is the EEProm intact? or may be the dot is not configured .

     

    GS GILL

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ninjatrent
    0 ninjatrent over 7 years ago in reply to gsgill112

    Not sure. I recently moved and still unpacking things.

     

    Finally found the power supply so I will test the official Beagleboard image with the LCD Cape tonight.

     

    My apologies for the delay in response. Things have been hectic. I was foolish to put the power supply in a different box than the BBB W.

     

    Trent

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gsgill112
    0 gsgill112 over 7 years ago in reply to ninjatrent

    That's great image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ninjatrent
    0 ninjatrent over 7 years ago

    The Debian 9.1 2017-08-31 4GB SD LXQT Desktop image available at Beagleboard is confirmed working properly with the Beaglebone LCD Display Cape.

     

    Wi-Fi and Bluetooth are detected.image

    image

    Chromium Desktop works.

     

    image

     

    Beaglebone Black Wireless with the LCD Cape.

     

    Everything seems to be in working order.

     

    I would really like to thank everyone for the help.

     

    Trent

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ninjatrent
    0 ninjatrent over 7 years ago

    I spoke too soon. Selecting Shutdown caused infinite loop of reboots.

    Same with " sudo shutdown -h now ".

    Holding Power button down is only way to power off now.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 7 years ago in reply to ninjatrent

    Hi Trent,

     

    That may be an image issue.. I think I have the same problem on my  BeagleBone Blue  Black Wireless: (  (Just bare BB-Blue BBB-W, I don't have any cape attached).

     

    I'm getting used to super-rapidly pulling out the power after I think the board has powered down : )

    I wanted to investigate further to get to the bottom of it, but not had time so far : ( It's only a matter of time before I corrupt the microSD if I keep doing it this way : (

    I've not googled yet to see if others have this problem too, or if there was some resolution.

     

    It is awesome that you've got the display working though! I didn't realize it was capacitive touch enabled. Looks like a very useful product.

     

    (Edit: corrected, I meant to say BBB-W, not BB-Blue. I've not tested BB-Blue).

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