PermeAgility on the CHIP 9$ computer

The CHIP computer is an amazing device for its price.  I have been able to get a few alpha models and PermeAgility runs very nicely on it using the standard SDK buildroot.

Here are the steps to follow:

Installing Java 8 on the CHIP computer (Open JDK)

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install openjdk-8-jdk

or:

Installing Java 8 (1.8) on the CHIP computer (Oracle's JDK)

gzip -d jdk.....gz

tar -xf jdk.....