Skip to content

Commit

Permalink
doc: update flterm instructions. Closes #346
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 25, 2016
1 parent 8b00045 commit 4c62219
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -283,15 +283,16 @@ These steps are required to generate gateware bitstream (``.bit``) files, build

* 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): ::

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

.. note:: flterm is part of MiSoC. If you installed MiSoC with ``setup.py develop --user``, the flterm launcher is in ``~/.local/bin``.

The communication parameters are 115200 8-N-1. Ensure that your user has access
to the serial device (``sudo adduser $USER dialout`` assuming standard setup).

0 comments on commit 4c62219

Please sign in to comment.