Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 25-11-2018, 21:50   #16
Registered User
 
yachtvalhalla's Avatar

Join Date: Aug 2009
Location: Philippines
Boat: Formerly Fuji 32 Ketch
Posts: 1,017
Re: Raspberry Pi w/ OpenCPN

Here's another yachtie's experience.

https://svmatilda.blogspot.com/2018/...d-cWCHBZj22et4

Terry
yachtvalhalla is offline   Reply With Quote
Old 01-12-2018, 06:10   #17
Registered User

Join Date: Dec 2018
Location: Sneek, Netherlands
Boat: Compromis 777
Posts: 12
Re: Raspberry Pi w/ OpenCPN

Quote:
Originally Posted by mikedefieslife View Post
If you already have an old SSD drive lying around there's no need for an SSD HAT, you can just connect it via USB and boot from that. Still much faster than the SD card and without as much risk of corruption.
Maximum speed wil be USB transfer speeds, 60 megabytes per second for USB 2.0 interface.

SSD wil be at maximum bus speed of USB 2.0
35MB/sec

https://www.jamesachambers.com/2018/...ed-benchmarks/

You don't need a SSD HAT. YOu can also use any USB connected SSD.
NielsvdB is offline   Reply With Quote
Old 10-12-2018, 17:20   #18
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: Raspberry Pi w/ OpenCPN

Hello, I am having a tremendous amount of difficulty understanding the whole process of loading OpenCpn onto the Raspberry Pi 3 B+and making it work, I have read the manual and also the Raspberry Pi manual but when it comes to entering the correct commands and repositories etc I am getting very confused, as this is my first attempt at doing anything with a raspberry pi I am a total neophyte, (we all have to start somewhere), is there anyone who can help and walk me through the steps needed to get this up and running, I really would appreciate it.
Thank you
Ron M
benet250 is offline   Reply With Quote
Old 10-12-2018, 17:27   #19
Registered User
 
yachtvalhalla's Avatar

Join Date: Aug 2009
Location: Philippines
Boat: Formerly Fuji 32 Ketch
Posts: 1,017
Re: Raspberry Pi w/ OpenCPN

benet250 As posted earlier have a look at
https://svmatilda.blogspot.com/2018/...d-cWCHBZj22et4
yachtvalhalla is offline   Reply With Quote
Old 11-12-2018, 00:19   #20
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,106
Re: Raspberry Pi w/ OpenCPN

Quote:
Originally Posted by benet250 View Post
Hello, I am having a tremendous amount of difficulty understanding the whole process of loading OpenCpn onto the Raspberry Pi 3 B+and making it work, I have read the manual and also the Raspberry Pi manual but when it comes to entering the correct commands and repositories etc I am getting very confused, as this is my first attempt at doing anything with a raspberry pi I am a total neophyte, (we all have to start somewhere), is there anyone who can help and walk me through the steps needed to get this up and running, I really would appreciate it.
Thank you
Ron M

Hi Ron,

simply take the image from OpenPlotter. Then you have Raspian and OpenCPN allready installed. Plus a lot of extra's.

Then doing the Raspian updates in the terminal:

sudo apt update (this renews the files list)
sudo apt upgrade (updating the changed files)

This the first thing you can do, to get your RPI working.

Regards,


Bram
verkerkbr is offline   Reply With Quote
Old 11-12-2018, 01:04   #21
Registered User

Join Date: Nov 2015
Location: Ireland
Posts: 468
Re: Raspberry Pi w/ OpenCPN

I’ll add a second vote for OpenPlotter. You can even install it without having a keyboard or screen attached to your Pi. By far the easiest way to get OpenCpn running on a Pi.
AedanC is offline   Reply With Quote
Old 11-12-2018, 10:54   #22
Registered User
 
pinguino's Avatar

Join Date: May 2009
Location: SE Spain
Boat: Jeanneau SO 32I
Posts: 125
Re: Raspberry Pi w/ OpenCPN

Quote:
Originally Posted by benet250 View Post
Hello, I am having a tremendous amount of difficulty understanding the whole process of loading OpenCpn onto the Raspberry Pi 3 B+and making it work, I have read the manual and also the Raspberry Pi manual but when it comes to entering the correct commands and repositories etc I am getting very confused, as this is my first attempt at doing anything with a raspberry pi I am a total neophyte, (we all have to start somewhere), is there anyone who can help and walk me through the steps needed to get this up and running, I really would appreciate it.
Thank you
Ron M
On the opencpn website there are no proper instructions to install the software on a Rpi running Raspbian.

That, bearing in mind that on the cover of the web they indicate that it works also on Raspberry Pi, is a small defect that should be rectified since neither the instructions for Ubuntu work nor those for Debian are adequate.

The way to install it on Raspbian stretch -the last one available- are these:

Open a console, let's add opencpn to the list of "providers". You have to edit a file with admin permissions:

sudo leafpad /etc/apt/sources.list

After this a document with a few lines is opened to you. Go to the bottom and add this line:

deb http://ppa.launchpad.net/opencpn/opencpn/ubuntu/ xenial main

Add it exactly or, better yet, copy and paste it into the file. Then save the changes and close the document. It is very important that you do not modify anything above on the document or you could have problems later.

Once this is done you go back to the console and enter the command to activate the signature:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40

And then this one:

sudo apt update

And then you can try installing opencpn with:

sudo apt install opencpn

If everything has gone as it should in a few moments you should already have your Opencpn installed.

