hdmi/upload.sh

3 lines
96 B
Bash
Executable File

#!/bin/bash
sudo openocd -f openocd.cfg -c "init" -c "pld load 0 .build/impl.bit" -c "shutdown"