Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
Hi
Try this
Code:
function check()
local delta, wdt
wdt = io.readfile('/tmp/tpuart.wdt') or ''
wdt = tonumber(wdt) or 0
delta = os.time() - wdt
return delta <= 10
end
checktp = check()
log(checktp)
------------------------------
Ctrl+F5
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
It might be a hardware issue. Which LM model are you using? Also measure bus voltage if possible.
Posts: 4638
Threads: 24
Joined: Aug 2017
Reputation:
207
(08.11.2018, 08:28)Trond Hoyem Wrote: (08.11.2018, 08:03)admin Wrote: It might be a hardware issue. Which LM model are you using? Also measure bus voltage if possible.
It is a SpaceLYnk of the HW 1. If I am not mistaken, the FW is 2.1.0
There was a bug in this FW, install any new and problem will be solved.
------------------------------
Ctrl+F5