mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
6 lines
169 B
Bash
Executable File
6 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
vivado -mode batch -source run.tcl
|
|
rm system_wrapper.bit.bin bit2bin.bin
|
|
bootgen -image bit2bin.bif -split bin
|
|
cp system_wrapper.bit.bin parallella.bit.bin
|