From 0e9c88dfa2d692965d206cfbb4cb17d2a9446a10 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 10 Nov 2021 11:49:32 +0100 Subject: [PATCH] programfpga already does reboot --- slsDetectorSoftware/src/Detector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/slsDetectorSoftware/src/Detector.cpp b/slsDetectorSoftware/src/Detector.cpp index a645c28eb..0d4e3ce26 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -2190,7 +2190,6 @@ void Detector::updateFirmwareAndServer(const std::string &sname, LOG(logINFO) << "Updating Firmware and Detector Server..."; pimpl->Parallel(&Module::copyDetectorServer, pos, sname, hostname); programFPGA(fname, pos); - rebootController(pos); } void Detector::updateFirmwareAndServer(const std::string &sname, @@ -2199,7 +2198,6 @@ void Detector::updateFirmwareAndServer(const std::string &sname, LOG(logINFO) << "Updating Firmware and Detector Server (no tftp)..."; updateDetectorServer(sname, pos); programFPGA(fname, pos); - rebootController(pos); } Result Detector::readRegister(uint32_t addr, Positions pos) const {