4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
#!/bin/sh
|
||
|
cd ./build
|
||
|
vivado -mode batch -source ../write_flash.tcl -notrace
|