Updating Broadcastify Pi Image

badgerfi

Newbie
Joined
Nov 6, 2023
Messages
4
Location
Brightwood
I was looking for a quick, one size fits all image to put on a Raspberry Pi and I found the Broadcastify image which is perfect. My question is, how do I update it? I see that the image is running on Buster and I am unable to apply any updates. Forgive me if this has already been answered somewhere else, I couldn't find anything specific. Since this is a fresh install, I would prefer to have the OS up to date prior to putting a new feed online.
 

badgerfi

Newbie
Joined
Nov 6, 2023
Messages
4
Location
Brightwood
Thanks for the reply Lindsay! I appreciate it. I realize this is the quickest way to get on the air and it is exactly what I am looking for but I was hoping to get something that I could keep up to date for some time. I realize the risk is low for something like this but it will be exposed to the internet, albeit behind my firewall. It's the same reason I push back on lower support tiers when they blame the network for problems at work but they are running 5 years or older drivers... you get my point. Anyway, I hear you. I am probably worrying too much but was hoping I would have something with longevity as I prepare to build something that I hope to serve my region for a long time to come.

If I were to take another route and install an up to date version of Ubuntu, can I just install the same things that are included on the image you built on Raspi Buster?

Thanks for all of your work on this!

Mitch
 

badgerfi

Newbie
Joined
Nov 6, 2023
Messages
4
Location
Brightwood
Sounds good! Let me know if you need any testers.

I did end up using the current image but when I start with "Double Click the "BCFY Shell" icon on the desktop" I get the error:

1700162287596.png
 

n1ti

Member
Feed Provider
Joined
Feb 19, 2005
Messages
37
Location
Mattapoisett
I’m hoping to update the image soon with some later version stuff…. But for the vast majority of use cases the image in working great. I count about 400 of them in use right now
Hi Lindsay,

are you looking at including alpha tag support? Mine has been running for a few years....very reliable and never have to touch it.

Regards,

Tim
 

92merc

Newbie
Feed Provider
Joined
Dec 30, 2017
Messages
1
Location
Bismarck, ND 58503
When you do update the image, I'd like to see some USB SDR support for weather radio. I know of a lot of weather guys that would go for a simple way to take their local NOAA weather radio and send to 2 locations. Broadcastify and NOAAWeatherRadio.org Icecast servers.
 

cadareev

Member
Premium Subscriber
Joined
Mar 12, 2022
Messages
25
Location
Sweetwater, Tx 79556
Sounds good! Let me know if you need any testers.

I did end up using the current image but when I start with "Double Click the "BCFY Shell" icon on the desktop" I get the error:

View attachment 151402
Don't know if you have figued out a way around this, but if you start a terminal and then change directory using:
cd /home/pi/bcfy/bin
after that type
sudo /home/pi/bcfy/bin/bcfy
you can get the shell to run...
 

rdwilson

Member
Feed Provider
Joined
Oct 25, 2002
Messages
28
Location
McKinney, Texas
Buster is rapidly reaching EOL. But that's not the reason I would like a more current distro.
As hard as I tried, I could not get MQTT to install on Buster. Updating Python and adding packages got me nowhere.

I am running a "fleet" of Raspis, ADS-B, Pi-Holes, Radiosonde Tracker, and so on. I have managed to get MQTT installed on all of them for monitoring and managing in a central database in Home Assistant. If a Raspi is running hot, or low on resources, etc. I can be proactive and keep them running.

I like the image for its convenience and ease of use and it works *really* well.
 

Attachments

  • 2024-05-28_00h53_19.png
    2024-05-28_00h53_19.png
    21.9 KB · Views: 7

rdwilson

Member
Feed Provider
Joined
Oct 25, 2002
Messages
28
Location
McKinney, Texas
Success! It was a major pain. It works and I managed not to break anything. ;)
Reminder: Buster is EOL on June 30, 2024
 

Attachments

  • 2024-05-29_19h46_00.png
    2024-05-29_19h46_00.png
    22.1 KB · Views: 9

Echo4Thirty

Active Member
Premium Subscriber
Joined
Oct 6, 2021
Messages
870
Location
Spring,TX
I would like to use an existing appliance and add BCFY support without reflashing its OS. I did not see a guide anywhere as to what packages need to be manually installed. Did i just not look hard enough?
 

VK2GEL

Member
Joined
Oct 24, 2008
Messages
52
Hi I would like to insert this command line:

00***/sbin/reboot

for a reboot every midnight.

What are the commands to do this please?

Thanks.
 

hexagon_keyhole

Member
Premium Subscriber
Joined
Jul 7, 2020
Messages
276
Location
Sacramento, California
Hi I would like to insert this command line:

00***/sbin/reboot

for a reboot every midnight.

What are the commands to do this please?

Thanks.
I do not use my Raspberry Pi for feeding Broadcastify, but you can do this with a crontab job with sudo privileges.

Read more about crontab here: crontab(5) - OpenBSD manual pages

I use nano to edit crontab, and in my example, at 2AM in the morning everyday I reboot my Rasbperry Pi.

C:
0 2 * * * /sbin/shutdown -r

1718776077474.png
 
Top