Skip to content

Commit

Permalink
update getting started instructions in mcpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Jan 13, 2024
1 parent d57fb4a commit f8d2495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Getting started with GNU/Linux
- Copy the contents of the SD card image zip file to a micro SD card.
- Optionally, to start the application automatically at boot time, copy its `start.sh` file from `apps/mcpha` to the topmost directory on the SD card.
- Install the micro SD card in the Red Pitaya board and connect the power.
- Install Tcl 8.6 and all the required libraries:
- Install Python 3 and all the required libraries::
{% highlight bash %}
sudo apt-get install tk8.6 tk8.6-blt2.5
sudo apt-get install python3-numpy python3-matplotlib python3-pyqt5
{% endhighlight %}
- Clone the source code repository:
{% highlight bash %}
Expand All @@ -93,7 +93,7 @@ git clone https://github.com/pavel-demin/red-pitaya-notes
- Run the control program:
{% highlight bash %}
cd red-pitaya-notes/projects/mcpha/client
wish8.6 mcpha.tcl
python3 mcpha.py
{% endhighlight %}
- Type in the IP address of the Red Pitaya board and press Connect button.
- Select Spectrum histogram 1 or Spectrum histogram 2 tab.
Expand Down

0 comments on commit f8d2495

Please sign in to comment.