add script to load the netfpga driver

This commit is contained in:
Nico Schottelius 2019-06-04 00:13:19 +02:00
parent 56d2f2ee65
commit a0613c01b2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
set -x
cd $DRIVER_FOLDER
make all
make install
modprobe sume_riffa
lsmod | grep sume_riffa