forked from M-Labs/artiq
manual: install flash proxy before flashing bitstream/bios/runtime
This commit is contained in:
parent
b14ca2ecc9
commit
00c4101f12
|
@ -48,23 +48,22 @@ Preparing the core device FPGA board
|
||||||
|
|
||||||
You now need to flash 3 things on the FPGA board:
|
You now need to flash 3 things on the FPGA board:
|
||||||
|
|
||||||
* The FPGA bitstream
|
1. The FPGA bitstream
|
||||||
* The BIOS
|
2. The BIOS
|
||||||
* The ARTIQ runtime
|
3. The ARTIQ runtime
|
||||||
|
|
||||||
To do that:
|
* First, install the :ref:`Flash proxy <install-flash-proxy>` for your board.
|
||||||
|
|
||||||
* On Pipistrello board::
|
* Then, on Pipistrello board::
|
||||||
|
|
||||||
$ artiq_flash.sh -t pipistrello
|
$ artiq_flash.sh -t pipistrello
|
||||||
|
|
||||||
* On KC705 board::
|
* or on KC705 board::
|
||||||
|
|
||||||
$ artiq_flash.sh
|
$ artiq_flash.sh
|
||||||
|
|
||||||
Next step (for KC705) is to flash MAC and IP addresses to the board:
|
Next step (for KC705) is to flash MAC and IP addresses to the board:
|
||||||
|
|
||||||
* Get the :ref:`Flash proxy <install-flash-proxy>` for your board.
|
|
||||||
* See :ref:`those instructions <flash-mac-ip-addr>` to flash MAC and IP addresses.
|
* See :ref:`those instructions <flash-mac-ip-addr>` to flash MAC and IP addresses.
|
||||||
|
|
||||||
.. _install-from-sources:
|
.. _install-from-sources:
|
||||||
|
|
Loading…
Reference in New Issue