Skip to content

Commit 2bdf5f3

Browse files
committedJun 16, 2015
conda: embed flash proxies in the artiq package
1 parent 4c8917a commit 2bdf5f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎conda/artiq/build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_IS
3333
cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/
3434
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/
3535
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/
36+
wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit
37+
mv bscan_spi_kc705.bit $BIN_PREFIX/kc705/
3638

3739
# install Pipistrello binaries
3840

3941
cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/
4042
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/pipistrello/
4143
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bit $BIN_PREFIX/pipistrello/
44+
wget http://www.phys.ethz.ch/~robertjo/bscan_spi_lx45_csg324.bit
45+
mv bscan_spi_lx45_csg324.bit $BIN_PREFIX/pipistrello/
4246

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

0 commit comments

Comments
 (0)
Please sign in to comment.