Update GR-Wavelearner¶
The Deepwave Digital team pushes regular updates to GR-Wavelearner. Follow these instructions to upgrade to the latest version.
AirStack v0.2.0+¶
Step 1: Update GR-Wavelearner¶
Make sure that you have the latest version of the GR-Wavelearner repository. By default GR-Wavelearner's source code is in /usr/local/src/deepwave
. To update the repository perform the following commands in the terminal on the AIR-T:
- Right click on the desktop and choose Terminal
cd /usr/local/src/deepwave/gr-wavelearner
sudo -i
git fetch
git reset --hard
git pull
- If you see
Already up-to-date
you already have the latest version
Step 2: Compile and Install¶
Now enter the following commands to upgrade GR-Wavelearner:
cd build
make clean
cmake ../
make
sudo make install
- Press
ctrl-d
to escape out of sudo.
Now you are done and have the latest version of GR-Wavelearner on your AIR-T! If you launch GNU Radio Companion, you should see the latest blocks under the Wavelearner modules.
AirStack < v0.2.0¶
Step 1: Update GR-Wavelearner¶
Make sure that you have the latest version of the GR-Wavelearner repository. By default GR-Wavelearner's source code is in /usr/local/src/deepwave
. To update the repository perform the following commands in the terminal on the AIR-T:
- Right click on the desktop and choose Terminal
cd /usr/local/src/deepwave/gr-wavelearner
git fetch
git reset --hard
git pull
- If you see
Already up-to-date
you already have the latest version
Step 2: Compile and Install¶
Now enter the following commands to upgrade GR-Wavelearner:
cd build
make clean
cmake ../
make
sudo make install
Now you are done and have the latest version of GR-Wavelearner on your AIR-T! If you launch GNU Radio Companion, you should see the latest blocks under the Wavelearner modules.