aboutsummaryrefslogtreecommitdiff
path: root/libraries/libhal/utils/Makefile
blob: 43fbe0d91b9cf57362c5d89f9e5fb8f2645e550e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ifndef CRYPTECH_ROOT
  CRYPTECH_ROOT := $(abspath ../../../../..)
endif

REPO := ${CRYPTECH_ROOT}/sw/libhal

vpath %.c ${REPO}/utils
vpath %.h ${REPO}/utils

include ${REPO}/utils/Makefile
echo 1>&2 "usage: $0 bitstream-file" exit 1 fi echo "Setting export of reset pin" echo 135 > /sys/class/gpio/export echo "Setting reset pin to out" echo out > /sys/class/gpio/gpio135/direction echo "Flipping reset" echo 0 > /sys/class/gpio/gpio135/value echo 1 > /sys/class/gpio/gpio135/value echo "Configuring FPGA from $1" dd if="$1" of=/dev/spidev2.0 bs=32 echo "Turning on clock to FPGA" eim_peek_poke --write 0x020c8160 0x00000d2b