June 30, 2024

OpenPlotter v4 stable, install guide

Updated 2024-06-30 !

OpenPlotter(OP), a Boat Navigation application, is really a nice and simple installation of

and other supporting applications for Your boat.

An overall information about the OP package is found here 
and you can watch the OP v4 progress here.

Intro
OP v4 is just using 64 bit and if you are running a Raspberry Pi(RPi) 5 its the only version and based on Bookworm. 

If you want an older variant check out OP v3.

Just want to install SK ? Link here.

The documentation for OP is found here.

Please note if you are using the SeaTalk 1 interface it will not work on a RPi 5.

Installing from image(Option A)
You have different images to choose from, but download one of the them, 
unzip and use these instructions to install

When using remote access...
  • User: pi
  • Password: raspberry
  • Headless hotspot SSID: OpenPlotter
  • Headless hotspot password: 12345678
  • Headless VNC address: openplotter.local
  • Headless SSH: ssh pi@openplotter.local
Then go on with Final setup below.

Installing from Raspberry Pi OS(Option B)
I used the Raspberry Pi OS Bookworm 64 bit headless install.

In a terminal/ssh session, always start updating with 


sudo apt update && sudo apt full-upgrade -y && sudo apt clean

continue and install the dependencies

sudo apt install python3-wxgtk4.0 python3-ujson python3-pyudev vlc matchbox-keyboard wvkbd

Download the latest "openplotter-settings" deb file from Cloudsmith.
Please note that there are several versions so the best way is to sort by name

Download the latest, 2024-06-30, with  

wget https://dl.cloudsmith.io/public/openplotter/openplotter/deb/debian/pool/bookworm/main/o/op/openplotter-settings_4.2.0-stable/openplotter-settings_4.2.0-stable_all.deb

Install with 

sudo dpkg -i openplotter-settings_4.2.0-stable_all.deb

Final setup 
In the GUI open "Applications => Other => Settings"

Click on ”Add Sources” and after that "Get Candidates" which will update the list of possible applications.

Mark the row with the application You want to install and click on "Install" in the right part.

Every new application will create a separate Icon in "Other" from where it will be started.

After installing the "Serial" OP application You can add serial USB devices to OP.
(Another way, not recommended, is to add them direct in SK)

Installing Signal K(SK)
Install the "Signal K installer" which will do the job. Additional instructions are found here.

Installing OpenCPN(OC)
Install instructions is found here together with charts. Additional info is found here.

OP update
If You have been running OP for a while and want to update to the latest development, update with;
  • In "OpenPlotter Settings", click on "Add Sources", then "Update Candidates" to check if there any updates
  • In a ssh/Terminal session update, OP and RPiOS, with sudo apt full-upgrade -y && sudo apt clean
Remark
Don't miss the OP active forum !!

No comments:

Post a Comment

Feel free to leave a comment ! ... but due to a lot of spam comments I have to moderate them. Will reply ASAP !