Skip to content

Updating Radio_Astro Files

jmakous edited this page Jul 10, 2020 · 31 revisions

Updating DSPIRA Files for Gnuradio 3.8

  1. From your home directory (cd ), go to the gr-radio_astro folder: cd gr-radio_astro
  2. Type git status. Check the "On branch ..." statement at the top. You want to be in the gr38 branch. To get there, type git checkout gr38.
  3. If a warning message shows up about local changes made that could overwrite files, type git stash.
  4. Type git status to check that you are "On branch gr38".
  5. Type git pull.
  6. Change to the build directory.
  7. Type rm -rf *. NOTE: Make sure you are in the build directory before typing rm -rf *!
  8. Then run the following:
cmake ..
sudo make
sudo make install
  1. The update is complete.

TO Run the updated spectrometer_w_cal.grc file:

  1. Open Gnuradio from the terminal window: gnuradio-companion
  2. Close any previous version of spectrometer_w_cal.grc that might be open.
  3. Open the new version of spectrometer_w_cal.grc from the folder /gr-radio_astro/examples/
  4. Run the program
Clone this wiki locally