Skip to content
Snippets Groups Projects
Commit bc1c673a authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Fix the issue with the single mode SFP and loop back adapter

parent 85576eb8
No related branches found
No related tags found
No related merge requests found
Pipeline #87733 passed
......@@ -3,7 +3,7 @@ EPICS_MODULE_NAME:=evrisland
EPICS_MODULE_TAG:=master
#
E3_MODULE_VERSION:=1.3.0
E3_MODULE_VERSION:=1.4.0
# DEPENDENT MODULE VERSION
# For Example,
......
......@@ -94,6 +94,13 @@ afterInit("system 'caput -a $(PREFIX):SoftSeq0-EvtCode-SP 1 150'")
afterInit("system 'caput -a $(PREFIX):SoftSeq0-Timestamp-SP 1 0'")
afterInit("epicsThreadSleep(2)")
# This is needed to avoid issue with Loopback on single mode SFP
afterInit("dbpf $(PREFIX):Link-Clk-SP 150")
afterInit("epicsThreadSleep(2)")
afterInit("dbpf $(PREFIX):Link-Clk-SP 88.052500")
afterInit("epicsThreadSleep(20)")
afterInit("dbpf $(PREFIX):SoftSeq0-Load-Cmd 1")
afterInit("dbpf $(PREFIX):SoftSeq0-Enable-Cmd 1")
afterInit("dbpf $(PREFIX):SoftSeq0-Commit-Cmd 1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment