binary_package: Now flashing everything without any cmd line option
This commit is contained in:
parent
3525d1b2aa
commit
1c04f12214
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue