diff --git a/artiq/index.html b/artiq/index.html index 07221f6..55af93c 100644 --- a/artiq/index.html +++ b/artiq/index.html @@ -124,16 +124,16 @@ class Experiment(AutoDB):
It's easy to find out by yourself! The core device is based on the resource-efficient MiSoC system-on-chip design, and you can use a limited version of ARTIQ with the small and low-cost Papilio Pro board. Feel free to send feedback to the mailing list!
+It's easy to find out by yourself! The core device is based on the resource-efficient MiSoC system-on-chip design, and you can use a limited version of ARTIQ with the small and low-cost Pipistrello board. Feel free to send feedback to the mailing list!
First you need to flash your Papilio Pro board with pre-compiled binaries
+First you need to flash your Pipistrello board with pre-compiled binaries
$ wget http://m-labs.hk/artiq/binaries/binary_package.tar.gz
$ tar xzf binary_package.tar.gz
$ cd binary_package && ./flash.sh
$ cd binary_package && ./flash.sh -t pipistrello
Installing host-side ARTIQ software on your Windows or Linux computer is quick and easy since it can be installed via Conda packages as part of the Anaconda scientific computing Python distribution: