Flash pipistrello using binaries from conda package

master
Yann Sionneau 2015-06-11 14:20:15 +02:00
parent 3b7241e761
commit 289c359b29
1 changed files with 3 additions and 8 deletions

View File

@ -128,18 +128,13 @@ class Experiment(AutoDB):
<ul>
<li><a href="manual/installing.html">Install from sources</a> (be prepared to compile software and FPGA bitstreams)</li>
or
<li>Install from pre-compiled binaries</li>
<p>First you need to flash your Pipistrello board with pre-compiled binaries</p>
<ul>
<li>Download the binaries<pre>$ wget http://m-labs.hk/artiq/binaries/binary_package.tar.gz</pre></li>
<li>Extract them<pre>$ tar xzf binary_package.tar.gz</pre></li>
<li>Flash your Pipistrello board<pre>$ cd binary_package && ./flash.sh -t pipistrello</pre></li>
</ul>
<li>Install from pre-compiled binaries (linux-64)</li>
<p>Installing host-side ARTIQ software on your Windows or Linux computer is quick and easy since it can be installed via <a href="http://conda.pydata.org/">Conda packages</a> as part of the <a href="https://store.continuum.io/cshop/anaconda/">Anaconda</a> scientific computing Python distribution:</p>
<ul>
<li>Install <a href="http://continuum.io/downloads">Anaconda3</a> (Python 3.4)</li>
<li>Add our package delivery channel: <pre>$ conda config --add channels fallen</pre></li>
<li>Add our package delivery channels: <pre>$ conda config --add channels fallen && conda config --add channels http://conda.binstar.org/fallen/channel/dev</pre></li>
<li>Install ARTIQ: <pre>$ conda install artiq</pre></li>
<li>Flash the Pipistrello board with pre-compiled bitstream, BIOS and runtime: <pre>$ artiq_flash.sh -t pipistrello</pre></li>
</ul>
<p>Then you can follow the <a href="manual/">manual</a> to run basic ARTIQ examples:</p>
<ul>