From 5805240df6f4870b414cdf7670de3903fec04c25 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Fri, 17 Apr 2015 11:38:45 +0200 Subject: [PATCH] manual: update runtime flashing instructions --- doc/manual/installing.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 615ebdc68..6d311c127 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -106,10 +106,12 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC * Then, build and flash the ARTIQ runtime: :: - $ cd ~/artiq-dev/artiq/soc/runtime - $ make flash + $ cd ~/artiq-dev/artiq/soc/runtime && make runtime.fbi + $ ~/artiq-dev/artiq/artiq/frontend/artiq_flash.sh -t ppro -d $PWD -r - 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): :: +.. note:: The `-t` option specifies the board your are targeting. Available options are `ppro` for Papilio Pro, `kc705` for KC705 and `pipistrello` for Pipistrello. + +* 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