Skip to content

Commit 027aa5d

Browse files
committedMar 25, 2016
doc: update flterm instructions. Closes #346
1 parent 4e0e834 commit 027aa5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

Diff for: ‎doc/manual/installing.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,16 @@ These steps are required to generate gateware bitstream (``.bit``) files, build
283283

284284
* Check that the board boots by running a serial terminal program (you may need to press its FPGA reconfiguration button or power-cycle it to load the gateware bitstream that was newly written into the flash): ::
285285

286-
$ make -C ~/artiq-dev/misoc/tools # do only once
287-
$ ~/artiq-dev/misoc/tools/flterm --port /dev/ttyUSB1
286+
$ flterm /dev/ttyUSB1
288287
MiSoC BIOS http://m-labs.hk
289288
[...]
290289
Booting from flash...
291290
Loading xxxxx bytes from flash...
292291
Executing booted program.
293292
ARTIQ runtime built <date/time>
294293

294+
.. note:: flterm is part of MiSoC. If you installed MiSoC with ``setup.py develop --user``, the flterm launcher is in ``~/.local/bin``.
295+
295296
The communication parameters are 115200 8-N-1. Ensure that your user has access
296297
to the serial device (``sudo adduser $USER dialout`` assuming standard setup).
297298

0 commit comments

Comments
 (0)
Please sign in to comment.