How do I go about getting Processing working on my Dual/Quad? I have a sketch where I would like to make use of the built-in arduino along with Processing Serial and Video library?
Processing Serial would not be an issue. Just use the correct serial device in the processing sketch. The info you need is on this page: https://www.udoo.org/docs/Hardware_&_Accessories/IMX6_And_Sam3X_Communication.html What do you think could be the problem with the video? Is it not running? If you are not doing very very complex things I would expect to have it running without performance issues.
My problem is processing just running an already made sketch and I got lib gl something or other errors. I mean it runs fine on a Ras Pi and my normal PC. How would I go about installing Processing correctly on the Dual? I just want to make sure that Processing is installed correctly on it.
Indeed, looking at this page https://github.com/processing/processing/wiki/Supported-Platforms processing on Arm is only limited supported. Looking here on the forum it seems to be working (on a Neo?) https://www.udoo.org/forum/threads/processing-on-udoo.180/page-3
It installs and everything, I'm thinking I just need to remove OpenJDK and install Java . From reading you can't just run the install script. I'm gonna trying that here in a little bit and try it.