Just as predicted, all realtime models reported "0x4000" error. Read the parent post for more details. I fixed this by following the instructions. I add folowing lines to the file /opt/rtcds/rtscore/release/src/include/drv/spectracomGPS.c in fb1:
/* 2020 had 366 days and no leap second */
pHardware->gpsOffset += 31622400;
/* 2021 had no leap seconds or leap days, so adjust for that */
pHardware->gpsOffset += 31536000;
Then is made the package and reloaded it after stoping the daqd services. This brought back all the fast models except C1SUS2 models which are in red due to some other reason that I'll investigate further.
|