Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2021-03-23 Thread Jaka Koren
I suppose you could do that by omitting the device parameter from gpsd command line. Try *gpsd -D 5 -n -N /dev/ttyO4* , and comment out the * refclock PPS* */dev/pps0 lock NMEA* line from chrony configuration file before restarting chrony. četrtek, 18. marec 2021 ob 11:51:46 UTC+1 je oseba Jac

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2021-03-18 Thread Jack Czerkawski
Thank you Jaka that helps me a lot. But I have right now a diffrent problem. I am trying to make a NTP server. I am using PocketBeagle and GPS module - UART GPS NEO-7M-C . I have connected it like that: PB_UART4-Tx(P2.07)- GPS NEO-7M-C Rx PB_UART4-Rx(P2.05) - GPS NEO-7M-C Tx After runni

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2021-03-15 Thread Jaka Koren
To Jack, you cannot run gpsd separately because operating system is trying to run it as a service process. It fails, but the process still seems to be "running" in some way. Stop it first with service gpsd stop, then you should be able to run gpsd from userspace normally. sobota, 13. marec 2021

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2021-03-13 Thread Jack Czerkawski
Hello, I am trying to run NTP server on my PocketBeagle with GPS and PPS time source. To establish that I am following your notes. However when I try to run gpsd it is giving me output like this: :$ gpsd -D 5 -n -N /dev/ttyO4 /dev/pps0 gpsd:INFO: launching (Version 3.17) gpsd:IO: opening IPv4 s

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-10-17 Thread engrmasood2002
Hi, I have gps with pps and signal level is measured in scope and is ok. The problem is that when ppstest command is run the pps output is displayed as ok but after arround 180 to 230 seconds i get error connection timed out error. I have gpsd amd chrony installed. Strangely when i restart gpsd

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread tremmert
First off, Thanks Robert for all your help. Looks like we are up and running! Next, I wanted to post a few notes in case others run into the issues that I had. 1) From a clean install, apt-get update then apt-get upgrade 2) git clone https://github.com/beagleboard/bb.org-overlays.git 3) cd b

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread Thomas
Perfect! That seems to have fixed my issues! Ill be sure to add a post on the web describing the procedures we went through to help others! I do have one other question for you. If this is out of scope, Ill ask it on another forum, but I figured I would start here... Now I have confirmed tha

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread Thomas
Robert, I can't thank you enough for helping me through this. There is very little information available online regarding this procedure with this kernel version... First, I made the edit that you recommended.. Now, the BBB reboots and I can see NEMA data coming from the GPS chip. However, w

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread Robert Nelson
On Thu, Aug 30, 2018 at 12:26 PM Thomas wrote: > > Robert, > I can't thank you enough for helping me through this. There is very little > information available online regarding this procedure with this kernel > version... > > First, I made the edit that you recommended.. Now, the BBB reboots a

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread Robert Nelson
On Thu, Aug 30, 2018 at 10:18 AM Thomas wrote: > > I have re-imaged my BBB and made the correction to the typo in my overlay > file. However, it appears as if I am having the same issue. When I install > the overlay in the uEnv.txt file and reboot, I am never able to ssh back into > the BBB.

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-30 Thread Thomas
I have re-imaged my BBB and made the correction to the typo in my overlay file. However, it appears as if I am having the same issue. When I install the overlay in the uEnv.txt file and reboot, I am never able to ssh back into the BBB. My file is below for your review. I can't seem to find

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-29 Thread Robert Nelson
On Wed, Aug 29, 2018, 9:05 PM Pablo Rodriguez wrote: > Hi. > Is posible to boot from an microsd and modify the uEnv file on the emmc > after mounting it? > Sorry if i misunderstood the problem > Good point, yeah it is... Regards, -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-29 Thread Pablo Rodriguez
Hi. Is posible to boot from an microsd and modify the uEnv file on the emmc after mounting it? Sorry if i misunderstood the problem Pablo El mié., 29 de ago. de 2018 5:49 PM, Robert Nelson escribió: > On Wed, Aug 29, 2018 at 3:05 PM Thomas > wrote: > > > > Robert, > > Your help is much appre

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-29 Thread Thomas
Thats what I was afraid of. Ok, Ill give it a shot, fix my typo, recompile then report back. Thanks again! On Wed, 29 Aug 2018 15:48:33 -0500 Robert Nelson wrote > On Wed, Aug 29, 2018 at 3:05 PM Thomas > wrote: > > > > Robert, > > Your help is much appreciated! Makin

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-29 Thread Robert Nelson
On Wed, Aug 29, 2018 at 3:05 PM Thomas wrote: > > Robert, > Your help is much appreciated! Making progress I think... Well, kind of... > > So I attempted to replace target = <&ocp>; with target = "/" (when it should > have been target-path) > > I didnt notice the typo and applied the overlay i

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-29 Thread Thomas
Robert, Your help is much appreciated! Making progress I think... Well, kind of... So I attempted to replace target = <&ocp>; with target = "/" (when it should have been target-path) I didnt notice the typo and applied the overlay in uEnv.txt and rebooted. Now, I can not connect to the devi

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-28 Thread Robert Nelson
> > fragment@3 { > target = <&ocp>; > __overlay__ { > gps_pps { > status = "okay"; > compatible = "pps-gpio"; > pinctrl-names = "default";

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-28 Thread tremmert
Hi Robert, So I was able to get the file compiled. Basically, I pulled down your bb.org-overlays project from github, then added my custom dbs file to the /src/arm directory and finally ran ./install.sh This seemed to compile and install the new dtbo in the /lib/firmware directory. Next, I m

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-27 Thread Thomas
Robert, Thank you again for your assistance. I am stuck trying to get the overlay to compile and am assuming that I have something incorrect. Below is the overlay that I created: /* * Copyright (C) 2013 CircuitCo * * Virtual cape for UART1 on connector pins P9.24 P9.26 * * This program is

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-23 Thread Robert Nelson
On Thu, Aug 23, 2018 at 4:38 PM wrote: > Robert, > Thank you for the fast reply. > > So I assume that I need to edit your lines: > P2_01_pinmux { status = "disabled"; }; /* gpio1_18 - EXTINT */ > P2_03_pinmux { status = "disabled"; }; /* gpio0_23 - PULSE */ > P2_05_pinmux { status = "disabled"; }

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-23 Thread tremmert
Robert, Thank you for the fast reply. So I assume that I need to edit your lines: P2_01_pinmux { status = "disabled"; }; /* gpio1_18 - EXTINT */ P2_03_pinmux { status = "disabled"; }; /* gpio0_23 - PULSE */ P2_05_pinmux { status = "disabled"; }; /* gpio0_30 - TXD */ P2_07_pinmux { status = "di

Re: [beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-23 Thread Robert Nelson
On Thu, Aug 23, 2018 at 2:33 PM wrote: > > Hello, > My goal is to make an ultra-precise clock on the beaglebone black by using > the 1 pps signal from my adafruit GPS. I have been readying about the device > overlays / capes but there seems to be a lot of outdated information out > there that

[beagleboard] BeagleBone Black GPS PPS and Chrony for time sync

2018-08-23 Thread tremmert
Hello, My goal is to make an ultra-precise clock on the beaglebone black by using the 1 pps signal from my adafruit GPS. I have been readying about the device overlays / capes but there seems to be a lot of outdated information out there that is very confusing. My 1 pps is connected to P9_12