Skip to content

Commit 4bad5e4

Browse files
committedJun 16, 2015
conda: fix KC705 BIOS and runtime
1 parent 95ff21d commit 4bad5e4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎conda/artiq/build.sh

+6-7
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,19 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-b
2222
make -C soc/runtime clean runtime.fbi
2323
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_CMDLINE build-bitstream; cd -
2424

25-
# build for Pipistrello
26-
27-
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello build-headers build-bios; cd -
28-
make -C soc/runtime clean runtime.fbi
29-
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_ISE_CMDLINE build-bitstream; cd -
30-
3125
# install KC705 binaries
3226

33-
cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/
3427
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/
3528
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/
3629
wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit
3730
mv bscan_spi_kc705.bit $BIN_PREFIX/kc705/
3831

32+
# build for Pipistrello
33+
34+
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello build-headers build-bios; cd -
35+
make -C soc/runtime clean runtime.fbi
36+
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_ISE_CMDLINE build-bitstream; cd -
37+
3938
# install Pipistrello binaries
4039

4140
cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/

0 commit comments

Comments
 (0)