Skip to content

brian-eng/vld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VME LED Driver library

How to use

  • For use with JLab compiled gefvme kernel driver.

jvme

compilation

  • with the environment defined from the jvme install (LINUXVME_LIB, LINUXVME_INC) build and install the library
    make install
        

test program

  • In the test directory, there’s a program to show the status of a VLD at a specified slot
  • compile with
    cd test
    make
        
  • execute
    ./vldStatus <slotnumber>
        

William’s examples

  • The examples VLDtest5, VLDtest6, VLDtest7, cited in the VLD Manual, were ported for use with this library
    • VLDtest5: VLD calibration pulse shape loading
    • VLDtest6: VLD test, channel by channel calibration, and connector by connector Bleaching test
    • VLDtest7: VLD clock source switching and trigger source switching
  • compile with
    cd examples
    make
        
  • execute with
    ./VLDtest5 <slotnumber>
    ./VLDtest6 <slotnumber>
    ./VLDtest7 <slotnumber>
        

firmware update

  • The VLDtest2: VLD firmware update, was ported for use with this library.
  • compile with
    cd firmware
    make
        
  • execute with
    ./vldFirmwareUpdate <slotnumber> <firmware svf file>
        

About

VME LED Driver Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.9%
  • Makefile 8.1%