You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Flashing FEB's through PGP

Begin by logging into clondaq3 and updating the SVT firmware repo (/home/rherbst/svt_firmware/).  Once that's done, log in as root into dpm7 and kill the rceServer (use ps to find the process ID).  The firmware can then be loaded onto a FEB as follows:

cd /mnt/host/daq
./bin/xPromLoadRce <FebFpga> /mnt/home/rherbst/svt_firmware/projects/Feb/images/Feb_<version>.mcs
 
  • When writing and verifying, the prom progress always finishes at 35%.
  • The program always ends with a segmentation fault. This doesn't mean that the image wasn't loaded properly.

Flashing the Data DPM's

Begin by logging into clondaq3 and updating the SVT firmware repo (/home/rherbst/svt_firmware/).  The Data DPM firmware can be loaded as follows:

cd /usr/clas12/release/0.2/slac_svt/svtdaq/daq
./rceScripts/set_image_data.sh /mnt/home/rherbst/svt_firmware/projects/DataDpm/images/DataDpm_<version>

Flashing the Control DPM

Begin by logging into clondaq3 and updating the SVT firmware repo (/home/rherbst/svt_firmware/).  The Control DPM firmware can be loaded as follows:

cd /usr/clas12/release/0.2/slac_svt/svtdaq/daq
./rceScripts/set_image_control.sh /mnt/home/rherbst/svt_firmware/projects/ControlDpm/images/ControlDpm_<version>
  • No labels