From 4bad5e464f1417d1a58289a40a3a6081953cb54d Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 16 Jun 2015 18:12:38 +0200 Subject: [PATCH] conda: fix KC705 BIOS and runtime --- conda/artiq/build.sh | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/conda/artiq/build.sh b/conda/artiq/build.sh index fbb85ae12..25db92abf 100755 --- a/conda/artiq/build.sh +++ b/conda/artiq/build.sh @@ -22,20 +22,19 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-b make -C soc/runtime clean runtime.fbi cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_CMDLINE build-bitstream; cd - +# install KC705 binaries + +cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/ +cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/ +wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit +mv bscan_spi_kc705.bit $BIN_PREFIX/kc705/ + # build for Pipistrello cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello build-headers build-bios; cd - make -C soc/runtime clean runtime.fbi cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_ISE_CMDLINE build-bitstream; cd - -# install KC705 binaries - -cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/ -cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/ -cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/ -wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit -mv bscan_spi_kc705.bit $BIN_PREFIX/kc705/ - # install Pipistrello binaries cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/