This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raspi OS 64 OpenCPN Pypilot Plug-in
#1
I have raspi os 64bits running on a pi 4 with OpenCPN and SignalK it would be a big plus if we could get the Pypilot Plug-in running in OpenCPN.
Is it possible? 
If so how?
Reply
#2
Have you tried compiling it from source? https://github.com/pypilot/pypilot_pi
Reply
#3
Yes we did try, our normal build for 32 was:
Install pypilot_pi (OpenCPN plugin)
install dependencies:
Code:
sudo apt install libwxbase3.0-dev libbz2-dev wx-common libwxgtk3.0-dev gettext
Build as normally:
Code:
$ sudo apt install cmake
Code:
$ git clone https://github.com/pypilot/pypilot_pi
Code:
$ cd pypilot_pi
Code:
$ mkdir build
Code:
$ cd build
Code:
$ cmake ..
Code:
$ make
Code:
$ sudo make install
Enable plugin in OpenCPN (can not find it)


Unfortunately after that we can not find the plugin in the 64 version.
Reply
#4
check the opencpn log file and also ensure it is installed in the correct location with make install.

sometimes opencpn will find a locally installed plugin through the plugin manager and this will shadow a plugin installed from source with make.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)