Skip to content

Commit 2f8a67c

Browse files
committedJun 16, 2015
conda: fix missing runtime for KC705 in previous commit
1 parent 4bad5e4 commit 2f8a67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎conda/artiq/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_C
2424

2525
# install KC705 binaries
2626

27+
cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/
2728
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/
2829
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/
2930
wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit

0 commit comments

Comments
 (0)
Please sign in to comment.