Skip to content

Commit

Permalink
conda: install .bit file instead of .bin
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jun 15, 2015
1 parent ea04c98 commit 56f0a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/artiq/build.sh
Original file line number Diff line number Diff line change
@@ -32,12 +32,12 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_IS

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.bin $BIN_PREFIX/kc705/
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/

# install Pipistrello binaries

cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/pipistrello/
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bin $BIN_PREFIX/pipistrello/
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bit $BIN_PREFIX/pipistrello/

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

0 comments on commit 56f0a82

Please sign in to comment.