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 08-11-2019, 00:03   #91
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OS Raspberry specific RPI

Quote:
Originally Posted by Andreas29 View Post
Hi,

does anyone have a source for a small program or code to set the rpis clock and date to the actual one from the GPS NMEA stream after repowering?

The rpi losses itīs time and date after power down.
With the NMEA Network connected to the pi I have GPS time and date via NMEA.
But how to set rpis time and date via this NMEA stream?

Now I do it manually after every shutdown with the "date" command.

Regards

Andreas
Available in SignalK -
https://github.com/SignalK/set-system-time
conachair is offline   Reply With Quote
Old 08-11-2019, 01:08   #92
Registered User

Join Date: May 2012
Location: The Gambia
Boat: Jeanneau Sun Legende 41
Posts: 126
Send a message via Skype™ to jean_pfoumf
Re: OS Raspberry specific RPI

@Andreas29


tuto... in french.
https://www.hisse-et-oh.com/articles...on-horaire-gps


Did not try because I have a RTC which is a good solution as well.
jean_pfoumf is offline   Reply With Quote
Old 08-11-2019, 19:03   #93
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: OS Raspberry specific RPI

pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
pi@raspberrypi:~ $ sudo apt install dirmngr
Reading package lists... Done
Building dependency tree
Reading state information... Done
dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C86EB40
Executing: /tmp/apt-key-gpghome.ciuYxr33li/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys C86EB40
gpg: "C86EB40" not a key ID: skipping
pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
Executing: /tmp/apt-key-gpghome.sBSou9jglu/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys C865EB40
gpg: key 67E4A52AC865EB40: "Launchpad PPA for OpenCPN" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
pi@raspberrypi:~ $ sudo apt-get update
Hit:1 Index of /opencpn/opencpn/ubuntu bionic InRelease
Hit:2 Index of /debian buster InRelease
Reading package lists... Done
pi@raspberrypi:~ $ sudo apt-get install opencpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
opencpn : Depends: libtinyxml2.6.2v5 but it is not installable
Depends: libwxbase3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
Depends: wx3.0-i18n but it is not installable
Recommends: xcalib but it is not installable
Recommends: opencpn-doc but it is not going to be installed
Recommends: opencpn-gshhs-intermediate but it is not going to be installed
Recommends: opencpn-gshhs-high but it is not going to be installed
Recommends: opencpn-gshhs-full but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~ $

keep coming up with the same result using a raspberry Pi4b, have several rapberry pi3 B+ with OpenCPN V4.8.8 working very well (Raspbian Jessie) but trying to install OpenCPN V5.0.0 on a Raspberry Pi4 (Raspbian Buster) keeps giving me this message, any ideas would be greatly appreciated, how does one go about troubleshooting this?.
benet250 is offline   Reply With Quote
Old 09-11-2019, 00:10   #94
Registered User

Join Date: Jul 2019
Posts: 115
Re: OS Raspberry specific RPI

I have been facing a similar issue with a pi 3.
Make sure you are using the right ppa for opencpn (raspbian buster)
ppa.launchpad.net/opencpn/opencpn/ubuntu/ bionic main
All information here :
https://opencpn.org/wiki/dokuwiki/do...spberrypi_rpi2
Hope this helps !
juancho38 is offline   Reply With Quote
Old 09-11-2019, 12:28   #95
Registered User

Join Date: Dec 2016
Posts: 17
Re: OS Raspberry specific RPI

I am having the same issue. I have installed Open cpn many times on my pi 4 and 3b+, both using buster with no problem. This seems to be a new issue.
Mike
mikedodd is offline   Reply With Quote
Old 10-11-2019, 04:07   #96
Registered User

Join Date: Jun 2010
Location: Caribbean
Boat: Corbin Ketch 39ft
Posts: 301
Re: OS Raspberry specific RPI

I am trying to do a reinstall on my Pi but the link https://www.sailoog.com/blog/downloa...r-v1-0-0-noobs doesn't seem to be working. Does anyone have a link that works? My original download is on the boat computer which is in Greece and I am in London
__________________
Joe Bayne
Jubilee
Jubilee39 is offline   Reply With Quote
Old 10-11-2019, 04:24   #97
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,714
Images: 2
Re: OS Raspberry specific RPI

Try this https://archive.org/details/openplotter_v1.0.0_noobs

It seems to be working now, Boston, Ma.
rgleason is offline   Reply With Quote
Old 10-11-2019, 04:28   #98
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OS Raspberry specific RPI

Give V2 beta a try
OpenPlotter 2 roadmap

___________________
Option B: Install OpenPlotter on any computer running a Debian based system (Raspbian, Ubuntu, Mint...)

Open a terminal and install the dependencies:

Code:
sudo apt update
sudo apt install python-configparser python3-wxgtk4.0 python3-ujson whois

To install the main app openplotter-setting, download the latest deb package from: https://github.com/openplotter/openp...tings/releases

After downloading the deb file, you can install it by double click or typing this in a terminal:

Code:
sudo dpkg -i openplotter-settings_x.x.x-xxx.deb

