I’m trying to work with a grid and a node.js script on Rasbian Buster but something is not working and it’s difficult to troubleshoot…
I’m on ARMv6, RPI Zero W, Raspbian Buster
Just to be clear, do I need to install libmonome-dev AND serialosc or libmonome-dev is sufficient ?
First, I followed these instructions https://monome.org/docs/serialosc/raspbian/
But I’m getting nothing from my node script, it’s supposed to print the grid keys pressed but… I assume there’s an issue with my serialosc install…
journalctl -u serialosc returns a blank log, that’s weird (same for serialoscd, I never know which one is correct).
When I try to start serialoscd manually (after a systemctl stop serialosc, just to be sure) it returns a “Segmentation fault”.
So I decided to remove the libmonome-dev and serialosc packages and tried to compile from source but I’m getting an error with serialosc this time, the build fails :
heres the output of ./waf -v
Am I missing something here ? Is this an issue with ARMv6 ?
Thanks 