Sorry for my late response, but had to figure out some stuff before I could answer the questions. I’m new to Linux and struggling getting things to work. ANd thanks kll for your response.
I tried the Raspberry image, but it didn’t even boot
I now use “Ubuntu 18.04 Bionic LXDE Desktop" as the OS. I installed “Processing 3 Linux ARM” bij downloading the package and unpacking it to /opt (using sudo xarchiver). I opened LXTerminal and tried to run Processing by making /opt/processing-3.5.3 the current folder (cd /opt/processing-3.5.3) and typing ./processing. Response: java: not found.
Than installed Java by first typing
sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-set-default
Than again tried to run Processing by making /opt/processing-3.5.3 the current folder (cd /opt/processing-3.5.3) and typing ./processing. This results in a java.awt.headless exception
And that’s where I am now…
I have only slight understanding of what I’m doing. But turns out that ‘headless’ means without monitor, keyboard or mouse. But I have no idea of how to get java into headful mode.
Actually i would be interested in this also, have been running processing for android on the rock64 with the android tv mode and its been brilliant. If anyone has made progress on a linux distro let me know, else will dip my toes in soon.