Murax on arty_a7: fix mkdir error
This commit is contained in:
parent
163611bd11
commit
6547eefffd
|
@ -3,7 +3,7 @@
|
||||||
#cannot rm build because it erase software images that the make file copy there
|
#cannot rm build because it erase software images that the make file copy there
|
||||||
#rm -rf ./build
|
#rm -rf ./build
|
||||||
|
|
||||||
mkdir ./build
|
mkdir -p ./build
|
||||||
|
|
||||||
cd ./build
|
cd ./build
|
||||||
vivado -mode batch -source ../make_vivado_project.tcl -notrace
|
vivado -mode batch -source ../make_vivado_project.tcl -notrace
|
||||||
|
|
Loading…
Reference in New Issue