¿ªÔÆÌåÓý

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

New install of BAP on Bullseye #bullseye #bap


 
Edited

I have a fresh install of Bullseye from the download link on the BAP Github page. I did updates after install.

I copied the script below into a terminal window and ran it as sudo. It goes as far as asking for my call letters and then quits. There is no BAP in the menu of the pi. I rebooted and still no BAP in the menu.?

The command does create /home/pi/pi-build with contents but there are several error messages.?

./build-a-pi: line 144: /home/pi/pi-build/intro.txt: Permission denied
./build-a-pi: line 157: /home/pi/pi-build/intro.txt: No such file or directory
rm: cannot remove '/home/pi/pi-build/intro.txt': No such file or directory
./build-a-pi: line 211: /home/pi/pi-build/config: Permission denied
./build-a-pi: line 216: /home/pi/pi-build/base.txt: Permission denied

I have repeated this sequence several times with the same outcome. ?

I have also gone into the /home/pi/pi-build directory and run ./build-a-pi ?to the same effect. That is the last part of the script below. It asks for call letters and then quits.

Any suggestions?
Jim


git clone https://github.com/km4ack/pi-build.git \
  $HOME/pi-build && bash $HOME/pi-build/build-a-pi


wayne king
 

I'm also having issues, not with BAP but with Bullseye, it loads fine then does PI updates and crashes, tried several times with
different sd cards. Anyone else having issues?

? Wayne VE1NR

On Fri, Dec 24, 2021 at 4:06 PM Jim Brown <jwbrown@...> wrote:

[Edited Message Follows]

I have a fresh install of Bullseye from the download link on the BAP Github page. I did updates after install.

I copied the script below into a terminal window and ran it as sudo. It goes as far as asking for my call letters and then quits. There is no BAP in the menu of the pi. I rebooted and still no BAP in the menu.?

The command does create /home/pi/pi-build with contents but there are several error messages.?

./build-a-pi: line 144: /home/pi/pi-build/intro.txt: Permission denied
./build-a-pi: line 157: /home/pi/pi-build/intro.txt: No such file or directory
rm: cannot remove '/home/pi/pi-build/intro.txt': No such file or directory
./build-a-pi: line 211: /home/pi/pi-build/config: Permission denied
./build-a-pi: line 216: /home/pi/pi-build/base.txt: Permission denied

I have repeated this sequence several times with the same outcome. ?

I have also gone into the /home/pi/pi-build directory and run ./build-a-pi ?to the same effect. That is the last part of the script below. It asks for call letters and then quits.

Any suggestions?
Jim


git clone  \
  $HOME/pi-build && bash $HOME/pi-build/build-a-pi


 

I think I have found my problem.

I originally ran the script with sudo.

I removed the folder with a rm -r, made sure I was in my home directory with a cd ~ and reran the script. It is now giving me the list of apps to install.

Jim


 

Thanks for giving this information. I would have thought we needed to use the sudo command.
I do not understand the? code as of yet, but do read all the post, and trying to learn.
Thanks
--
Ronnie


wayne king
 

Jim,
? Do you have a link for the bullseye link from Github

On Sat, Dec 25, 2021 at 7:14 AM wayne king via <ve1dxc=[email protected]> wrote:
I'm also having issues, not with BAP but with Bullseye, it loads fine then does PI updates and crashes, tried several times with
different sd cards. Anyone else having issues?

? Wayne VE1NR

On Fri, Dec 24, 2021 at 4:06 PM Jim Brown <jwbrown@...> wrote:

[Edited Message Follows]

I have a fresh install of Bullseye from the download link on the BAP Github page. I did updates after install.

I copied the script below into a terminal window and ran it as sudo. It goes as far as asking for my call letters and then quits. There is no BAP in the menu of the pi. I rebooted and still no BAP in the menu.?

The command does create /home/pi/pi-build with contents but there are several error messages.?

./build-a-pi: line 144: /home/pi/pi-build/intro.txt: Permission denied
./build-a-pi: line 157: /home/pi/pi-build/intro.txt: No such file or directory
rm: cannot remove '/home/pi/pi-build/intro.txt': No such file or directory
./build-a-pi: line 211: /home/pi/pi-build/config: Permission denied
./build-a-pi: line 216: /home/pi/pi-build/base.txt: Permission denied

I have repeated this sequence several times with the same outcome. ?

I have also gone into the /home/pi/pi-build directory and run ./build-a-pi ?to the same effect. That is the last part of the script below. It asks for call letters and then quits.

Any suggestions?
Jim


git clone  \
  $HOME/pi-build && bash $HOME/pi-build/build-a-pi


 

No need to run BAP with sudo. The code will call sudo when it needs it.

Bullseye and Buster use the same link. BAP will look at which OS you have installed and run the appropriate code.

--
73, de KM4ACK
|
|


 
Edited

I also have a fresh install of Bullseye for the Raspberry PI and I got exactly the same errors when running the following install commands:?

?git clone https://github.com/km4ack/pi-build.git \
? $HOME/pi-build && bash $HOME/pi-build/build-a-pi

However, I got it to work with the following:

  • Create a pi-build folder in my home directory
  • cd into the pi-build folder
  • git clone
  • type ./build-a-pi and press enter


Steve. M7FTW