Installing OP25 on a Bookworm OS (raspberrypi4)

k7dq

Member
Premium Subscriber
Joined
Dec 22, 2016
Messages
9
Location
Clinton, Ut
I have just loaded the Debian 12 (Bookworm) on my raspberry pi 4 and have tried to get OP25 to load and operate. various make and python errors. Is there source of OP25 that i can get that will load or compile on Bookworm?
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,387
Location
Talbot Co, MD
I have just loaded the Debian 12 (Bookworm) on my raspberry pi 4 and have tried to get OP25 to load and operate. various make and python errors. Is there source of OP25 that i can get that will load or compile on Bookworm?
It should work. Bookwork is gnuradio-3.10 release so you do need to be on the gr310 branch of the repo.
Can you post a log of the errors?
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
975
Location
NE Wisconsin
It should work. Bookwork is gnuradio-3.10 release so you do need to be on the gr310 branch of the repo.
Can you post a log of the errors?
I can confirm that op25 builds and runs correctly on Raspbian Bookworm from the gr310 branch. However, you will not be able to use
Liquidsoap on Bookworm for streaming or audio processing because it terminates with a segmentation fault upon execution and has
not been getting much attention toward a resolution.
 

k7dq

Member
Premium Subscriber
Joined
Dec 22, 2016
Messages
9
Location
Clinton, Ut
It should work. Bookwork is gnuradio-3.10 release so you do need to be on the gr310 branch of the repo.
Can you post a log of the errors?
Thanks, I am fairly new to git. Your reference to gr310 branch did the trick.
I just did what was in an earlier post
git clone GitHub - boatbod/op25: Fork of osmocom OP25 by boatbod
cd op25
git checkout gr310
./install.sh

I didn't know about git checkout.
Thanks!
 
Top