From 00c4101f1230db7a3a73bb57b51cc41bc4153f77 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Sun, 14 Jun 2015 22:23:55 +0200 Subject: [PATCH] manual: install flash proxy before flashing bitstream/bios/runtime --- doc/manual/installing.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 6f7c2e3d8..aa14a93fd 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -48,23 +48,22 @@ Preparing the core device FPGA board You now need to flash 3 things on the FPGA board: -* The FPGA bitstream -* The BIOS -* The ARTIQ runtime +1. The FPGA bitstream +2. The BIOS +3. The ARTIQ runtime -To do that: +* First, install the :ref:`Flash proxy ` for your board. -* On Pipistrello board:: +* Then, on Pipistrello board:: $ artiq_flash.sh -t pipistrello -* On KC705 board:: +* or on KC705 board:: $ artiq_flash.sh Next step (for KC705) is to flash MAC and IP addresses to the board: -* Get the :ref:`Flash proxy ` for your board. * See :ref:`those instructions ` to flash MAC and IP addresses. .. _install-from-sources: