<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear friends,</p>
<p><br>
</p>
<p>on line 108 to 110 of the Makefile there is an automatic setting of the VULOM4_FW parameter:</p>
<p><br>
</p>
<p></p>
<div><span style="font-size: 10pt;">  ifeq (,$(VULOM4_FW))</span><br>
<span style="font-size: 10pt;">   VULOM4_FW:=$(shell ls $(TRLOII_PATH)/trloctrl | grep _trlo | $(SED) 's,fw_,,;s,_trlo.*,,')</span><br>
<span style="font-size: 10pt;">  endif</span></div>
<br>
<p></p>
<p>However, if I let this run (i.e. VULOM4_FW is not set by hand) the outcome is as follows:</p>
<p><br>
</p>
<p><span style="font-size: 10pt;">VULOM4_FW = "1409285e 68f8955e 6e4ba1a9 a73c5093 af33ed35"</span></p>
<p><br>
</p>
<p>My understandig is that there should only be a single number selected (<span>1409285e</span> for VULOM4B and
<span><span>6e4ba1a9</span></span> for VULOM4). I checked what the "ls" command produces on two systems:</p>
<p><br>
</p>
<p></p>
<div><span style="font-size: 10pt;">RIO4L-2 mbsdaq > ls $TRLOII_PATH/trloctrl</span><br>
<span style="font-size: 10pt;">Makefile  examples/  find_firmwares.pl*  firmwaredirs  fw_0866c243_rfx1/  fw_1409285e_trlo@  fw_5e8f5ef4_tridi/  fw_68f8955e_trlo_all_in/  fw_6e4ba1a9_trlo/  fw_a1729cda_rfx0/  fw_a73c5093_trlo@  fw_af33ed35_trlo_big/  trloctrl.sh* 
 trlolib/</span><br>
<br>
<span style="font-size: 10pt;">RIO4-MCAL-1 mbsdaq > ls $TRLOII_PATH/trloctrl</span><br>
<span style="font-size: 10pt;">Makefile  examples/  find_firmwares.pl*  firmwaredirs  fw_0866c243_rfx1/  fw_1409285e_trlo@  fw_5e8f5ef4_tridi/  fw_68f8955e_trlo_all_in/  fw_6e4ba1a9_trlo/  fw_a1729cda_rfx0/  fw_a73c5093_trlo@  fw_af33ed35_trlo_big/  tridi_log.txt 
 trloctrl.sh*  trlolib/  vulom_log.txt</span></div>
<p></p>
<p><br>
</p>
<p><span>RIO4L-2</span> is the one I am working on right now with the VULOM4, whereas
<span>RIO4-MCAL-1</span> is the system already running with VULOM4B.<br>
</p>
<p><br>
</p>
<p>To me it looks like the code in the Makefile is not working as intended, right?</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>Best greetings</p>
<p>Günter<br>
</p>
<br>
</div>
</body>
</html>