From f94aa492760000353ce00fd53de5d8c9c544f451 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 21 Jan 2015 10:31:50 +0800 Subject: [PATCH] doc: flterm compilation --- doc/manual/installing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 1d6c70f2a..e821b8a07 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -109,6 +109,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC 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 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 MiSoC BIOS http://m-labs.hk [...]