Commit 7154443d authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

pulsetest: small changes in firmware

The version number of the firmware has been changed from 0x99 to 0xff;
the python script for the test has also been updated to reflect this
Signed-off-by: Theodor-Adrian Stana's avatarTheodor Stana <t.stana@cern.ch>
parent 90c40461
conv-ttl-blo-gw @ 8c3522c1
Subproject commit 68e5ac712ad5dade4e4b6a75af2045b1a6131576
Subproject commit 8c3522c178f323263283c6b9ffcde195acabb686
......@@ -69,7 +69,7 @@ if __name__ == "__main__":
bloid = testelma.read(slot, 0x00)
fwvers = testelma.read(slot, 0x04) & 0xFF
if ( bloid != 0x54424c4f ) or ( fwvers != 0x99 ):
if ( bloid != 0x54424c4f ) or ( fwvers != 0xff ):
print "Wrong version number (0x%04x)" % fwvers
sys.exit(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment