Releases: cmantill/econt_sw
Releases · cmantill/econt_sw
v2.0-econ-t-IO
Using econ-t-IO-Aug6
on ~/firmware/
@ HGCAL_dev@localhost.
To get uHal xml files:
# path with xml files
~/firmware/econ-t-IO-Aug6/uHAL_xml/fw_block_addresses.xml
To check they are the same:
for f in /home/HGCAL_dev/firmware/econ-t-IO-Aug6/uHAL_xml/modules/*
do
base="${f##*/}"
comp="/home/HGCAL_dev/src/econt_sw/econt_sw/address_table/modules/${base}"
echo "comparing $comp and $f"
diff $comp $f
done