3 lines
165 B
Bash
Executable File
3 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
sudo openocd -f openocd.cfg -c "init" -c "jtagspi_init 0 bscan_spi_xc7a35t.bit" -c "jtagspi_program .build/impl.bin 0x0" -c "fpga_program" -c "shutdown"
|