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.
|
#!/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"
|
|
|