Specs: BeagleBone Black Rev. C Debian ALSA audio (native to OS) Python 2.7 Tkinter (native to Python)
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
/* palette | |
*/ | |
/* full-size */ |
license: gpl-3.0 | |
height: 500 | |
scrolling: no | |
border: yes |
date | PVkW | TBLkW | |
---|---|---|---|
2016/05/01 00:00 | 0.0 | 173.42265 | |
2016/05/01 01:00 | 0.0 | 150.675 | |
2016/05/01 02:00 | 0.0 | 143.70625 | |
2016/05/01 03:00 | 0.0 | 124.28983999999998 | |
2016/05/01 04:00 | 0.0 | 121.75078 | |
2016/05/01 05:00 | 0.0 | 121.86016000000001 | |
2016/05/01 06:00 | 0.0 | 143.40703 | |
2016/05/01 07:00 | 532.0 | 125.56641 | |
2016/05/01 08:00 | 580.0 | 144.46171999999999 |
You could read this:
https://learn.adafruit.com/running-programs-automatically-on-your-tiny-computer
or this:
http://mattrichardson.com/BeagleBone-System-Services/
and think that this will be an easy job. What is not said is that if your code loads a GUI, this won't work at all. Systemd services configure system services. Your GUI has to wait until the display server and display manager have started.
...so that you can remote login via ssh and run graphical programs on the BBB. | |
# Step 1: Install XQuartz | |
Since 10.7, Mac OS no longer ships with an X11 server. Get one here: | |
http://www.xquartz.org/ |
...that you get when first ssh-ing into your BeagleBone: | |
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
Simply do what it says and all will be fine: | |
nano /Users/<you>/.ssh/known_hosts | |
#BeagleBone Black: Burning an OS image to a microSD card and installing
Your BBB may already come with an OS installed. Check this. If this is good enough for you, you're done.
We are currently installing Debian Jessie 8.3 at the Exploratorium, except for Eyal who has a Wheezy install image for reasons of his own.
Check to see whether we already have a current installation image on a MicroSD card for you to use. If not, burn your own. Note that this can take up to an hour of your time or more if things don't go as planned.