Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd /mnt/host/daq
./bin/xPromLoadRcexPromLoadRceNew <FebFpga> /mnt/home/rherbst/svt_firmware/projects/Feb/images/Feb_<version>.mcs 1
 
Warning
  • Make sure you use the xPromLoadRceNew executable. There is an old one with similar name that should NOT be used.
  • 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.

...

New window showed up, "Open New Hardware target" looks like we don't change anything there? It shows hardware target and hardware devices (one each)

Top In the device tree, top one should be xilinx_tcf, underneath "xc7a..." and  underneath that "XADC"

Right click on "xc7a", choose then "Program Device", leave "Debug probes file:" blank

Hit prgroChoose the "image" that you want to flash with. Should be a .bit file.

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:

...