Skip to content
Snippets Groups Projects
Commit c032e965 authored by Taya Snijder's avatar Taya Snijder
Browse files

added second devices to the boot.py list

parent 1d699dd5
No related branches found
No related tags found
No related merge requests found
......@@ -237,9 +237,13 @@ class Boot(lofar_device):
"STAT/PSOC/1", # PSOC boot early to detect power delivery failure as fast as possible
"STAT/PCON/1", # PCON boot early because it is responsible for power delivery.
"STAT/APSPU/1", # APS Power Units control other hardware we want to initialise
"STAT/APSPU/2",
"STAT/APSCT/1",
"STAT/APSCT/2",
"STAT/RECV/1", # RCUs are input for SDP, so initialise them first
"STAT/RECV/2",
"STAT/UNB2/1", # Uniboards host SDP, so initialise them first
"STAT/UNB2/2",
"STAT/SDP/1", # SDP controls the mask for SST/XST/BST/Beamlet, so initialise it first
"STAT/BST/1",
"STAT/SST/1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment