Skip to content

Commit 56f0a82

Browse files
committedJun 15, 2015
conda: install .bit file instead of .bin
1 parent ea04c98 commit 56f0a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎conda/artiq/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_IS
3232

3333
cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/
3434
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/
35-
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bin $BIN_PREFIX/kc705/
35+
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/
3636

3737
# install Pipistrello binaries
3838

3939
cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/
4040
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/pipistrello/
41-
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bin $BIN_PREFIX/pipistrello/
41+
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bit $BIN_PREFIX/pipistrello/
4242

4343
cp artiq/frontend/artiq_flash.sh $PREFIX/bin

0 commit comments

Comments
 (0)