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.
12 lines
262 B
12 lines
262 B
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
#lxterm --images=jeboot.json /dev/ttyUSB1 --speed=2e6 --no-crc
|
||
|
#--serial-boot
|
||
|
|
||
|
openocd -f ./ecp5.cfg -c "transport select jtag; init; svf ./SVF.svf; exit"
|
||
|
|
||
|
echo "Now run:"
|
||
|
echo "lxterm /dev/ttyUSB1"
|
||
|
echo "or"
|
||
|
echo "lxterm /dev/ttyUSB1 --speed=2e6"
|