element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Blog Beaglebone Black with the BBView and the new Beaglebone Debian image
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 20 May 2015 9:16 AM Date Created
  • Views 7158 views
  • Likes 5 likes
  • Comments 27 comments
  • debian
  • bbview
  • Black
  • beaglebone_black
  • bbb
  • BeagleBone
  • screen
Related
Recommended

Beaglebone Black with the BBView and the new Beaglebone Debian image

Former Member
Former Member
20 May 2015

Fixing the problems with the BBView and the latest Beaglebone Debian image.

 

So since the new Debian update for the Beaglebone some problems have surfaced with using the BBView. Here I hope to help people fix those errors and get full use of their BBView.

 

Not many steps, and it is very easy to do.

 

     1.    Firstly we need to download the newest Debian Image from Here →http://beagleboard.org/latest-images

          Make sure you download the latest SD image (to boot from SD) or the flasher image (to reflash the EMMC with the new image)

 


     2.    Flash the image onto the SD card using your preferred means, dd command in linux /  win32DiskImager in windows are my preferred means.

 

 

     3.     Connect a an HDMI screen and keyboard, or or a TTL serial cable to the Beaglebone. If using the TTL cable you will also need a computer running a serial terminal program                (eg putty for windows)

 

 

     4.    Boot the Beaglebone Black from the new microSD card.

              Insert the microSD card.

               This will either boot the board from the microSD, or flash the new image onto the EMMC if you are using the flasher (This could take a while if using the flasher image)

 

 

     5.    When the board is booted, login using the username:root and password:debian

 

 

     6.     You will need some files to change the display output these files can be downloaded from HERE for Debian. Or from here.

               Just extract the downloaded zip file onto a USB stick and plug this into your Beaglebone Black

 

 

     7.    Now we need to change a few of the files to get the BBView to work

              In the terminal type....

root@beaglebone:~# mkdir /media/udisk
root@beaglebone:~# mount /dev/sda1 /media/udisk
root@beaglebone:~# cp -f /media/udisk/zImage /boot/vmlinuz-3.8.13-bone70 
root@beaglebone:~# cp -f /media/udisk/*.dtb  /boot/dtbs/3.8.13-bone70 
root@beaglebone:~# tar -xvf /media/udisk/kernel_modules.tar.gz -C /
root@beaglebone:~# cp -f /media/udisk/xorg.conf /etc/X11/
root@beaglebone:~# sync

 

 

              FOR 4 INCH DISPLAYS TYPE THIS

root@beaglebone:~# cd /boot/dtbs/3.8.13-bone70
root@beaglebone:~# cp am335x-boneblack-lcd4.dtb am335x-boneblack.dtb
root@beaglebone:~# sync

 

 

              FOR 7 INCH DISPLAYS TYPE THIS

root@beaglebone:~# cd /boot/dtbs/3.8.13-bone70
root@beaglebone:~# cp am335x-boneblack-lcd7.dtb am335x-boneblack.dtb
root@beaglebone:~# sync

 

 

     7.     Now shutdown your board. Connect your BBView and power it back up again.

 

Your BBView should now work as a screen for your Beaglebone Black. Have fun.

  • Sign in to reply

Top Comments

  • Former Member
    Former Member over 10 years ago in reply to spletcher1 +1
    Hey Bill, I'm so sorry, I did miss that link out in my guide, the files are downloaded from this link. http://downloads.element14.com/downloads/bb-view/BB%20VIEW%20Debian%20Image.zip?COM=BeagleBoneBlack…
  • Former Member
    Former Member over 8 years ago in reply to tomaja +1
    Hey Dragan, The latest " Debian 8.5 2016-05-13 4GB SD LXQT " image should have the image you're looking for just download it, extract it, then flash it. if that doesn't work then there is the old version…
  • tomaja
    tomaja over 8 years ago in reply to Former Member

    Thanks!

    Sure, I will let you know image

     

    Dragan

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

    Hey Dragan,

    The latest "Debian 8.5 2016-05-13 4GB SD LXQT" image should have the image you're looking for just download it, extract it, then flash it. if that doesn't work then there is the old version from march 2015 available Debian 7.8 (BeagleBone, BeagleBone Black - 4GB SD) 2015-03-01

     

    both these links are taken straight from BeagleBoard.org - latest-images  under recommended versions, and older versions. Please get back to me to tell me whether this works or not and which one you ended up using  image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • tomaja
    tomaja over 8 years ago in reply to Former Member

    Hello

    I tried to find that Debian image but failed. Do you happen to have a link to it (Jan 2015)?

     

    Thanks in advance,

    Dragan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • imrank340@gmail.com
    imrank340@gmail.com over 9 years ago

    Hi Forum,

    I recently have BB-VIEW cape along with screen LCD7"  which has no brand name, but it work with

    "BBB-blank-debian-8.5-console-armhf-2016-06-19-2gb.img"  OS image with kernel 4.4.0rc via installing bb.org-overlay additional firmware which upgrade the dtc compiler 1.4.1.dfgehxx.  IT all work fine. But I have following problem:

    1/ BB Black using to BOOT from eMM memory instead of Micro SD  slot. Which I do not want it has to boot from Micro SD only

    2/ Since installing BB-View cape on the Beaglebone Black H Connectors A and B. The switch for "Boot Button" bas been obscure and cannot be able to reach. To have an access this switch surely to make BBB to boot from SD, which currently not possible.

    3/ I am trying to find GUI desktop for BBB under debian but I cannot able to locate so I can replace the current image with Debian GUI based desktop, if any one can share there experience will be much obliged.

     

    I will be grateful if any suitable solution can advise, please?

    Thank you,

    IK

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

    Tried to install on 4.1.18

    First following the BBView Manual (copying zImage in /boot/uboot/ + dtbs in /boot/uboot/dtbs + untar kernel_modules.tar.gz + copy xorg.conf)

    Result : nothing

    Then followed this post (copying zImage in /boot/vmlinuz-4.1.18-ti-rt-r49 + dtbs in /boot/dtbs + untar kernel_modules.tar.gz + copy xorg.conf)

    Result : screen light up at startup and then shutdown (backlight visible)

     

    Any clue how to fix this ?

    Regards,

    Cam

    • 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