binary_package: Now flashing everything without any cmd line option

master
Yann Sionneau 2015-03-19 17:33:37 +01:00
parent 3525d1b2aa
commit 1c04f12214
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -133,7 +133,7 @@ class Experiment(AutoDB):
<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 Papilio Pro board<pre>$ cd binary_package && ./flash -a</pre></li>
<li>Flash your Papilio Pro board<pre>$ cd binary_package && ./flash.sh</pre></li>
</ul>
<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>