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-jeboot-ecp5-linux

12 lines
262 B

#!/bin/bash
cd /home/jebba/devel/FPGA/litex/linux-on-litex-vexriscv
#./make.py --board versa_ecp5 --build
./make.py --board versa_ecp5 --load
#./make.py --board versa_ecp5 --flash
echo "Now run this to get the console"
echo "lxterm /dev/ttyUSB1 --speed=2e6"