Go to Main menu->Others->OpenPlotter settings and install the rest of apps from there.
conachair is offline   Reply With Quote
Old 10-11-2019, 20:22   #99
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: OS Raspberry specific RPI

Quote:
Originally Posted by juancho38 View Post
I have been facing a similar issue with a pi 3.
Make sure you are using the right ppa for opencpn (raspbian buster)
ppa.launchpad.net/opencpn/opencpn/ubuntu/ bionic main
All information here :
https://opencpn.org/wiki/dokuwiki/do...spberrypi_rpi2
Hope this helps !
yes I am using the correct launchpad, have looked at the distro and can see opencpn
benet250 is offline   Reply With Quote
Old 10-11-2019, 20:25   #100
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: OS Raspberry specific RPI

Quote:
Originally Posted by mikedodd View Post
I am having the same issue. I have installed Open cpn many times on my pi 4 and 3b+, both using buster with no problem. This seems to be a new issue.
Mike
hello Mike glad to see I am not the only person, I even went to the distro (Ubuntu Buster main) and can see opencpn, I just wish I knew where to start to trouble shoot, any ideas?
benet250 is offline   Reply With Quote
Old 10-11-2019, 21:08   #101
Registered User

Join Date: Aug 2010
Location: Hampton VA USA
Boat: Beneteau M500 50'3"
Posts: 65
Re: OS Raspberry specific RPI

Hello
I am having a bit of a hard time installing V5.0 on a RPi4b
see below
pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
pi@raspberrypi:~ $ sudo apt install dirmngr
Reading package lists... Done
Building dependency tree
Reading state information... Done
dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubintu.com --recvkeys C865EB40
Executing: /tmp/apt-key-gpghome.VWUN3Rcb5v/gpg.1.sh --keyserver keyserver.ubintu.com --recvkeys C865EB40
gpg: invalid option "--recvkeys"
pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
Executing: /tmp/apt-key-gpghome.CY33CKSa5s/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys C865EB40
gpg: key 67E4A52AC865EB40: "Launchpad PPA for OpenCPN" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
pi@raspberrypi:~ $ sudo apt-get update
Hit:1 Index of /opencpn/opencpn/ubuntu bionic InRelease
Hit:2 Index of /debian buster InRelease
Reading package lists... Done
pi@raspberrypi:~ $ sudo apt-get install opencpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
opencpn : Depends: libtinyxml2.6.2v5 but it is not installable
Depends: libwxbase3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
Depends: wx3.0-i18n but it is not installable
Recommends: xcalib but it is not installable
Recommends: opencpn-doc but it is not going to be installed
Recommends: opencpn-gshhs-intermediate but it is not going to be installed
Recommends: opencpn-gshhs-high but it is not going to be installed
Recommends: opencpn-gshhs-full but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~ $

I posted this on another thread and someone else is having the same problem, Using a 4GB RPi 4b and a sceptre monitor, I just don't know where to start trouble shooting this, any ideas?.
benet250 is offline   Reply With Quote
Old 10-04-2021, 14:30   #102
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,714
Images: 2
Re: OS Raspberry specific RPI

Check out Mike's [mgrouch] here https://github.com/bareboat-necessities/lysmarine_gen
rgleason is offline   Reply With Quote
Old 11-04-2021, 08:13   #103
Registered User

Join Date: Jun 2017
Posts: 461
Re: OS Raspberry specific RPI

BBN Marine OS for raspberry pi now released as Stable. Includes OpenCPN, SignalK, PyPilot, and more.

More info, Getting Started Guide, Download links here: https://github.com/bareboat-necessities/lysmarine_gen

Thanks
mgrouch is offline   Reply With Quote
Old 14-04-2021, 23:21   #104
Registered User

Join Date: Jan 2011
Posts: 35
Re: OS Raspberry specific RPI

I am trying to get openplotter setup on a PI -4 in headless mode. I can get the install working and connection made in VNC. As soon as I execute raspi config or let the updates execute, I either get "currently can not show desktop" popup on VNC or absolutely no connection on VNC. Putty also will not connect.
Does anyone have a fix for this.???
Richard
burgoynebc is offline   Reply With Quote
Old 15-04-2021, 03:50   #105
Registered User

Join Date: Apr 2015
Location: Norfolk, UK
Posts: 68
Re: OS Raspberry specific RPI

Quote:
Originally Posted by burgoynebc View Post
I either get "currently can not show desktop" popup on VNC or absolutely no connection on VNC.
Richard

This is a known problem with VNC see here Explicitly setting the screen resolution usually solves the problem.
duichan is offline   Reply With Quote
Reply


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
Rpi OpenCPN System - recommendations geoffr OpenCPN 17 01-02-2017 10:45
Rpi 3/2 hardware opengl and Vector charts jimseng OpenCPN 16 09-04-2016 18:10
Rpi 3 hangs when zoomed out. jimseng OpenCPN 14 11-03-2016 20:53
Raspbian Jessie for RPi duichan OpenCPN 3 29-09-2015 16:47
AIS on RPI not working gbgb OpenCPN 6 10-06-2015 11:29

Advertise Here


All times are GMT -7. The time now is 14:33.


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.