File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,19 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-b
22
22
make -C soc/runtime clean runtime.fbi
23
23
cd $SRC_DIR /misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_CMDLINE build-bitstream; cd -
24
24
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
-
31
25
# install KC705 binaries
32
26
33
- cp soc/runtime/runtime.fbi $BIN_PREFIX /kc705/
34
27
cp $SRC_DIR /misoc/software/bios/bios.bin $BIN_PREFIX /kc705/
35
28
cp $SRC_DIR /misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX /kc705/
36
29
wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit
37
30
mv bscan_spi_kc705.bit $BIN_PREFIX /kc705/
38
31
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
+
39
38
# install Pipistrello binaries
40
39
41
40
cp soc/runtime/runtime.fbi $BIN_PREFIX /pipistrello/
You can’t perform that action at this time.
0 commit comments