Skip to content

Updates_between_releases

Neon22 edited this page Sep 21, 2022 · 2 revisions

GridTracker - Manual update between releases

  1. cd hamradio
  2. cat /etc/hampi-release
  • If the HamPi release shows 64-bit from the output immediately above, you will want arm64 version of GridTracker download, otherwise you'll want arm32 version of GridTracker download. Make sure you get the right version, or this won't work right.
  • Go to https://gridtracker.org/downloads/ and copy the correct link to use for the URL and file names below. You will find the download link under the section, "ARM / Raspberry Pi 3 & 4".

In this example, the GridTracker version is 1.22.0725 for arm32.

  1. wget "https://storage.googleapis.com/gt_download/v1.22.0725/GridTracker-1.22.0725-linux-arm32.tar.gz"
  2. tar -zxvf GridTracker-1.22.0725-linux-arm32.tar.gz
  3. sudo mv -i GridTracker-1.22.0725-linux-arm32 /usr/local/GridTracker
  4. cd /usr/local/GridTracker/
  5. sed "s//home/pi/Downloads//usr/local/" -i GridTracker.desktop
  6. sed "s/Categories=None;/Categories=HamRadio Weak Signal/" -i GridTracker.desktop
  7. sudo cp GridTracker.desktop /usr/local/share/applications/

End.