On Fri, Jul 28, 2017 at 7:33 AM, Paul Lawrenson <[email protected]> wrote: > Hi, > Apologies for appearing dumb but after wasting time I need assistance. > > CircuitCo LCD7 I've got working well using: > uname -a > Linux beaglebone 3.8.13 #1 SMP Thu Feb 6 16:19:16 CET 2014 armv7l GNU/Linux > lsb_release -a > Distributor ID: Angstrom > Description: Angstrom GNU/Linux v2013.06 (Core edition) > Release: v2013.06 > Codename: Core edition > > However - For the death of me - I cannot install headers in order to build > driver for wifi dongle using driver RTL8192EU. Seems to me headers are not > supported on Angstrom anymore?
Angstrom died back in 2013. > > Also tried Debian on Element14 BBView - causes mouse jitter - or earlier > debian can't get SSH when BBView cape is attached. > > > > So - what I want to achieve is a working LCD and linux-headers installed so > I can build the RTL8192EU driver. Then I want to create QT applications to > run on the LCD, Many thanks in advanced for your assistance. Jitter "should" be fixed via: https://github.com/RobertCNelson/ti-linux-kernel-dev/commit/589afe517cb1bbedb5faa67cb60ec059f20634e5 4.4.62-ti-r101+ kernel's.. use the July snapshot, https://rcn-ee.net/rootfs/bb.org/testing/2017-07-01/lxqt-4gb/ for the BBView, there's no eeprom, so when using u-boot overlays you will have to force the overlay: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-VIEW-LCD4-01-00A0.dts https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-VIEW-LCD7-01-00A0.dts Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYh8DJASSasfh%3DEqNHQVi3X5qmg7azGgnUc8%2BjHav7AnFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
