googlecreativelab / open-nsynth-super

Open NSynth Super is an experimental physical interface for the NSynth algorithm
Apache License 2.0
2.42k stars 270 forks source link

Compatible with Raspberry Pi 3 Model B #20

Closed jonas18z closed 6 years ago

jonas18z commented 6 years ago

Is this Compatible with Raspberry Pi 3 Model B or only the standard Pi3?

KyleWerle commented 6 years ago

The new one is the rPi 3 b+. I am also curious. I currently have 2 NSynth Supers on rPi 3 model b and they run well.

nsynthsuper commented 6 years ago

This hasn't yet been tested with the 3B+. It is likely that it will not work out of the box, however, as it looks like the 3B+ requires the latest version of Raspbian; some effort & debugging will probably be needed to get everything running with the latest board.

Tijeni commented 6 years ago

its not compatible ... when I build the application I have this:

`In file included from /home/pi/opt/of/libs/openFrameworks/utils/ofLog.h:4:0, from /home/pi/opt/of/libs/openFrameworks/types/ofRectangle.h:6, from /home/pi/opt/of/libs/openFrameworks/gl/ofTexture.h:4, from /home/pi/opt/of/libs/openFrameworks/video/ofVideoGrabber.h:4, from /home/pi/opt/of/libs/openFrameworks/video/ofVideoGrabber.cpp:1: /home/pi/opt/of/libs/openFrameworks/utils/ofFileUtils.h:8:32: fatal error: boost/filesystem.hpp: No such file or directory

include <boost/filesystem.hpp>

                            ^

compilation terminated. In file included from /home/pi/opt/of/libs/openFrameworks/utils/ofLog.h:4:0, from /home/pi/opt/of/libs/openFrameworks/types/ofRectangle.h:6, from /home/pi/opt/of/libs/openFrameworks/types/ofBaseTypes.h:4, from /home/pi/opt/of/libs/openFrameworks/video/ofGstUtils.h:6, from /home/pi/opt/of/libs/openFrameworks/video/ofGstVideoGrabber.h:3, from /home/pi/opt/of/libs/openFrameworks/video/ofGstVideoGrabber.cpp:8: /home/pi/opt/of/libs/openFrameworks/utils/ofFileUtils.h:8:32: fatal error: boost/filesystem.hpp: No such file or directory

include <boost/filesystem.hpp>

                            ^

In file included from /home/pi/opt/of/libs/openFrameworks/utils/ofLog.h:4:0, from /home/pi/opt/of/libs/openFrameworks/types/ofRectangle.h:6, from /home/pi/opt/of/libs/openFrameworks/types/ofBaseTypes.h:4, from /home/pi/opt/of/libs/openFrameworks/video/ofGstUtils.h:6, from /home/pi/opt/of/libs/openFrameworks/video/ofGstVideoPlayer.h:3, from /home/pi/opt/of/libs/openFrameworks/video/ofGstVideoPlayer.cpp:8: /home/pi/opt/of/libs/openFrameworks/utils/ofFileUtils.h:8:32: fatal error: boost/filesystem.hpp: No such file or directory

include <boost/filesystem.hpp>

                            ^

In file included from /home/pi/opt/of/libs/openFrameworks/utils/ofLog.h:4:0, from /home/pi/opt/of/libs/openFrameworks/types/ofRectangle.h:6, from /home/pi/opt/of/libs/openFrameworks/types/ofBaseTypes.h:4, from /home/pi/opt/of/libs/openFrameworks/video/ofGstUtils.h:6, from /home/pi/opt/of/libs/openFrameworks/video/ofGstUtils.cpp:1: /home/pi/opt/of/libs/openFrameworks/utils/ofFileUtils.h:8:32: fatal error: boost/filesystem.hpp: No such file or directory

include <boost/filesystem.hpp>

                            ^

compilation terminated. compilation terminated. compilation terminated. makefileCommon/compile.core.mk:239: recipe for target '/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.o' failed make[2]: [/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofVideoGrabber.o] Error 1 make[2]: Waiting for unfinished jobs.... makefileCommon/compile.core.mk:239: recipe for target '/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.o' failed make[2]: [/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoPlayer.o] Error 1 makefileCommon/compile.core.mk:239: recipe for target '/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.o' failed make[2]: [/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstUtils.o] Error 1 makefileCommon/compile.core.mk:239: recipe for target '/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.o' failed make[2]: [/home/pi/opt/of/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/video/ofGstVideoGrabber.o] Error 1 makefileCommon/compile.core.mk:205: recipe for target 'Release' failed make[1]: [Release] Error 2 make[1]: Leaving directory '/home/pi/opt/of/libs/openFrameworksCompiled/project' /home/pi/opt/of/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:125: recipe for target 'Release' failed make: *** [Release] Error 2`

and when I compile the firmware I have this :

pi@raspberrypi:~/open-nsynth-super-master/firmware/src $ make install sudo openocd --file openocd.cfg --command "program ../bin/main.elf verify reset exit" sudo: openocd: command not found Makefile:40: recipe for target 'install' failed make: *** [install] Error