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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum I require BBView 7" setup help please.
  • 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 12 replies
  • Subscribers 56 subscribers
  • Views 1023 views
  • Users 0 members are here
Related

I require BBView 7" setup help please.

plawren1
plawren1 over 9 years ago

Can't get it to work..... Can't set it up.

Beagle Bone Black.

I don't want to use a new image.

I want a clear set of instructions on how to add/compile any drivers ontop of my current image.

Tried extending the SD memory to this:

Filesystem 1K-blocksUsed Available Use% Mounted on
rootfs       3360336 1863700   1322608  59% /
udev           10240   0 10240   0% /dev
tmpfs         101536 780100756   1% /run

/dev/mmcblk0p1   3360336 1863700   1322608  59% /

tmpfs         253836   0253836   0% /dev/shm
tmpfs         253836   0253836   0% /sys/fs/cgroup
tmpfs         102400   0102400   0% /run/user
tmpfs           5120   0  5120   0% /run/lock

/dev/mmcblk1p2   3610232 1843296   1580212  54% /media/rootfs

/dev/mmcblk1p1 98094   98092     2 100% /media/BEAGLEBONE

/dev/mmcblk0p2  10190136 1750108   7915740  19% /home/bbview

 

Ideally I want to set up BB View within /dev/mmcblk0p2.

 

Tried following instructions on numerous posts that simply don't work.

 

Thanks and regards

 

Paul.

  • Sign in to reply
  • Cancel
  • plawren1
    plawren1 over 9 years ago

    @Hans Georg's post cured my issue:

    https://www.element14.com/community/message/159796/l/re-how-to-bb-view-on-latest-debian#159796

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

    Well the BB View fires up but then BB crashes after ~10mins.

    Also you can't update the headers on that image if you wanna do something else....

    I'll update this further when I have something.

    This BB is a battle! :-)

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to plawren1

    Hi Paul,

     

    Depending on when you got your BBB, it might have an older release of Debian, or an ancient release of Angstrom, so it does benefit from being upgraded otherwise there could be an uphill struggle to get later released products to work with it.

    I don't have a BBView so cannot help there, but regarding the crash, does the kernel hang or something? It could be power supply related. Also it would be good to connect a USB-Serial adapter onto the console (serial) connection on the BBB so you can see if the BBB is still running and just the display has hung.

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

    Well its very time consuming:

    Tried different images and they all have their problems. For instance - one image has the uEnv.txt in /boot/uboot yet another has it in /boot. Tried migrating the help from another post to the boot dir but didn't work. One image I can get BBView to work but can't update headers.

     

    There is a lack of consistency with this product. Build on releases without breaking previous functionality. At the moment I'm guessing!

    I want an image I can get the BBView to work AND update headers (basic stuff...) so I can update the drivers for wifi. Sounds simple? Well please tell then b/c I'm wasting effort here.

     

    Cheers

     

    Paul.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to plawren1

    By 'update headers' I guess you mean Linux/kernel header files and not anything related to header/GPIO pins, right?

    The files can be installed using an apt-get command, see here: Beagleboard:BeagleBoneBlack Debian - eLinux.org

    (search for 'installing kernel headers' on that page).

    I've not tried it, but looks like the commands are there.

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

    And another thing that differs between the images is some I can extend the file system memory memory but others I can't:

     

    resize2fs /dev/mmcblk0p2  only works on some images. Took me days to figure that one out.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • plawren1
    plawren1 over 9 years ago in reply to shabaz

    sudo apt-get install linux-headers-$(shell uname -r) fails on an image I've been using. Others its fine....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to plawren1

    I can't really help without seeing what exactly failed. Could you paste the output? Also to be precise, what image are you using? The latest Debian image downloadable from beagleboard.org should generally be used.

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

    For example:

    bone-debian-7.9-lxde-4gb-armhf-2015-11-12-4gb.img/bone-debian-7.9-lxde-4gb-armhf-2015-11-12-4gb.img

    Is an official image.

     

    I can update the headers and extend the file system memory. However:

     

    The boot dir contains

     

    SOC.sh      dtbs   uboot

    System.map-3.8.13-bone79  initrd.img-3.8.13-bone79  vmlinuz-3.8.13-bone79

    config-3.8.13-bone79      uEnv.txt

     

    Yet in another official image:

    debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz

     

    The uEnv.txt file and dtbs dir are in boot/uboot

     

    But on debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz I can't update the headers.

     

    The following instructions to get the BBView running, work on the eMMc-flasher image:

    But i gave it a last try, and i found a way to make it work ! ( Ok it's not the newest debian, but it works and you don't have to compile soemthing )

    1.) Download and install following this debian image :  debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz

    2.) Download "Debian Image" and unzip from here : element14: BB View LCD Cape Software Download Centre[1]

    3.) Copy the files from 2 to BBB ( i copied it to /home/debian ) and execute following commands :

    $ cp -f /home/debian/zImage /boot/uboot

    $ cp -f /home/debian/*.dtb /boot/uboot/dtbs

    $ tar -xvf /home/debian/kernel_modules.tar.gz -C /

    $ cp -f /home/debian/xorg.conf /etc/X11/

    $ sudo nano /boot/uboot/uEnv.txt                ( Edit uEnv.txt and insert the following two lines )

     

    But I can't update the headers.....

     

    Is there a way of converting the above instructions to the other "official" image that has a different boot structure?

    Hope you can assist.

     

    Regards

     

    Paul.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to plawren1

    You're trying to do two different things I think:

    (a) get BBview working

    (b) get your WiFi dongle working for which you say you need the header files

     

    For (a) looks like you have it working using pre-built drivers

    For (b) you say you cannot install the header files using apt-get

     

    For (a) have you tried compiling the source? Then you're not tied to a particular BBB image

     

    But I can't update the headers.....

    For (b), still need the output, currently I have no idea what the error is.

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