You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fpga-cruft/scripts/forksand-trellis-load-test

19 lines
381 B

#!/bin/bash
set -x
# Set up tftp:
cp -p /home/jebba/devel/FPGA/muh/TEST/tftp/* /srv/tftp/
# Set up SVF
cp -p /home/jebba/devel/FPGA/muh/TEST/SVF/top.svf
openocd \
-f /home/jebba/devel/FPGA/muh/TEST/openocd/trellisboard.cfg \
-c "init; svf /home/jebba/devel/FPGA/muh/TEST/SVF/top.svf ; exit"
echo "lxterm /dev/ttyUSB1 --speed=1e6"
lxterm /dev/ttyUSB2 --speed=1e6