From 4c622194c254940531326e597939c3e29648c466 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 25 Mar 2016 20:10:53 +0800 Subject: [PATCH] doc: update flterm instructions. Closes #346 --- doc/manual/installing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 85fc066f4..df86e309f 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -283,8 +283,7 @@ 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... @@ -292,6 +291,8 @@ These steps are required to generate gateware bitstream (``.bit``) files, build Executing booted program. ARTIQ runtime built +.. 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).