OP25 Upgrade To Latest OP25 Version

Status
Not open for further replies.

CanesFan95

Was Homeboys-Scanna
Banned
Joined
Feb 14, 2008
Messages
3,377
Reaction score
594
Location
FL
I have an old version of OP25 in VMWare. I believe it is the "Boatbod" version. How can I updaet it to the latest and greatest with the new interface? Thanks.
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,206
Reaction score
462
Location
NE Wisconsin
I have an old version of OP25 in VMWare. I believe it is the "Boatbod" version. How can I updaet it to the latest and greatest with the new interface?

Option-1: Update existing Boatbod version

cd op25
git pull
./rebuild.sh {The rebuild script recompiles the entire codebase to cover any changes/updates involving C++objects}

Option-2: Remove Boatbod and install Osmocom

cd ~/op25/build
sudo make uninstall
cd ~
sudo rm -r op25
git clone https://git.osmocom.org/op25
cd op25
./install.sh {Because GNU Radio and dependent libraries already exist, you'll see some "latest version xxx already installed messages"}
 
Last edited:

CanesFan95

Was Homeboys-Scanna
Banned
Joined
Feb 14, 2008
Messages
3,377
Reaction score
594
Location
FL
Thanks. Does anyone know the difference between the 2 versions? I'm looking for the one that as that new fancy interface screen.
 
Status
Not open for further replies.
Top