However, I insist that you consider the direct use of OpenPlotter, not only because it is easier to install but also because you will get a system more suitable specifically for sailing and more tuned. I exclusively use OpenPlotter too.
pinguino is offline   Reply With Quote
Old 13-12-2018, 09:48   #23
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,633
Images: 2
Re: Raspberry Pi w/ OpenCPN

Pinguino, thank you. May I enlist you to help update the instructions? Same to Ron M? I will copy Pinguino's directions to the wiki and show a link. Will you both please review and advise?
rgleason is offline   Reply With Quote
Old 15-12-2018, 02:00   #24
Registered User
 
pinguino's Avatar

Join Date: May 2009
Location: SE Spain
Boat: Jeanneau SO 32I
Posts: 125
Re: Raspberry Pi w/ OpenCPN

Quote:
Originally Posted by rgleason View Post
Pinguino, thank you. May I enlist you to help update the instructions? Same to Ron M? I will copy Pinguino's directions to the wiki and show a link. Will you both please review and advise?
Rgleason, the instructions I saw on the wiki are correct. Where I miss those instructions is on the opencpn.org download page, which is where most of those who come for the first time to opencpn to download it.

Maybe a link to the section of the wiki that explains it in detail would be enough for Raspberry Pi users.
pinguino is offline   Reply With Quote
Old 15-12-2018, 12:29   #25
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: Raspberry Pi w/ OpenCPN

pinguino....


Check this out....


https://opencpn.org/OpenCPN/info/downloadopencpn.html


Thanks for the feedback
Dave
bdbcat is offline   Reply With Quote
Old 16-12-2018, 12:16   #26
Registered User
 
pinguino's Avatar

Join Date: May 2009
Location: SE Spain
Boat: Jeanneau SO 32I
Posts: 125
Re: Raspberry Pi w/ OpenCPN

Great. Thank you very much Dave.
pinguino is offline   Reply With Quote
Old 22-12-2018, 07:02   #27
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: Raspberry Pi w/ OpenCPN

One thing that was discovered when doing research on Raspberry Pi was SD cards were subject to block failure when undergoing large amounts of I/O operations such as constantly reading/writing to the same blocks, so the SD manufacturers came out with 'High Endurance' microSDHC cards, these cards were designed primarily for video monitoring, dashcams, and home security cameras, as the RPi's use the SD cards as VM's there is a steady stream of I/O's to the cards and when one digs way into the literature of the RPi one finds that High Endurance SD cards are highly recommended. One can google 'Wear Level' on SD cards to discover more information.
benet250 is offline   Reply With Quote
Old 23-01-2019, 21:27   #28
Registered User
 
bokakob's Avatar

Join Date: Jan 2019
Location: NYC
Boat: Seafarer 29 "Futura"
Posts: 13
Re: Raspberry Pi w/ OpenCPN

Quote:
Originally Posted by stevead View Post
Dumb question, why does it install in the "Education menu option" ?
Linux developers most likely didn't know where to dock this program. Rather than creating yet another menu item such as "Navigation" or "Maps," or something like that, they decided to insert the link in the "Education." If desired the menu could be changed to your liking.
__________________
bokakob is offline   Reply With Quote
Old 15-12-2020, 13:40   #29
Registered User
 
akopac's Avatar

Join Date: Oct 2014
Location: South Pacific -> World Cruising Long Term
Boat: Morgan, West Indies 38 Ketch
Posts: 562
Re: Raspberry Pi w/ OpenCPN

Has anybody used the Moitessier hat compass for a heading sensor for MARPA?
akopac is offline   Reply With Quote
Old 05-01-2021, 22:48   #30
Registered User

Join Date: Mar 2019
Posts: 10
Re: Raspberry Pi w/ OpenCPN

I am trying to install Opencpn on Raspberry pi 400. When I get to the point

"sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CB65EB40", I get message "gpg: keyserver receive failed: No data"


I was doing this per the installation guide on OpenCPN wiki/manuals.
My first install of OpenCPN on my RPI 400 opened with a black screen and frozen.


Anyone have success in getting OpenCPN running on a RPI 400?



Quote:
Originally Posted by stevead View Post
Just an FYI for Wiki/User Manual.

Just purchased a Raspberry Pi and I'm using Raspbian Stretch 2018-10-09

Following the install instructions got the following message:

gpg: keyserver receive failed: No dirmngr

which is mentioned in the OpenCPN user manual.

My solution was the following:

sudo apt-get install dirmngr

then the normal OpenCPN install commands

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
sudo apt-get update
sudo apt-get install opencpn

Installed successfully and using CM93 charts, appears to be working fine.

Dumb question, why does it install in the "Education menu option" ?

FYI, Using a Raspberry Pi CAN hat to connect to the NMEA2000 network to prototype/test the Linux version of the TwoCan plugin using the SocketCan interface.
bwarren is offline   Reply With Quote
Reply

Tags
enc, opencpn


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN on Raspberry PI Raspbian Captain_Steve OpenCPN 12 08-02-2015 10:45
Comproblem on Raspberry Pi and OpenCPN vagspel OpenCPN 4 26-12-2012 05:01
Raspberry Pi and OpenCPN 3.1.915 spillemw OpenCPN 20 24-09-2012 02:30
Raspberry PI compiles OpenCPN monstads OpenCPN 7 15-03-2012 12:41
The Perfect Platform for OpenCPN ? Raspberry Pi night0wl OpenCPN 10 08-09-2011 19:09

Advertise Here


All times are GMT -7. The time now is 05:48.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.