Updating and upgrading Pi-Star
Revised: Jun 2021, CC BY-SA; PDFs
As of Jan 1, 2024, this site is no longer being updated. It will remain available for some time for legacy reference.
Most up-to-date version:
amateurradionotes.com/pi-star-updates.htm
Note: These are extracts from the Playing with Pi-Star and Pi-Star notes articles.
8) Updating Pi-Star
Related article: Updating hotspot firmware via Pi-Star
One of the nice things about Pi-Star is that it's updated on a regular basis to add new features, options, and fixes, as well as to add hostfile updates that have been pulled from upstream sources (to view the changes, see GitHub). There are three ways to update Pi-Star: one automated and two manual:
- Automated overnight updates – This type of update runs every night (between 3:00 and 4:59 AM locally) as long as your hotspot is on and connected to the internet. It uses standard Raspberry Pi OS tools to update the radio binaries (MMDVMHost and DStarRepeater), gateways (DMRGateway, ircDDBGateway, etc.), hostfiles, and dashboard.
- Manually launched updates – You may want to manually launch an update if you've heard there was a fix released or updated hostfiles are available and you don't want to wait for the automated overnight update, or if you want to update the Raspberry Pi OS operating system. You also should perform an update before running an upgrade.
- Via the Pi-Star dashboard – You can run an update at any time by clicking Update in the Admin view (or in the Expert Editor). This type updates the radio binaries, gateways, hostfiles, and dashboard, but not the Raspberry Pi OS.
In Update view, you'll see the process running. Let it run until finished.
- Via SSH Command Line Interface (CLI) – You also can run an update at any time via a Secure Shell (SSH) app like Termius or PuTTY. This is the most robust way to run an update as it updates the radio binaries, gateways, hostfiles, and dashboard, as well as the Raspberry Pi OS operating system updates, including giving you the chance to take care of those steps of Raspberry Pi OS updates that require manual input.
- Use an app to SSH into Pi-Star and log in.
- Run the update (the update process automatically switches Pi-Star to Read-Write mode, so there's no need to switch manually):
sudo pistar-update
- Important! If the process pauses and asks whether a modified file should be replaced, your answer should always be the default, which is to leave the modified file alone.
- Allow the update process to run until you see:
Updates complete, sleeping for a few seconds before making the disk Read-Only
Finished
- After a manual update, it's a good idea to open the Configuration page and click Apply Changes.
- Via the Pi-Star dashboard – You can run an update at any time by clicking Update in the Admin view (or in the Expert Editor). This type updates the radio binaries, gateways, hostfiles, and dashboard, but not the Raspberry Pi OS.
9) Upgrading Pi-Star
Related article: Updating hotspot firmware via Pi-Star
Upgrading from V3 to V4? See Upgrading to Pi-Star V4 (below)
The less frequent Pi-Star version upgrades makes operating system-level changes to the system services and packages required to support new features. Both the update and upgrade processes automatically switch Pi-Star into Read-Write mode, so there's no need to switch manually.
- Use an app to SSH into Pi-Star and log in. Or you can use the Update and Upgrade links in the Expert Editor.
- Begin with an update of the dashboard and binaries.
In the SSH window:
sudo pistar-update
Or, click the Expert Editor's Update link.
Allow the update process to run until you see:
Updates complete, sleeping for a few seconds before making the disk Read-Only
Finished - Next, upgrade the operating system, services, and packages.
In the SSH window:
sudo pistar-upgrade
Or, click the Expert Editor's Upgrade link. - Beginning with Pi-Star version 4.1.5 / Dashboard version 20210619: It's only necessary to run the Upgrade process once; the process now automatically upgrades all the way to the most recent version.
Prior versions: Run the upgrade process as many times as needed until the system reports you are on the most recent version:
You are already running the latest version…
Sleeping a few seconds before making the disk Read-Only…
Finished - It's a good idea to reboot the hotspot after upgrading.
In the SSH windows:
sudo reboot
Or, open the Power view, and then click Reboot. - The dashboard displays the current version number, for example, 3.4.16.
For more info about what's included in an upgrade: On the Pi-Star Downloads page, scroll down to the Change Log section.
21) Upgrading to Pi-Star V4
If you're upgrading an existing hotspot from Pi-Star V3.#.## to Pi-Star V4: Due to the complexity of the OS upgrade, you can't just click the Upgrade link or run sudo pistar-upgrade
. (Yep, Andy has spoiled us!) However, there's a shortcut that can make the upgrade easier. Just watch this short (3 min) tutorial video by Craig, W1MSG: Upgrade to 4.0.
I've tested this on Mac and Windows 10, and it worked well. Here are the steps:
- Backup the Pi-Star configuration on your existing hotspot. For more info, see Backing up and restoring Pi-Star
- Download the Pi-Star V4 image:
- Full releases, if available, are available from Pi-Star Downloads.
- Release candidates (RC) are available from Pi-Star Beta Downloads.
- Insert a microSD card into your computer and flash a download of the Pi-Star V4 image to a microSD card. For more info, see Flashing Pi-Star
Note: If using Windows, dismiss the system Format Disk message. - After flashing the Pi-Star image to the microSD card, eject it, and then reinsert it.
Note: If using Windows, once again dismiss the Format Disk message. - Copy the backup zip file to the boot partition of the freshly imaged microSD card, and then eject it again.
- Insert the microSD card into the RPi and power it up. The first boot up will take a bit longer than usual because V4 now automatically expands the filesystem (sweet!) and then unpacks and restores your backed up configuration. The good news is that subsequent boot ups are even quicker than they were previously.
- - - - - - - - - - - - - - -
Hint (thanks to Larry, KF7L): If the image doesn't connect to your WiFi network and instead goes into Auto AP mode, the issue could be because your router doesn't broadcast SSIDs. In that case, you might want to try adding:
scan_ssid=1
to the /etc/wpa_supplicant/wpa_supplicant.conf file, between ssd and psk:
network={
#ssid="WirelessNetworkName"
ssid=576972656c …
scan_ssid=1
#psk="WirelessNetworkPassword"
psk=364b8070f60 …
id_str="0"
priority=100 - Log into Pi-Star in order to open the Configuration page.
- User Name – This your hotspot's hostname, either the default, pi-star, or whatever you changed it to in your backed up configuration.
- Password – Even if you used your own Remote Access Password in the configuration you backed up, for security reasons, the Pi-Star backup does not back up this password, so you must use the default password to log in: raspberry.
- It's a good idea to double-check your configuration settings. Some settings are not backed up, so if you changed them to something other than the default, you'll find that they are back on the default settings of a new install, for example:
- General Configuration – Dashboard language (default English_uk)
- D-Star Configuration – Time Announcements (default: On) and Use DPlus for XRF (default: Off). If you change the Use DPlus for XRF setting, you must run a Pi-Star Update to put the new setting into effect.
- Firewall Configuration – Auto AP (default: On)
- Remote Access Password – Since Pi-Star backup does not back up this password, if you want to use your own password, which is a good idea, you'll need to enter your own password.
- It's also a good idea to make a new backup of your Pi-Star V4 configuration. For more info, see Backing up and restoring Pi-Star.