The hardest part of the BBB was getting X11 to work as the frame buffer drivers are not documented that well. I use the BBB to run 'pianobar' which is a pandora streamer. I add a small usb->SPDIF optical adapter and run that into a DAC to stream Pandora into a whole house speaker setup. The BBB boards are very low power.
Here's the basic instructions for Lady Heather, contact me offline for more:
After installing an image to a micro SD card, I used a 32Gb, install X11, LXDE and let it add the other products. 32Gb is more than enough room.
sudo apt install xorg xserver-xorg-video-fbdev x11-xserver-utils xterm openbox -y
sudo apt-get install lxde
you also need the compiler and library if not installed:
sudo apt-get install g++ libx11-dev
You need to clone or download the Lady Heather version from
https://github.com/stargo/LadyHeatherGPSThe instructions on how to make the program are in the zip. The instructions on how to download and/or clone the files from github are all over the web. I downloaded the zip into a directory I created called ‘Lady Heather’ and then used unzip on the zip file. I then ran make clean and make and things compiled correctly
Add the following to /etc/xorg.conf for the 7” display
Section "Monitor"
Identifier "Builtin Default Monitor"
EndSection
Section "Device"
Identifier "Builtin Default fbdev Device 0"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "Builtin Default fbdev Screen 0"
Device "Builtin Default fbdev Device 0"
Monitor "Builtin Default Monitor"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Builtin Default fbdev Screen 0"
EndSection
I then use “startx” to bring up the desktop as well as LXDE.
Open a terminal window in the desktop, navigate to the Lady Heather directory. The startup for heather and the x72 rubidium installed in ~/Lady Heather is below.
The ‘u’ after the ‘1’ tells it to use the USB TTY device. I was surprised to see that heather detected the display correctly, something that didn't happen on my notebooks. If you are using the 6-pin serial port, you would drop the 'u'.
./heather /1u,57600:8:N:1 /rxsy
Oh, and I think the kitchen chairs are Williams-Sonoma circa 1990.
Jerry