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 