... | ... | @@ -30,7 +30,9 @@ Power off the rfsoc4x2. Connect it to a network over ethernet cable and power on |
|
|
The python module casperfpga will allow you to communicate with the rfsoc4x2, including programming the fpga.
|
|
|
|
|
|
The following instructions explain how to setup a python environment using miniconda.
|
|
|
Miniconda is a lightweight version of anaconda. Before proceeding, download and install miniconda on your system.
|
|
|
Miniconda is a lightweight version of anaconda. Before proceeding, download and install miniconda on your system by running the bash script:
|
|
|
|
|
|
$ sh ./Miniconda3-latest-Linux-x86_64.sh
|
|
|
|
|
|
We are going to create a shell environment that uses a specific version of python. Do so by running,
|
|
|
|
... | ... | |