## DRIVER INSTALLATION For a detailed driver compilation and installation have a look to the README.md inside the driver archive. Extract the driver archive and place yourself in the main folder. execute the following commands from the shell: > make > > make damc25_soffox_version.h > > make gen_py > > make test/picodefs.py > > sudo make install > > sudo modprobe damc25_soffox The command **sudo make install** install the driver in **/lib/modules/$(shell uname -r)/extra/** folder. Check **dmesg** if driver is loaded correctly > dmesg | grep "damc25_soffox" ## FIRMWARE INSTALLATION ipmitool -H 192.168.1.52 -P "" -B 0 -b 7 -T 0x82 -t 0x7A hpm upgrade ./soffox-fpga/firmware.rle.hpm where: 1) 0x7A is the MTCA slot where the board is placed 2) 192.168.1.52 is the MCH ip-address Once the firmware is installed power-cycle the AMC board. Or use ISE-impact with JTAG for a temporary test. ## OSCILLOSCOPE Oscilloscope is a standalone application (writte in PyQt) that must be started from the folder because it uses *.ui and *.png files. Extract the archive and run the soffox-oscilloscope from shell terminal: > ./soffox-oscilloscope_vX.X.X