Use the Completed Design - ArrowElectronics/data-storm-daq GitHub Wiki

Acquire the Prebuilt Design

Create a directory where the hdl and linux repositories can be cloned from github.

  • Open a shell in the VM player (Ctrl+Alt+T)

      $ cd ~
    
      $ mkdir datastorm_daq  && cd datastorm_daq
    
  • clone the HDL repository

      $ git clone https://github.com/ArrowElectronics/hdl.git 
    
  • then do the following to update the files in the working tree...

      $ cd hdl  
      $ git checkout R20.1_TE_DSD_1.0
    
  • copy the completed files to the partial source directory

      $ cp -R ~/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/complete_design/ghrd/* ~/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source
    

Next - Build Bootloader Back to Golden Hardware Reference Design