mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
minor chnages
This commit is contained in:
parent
8a4a6c7004
commit
3d52a2f169
@ -63,8 +63,6 @@ void basictests() {
|
||||
firmware_check_done = 1;
|
||||
return;
|
||||
#else
|
||||
|
||||
FILE_LOG(logINFOBLUE, ("******** Gotthard2 Server *****************\n"));
|
||||
if (mapCSP0() == FAIL) {
|
||||
strcpy(firmware_message,
|
||||
"Could not map to memory. Dangerous to continue.\n");
|
||||
@ -75,8 +73,8 @@ void basictests() {
|
||||
}
|
||||
// does check only if flag is 0 (by default), set by command line
|
||||
if ((!debugflag) && ((testFpga() == FAIL))) {
|
||||
strcpy(firmware_message,
|
||||
"Could not pass basic tests of FPGA and bus. Dangerous to continue.\n");
|
||||
sprintf(firmware_message,
|
||||
"Could not pass basic tests of FPGA and bus. Dangerous to continue. (Firmware version:0x%llx) \n", getDetectorId(DETECTOR_FIRMWARE_VERSION));
|
||||
FILE_LOG(logERROR, ("%s\n\n", firmware_message));
|
||||
firmware_compatibility = FAIL;
|
||||
firmware_check_done = 1;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "sls_detector_defs.h"
|
||||
|
||||
#define REQRD_FRMWRE_VRSN (0x190708)//TODO
|
||||
#define REQRD_FRMWRE_VRSN (0x190000)//TODO
|
||||
|
||||
#define CTRL_SRVR_INIT_TIME_US (300 * 1000)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user