¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

BAP 3.0.6 to 3.0.7 Update Error #bap


 

I was updating a Pi 3B+ from BAP 3.0.6 to 3.0.7 and I encountered an error. I believe the BAP update did not load correctly. Has anyone run into this??

I rebooted the Pi and selected "Build-a-Pi" and noted the thumbnail for BAP was no longer there (see the attached jpg). The thumbnail for "Conky-Prefs" is not there either. When clicking on "Build-a-Pi" i get an error message (see the attached jpg).

Any ideas on how to fix this?

Thanks,
Fred/N7PN


 

I suspect something happened during the update and it couldn't download the latest version. To confirm, in a terminal run:
cd
ls
Now look for "pi-build" in blue. If you don't see it run:
git clone https://github.com/km4ack/pi-build.git
chmod +x ~/pi-build/conky/setconky
and you should be back on track :-)
--
73, de KM4ACK
|
|


 

Jason,

I ran the commands?as you said. "Pi-build" was missing. Once I completed the east?of the commands. everything was back in order.?

Thanks for sharing your work with all of us. What a tremendous gift!

73,
Fred/N7PN

On Tue, Apr 13, 2021 at 4:18 AM km4ack <jason.oleham@...> wrote:
I suspect something happened during the update and it couldn't download the latest version. To confirm, in a terminal run:
cd
ls
Now look for "pi-build" in blue. If you don't see it run:
git clone
chmod +x ~/pi-build/conky/setconky
and you should be back on track :-)
--
73, de KM4ACK
|
|