Skip to content

Commit b14ca2e

Browse files
committedJun 14, 2015
manual: remove reference to ppro board
1 parent 2311642 commit b14ca2e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

Diff for: ‎doc/manual/installing.rst

+10-2
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,18 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
174174
$ git clone https://github.com/m-labs/artiq
175175
$ python3 setup.py develop --user
176176

177-
* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`: ::
177+
* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`:
178+
::
178179

179180
$ cd ~/artiq-dev/misoc
180-
$ ./make.py -X ~/artiq-dev/artiq/soc -t artiq_ppro all
181+
182+
* For Pipistrello::
183+
184+
$ ./make.py -X ~/artiq-dev/artiq/soc -t artiq_pipistrello all
185+
186+
* For KC705::
187+
188+
$ ./make.py -X ~/artiq-dev/artiq/soc -t artiq_kc705 all
181189

182190
* Then, build and flash the ARTIQ runtime: ::
183191

0 commit comments

Comments
 (0)
Please sign in to comment.