Installation on Pi Zero W

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
#2
Hi,

I found an answer to myself for the 2nd method, installing KeexyBox from script.

1. I found buster 32 bit image and installed in the SD card
2. connected to wifi via ssh
3. set APT repository. Yes, this was where I didn't do properly.
To set the APT repository, I used the following script.
sudo su -c "echo 'deb http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
sudo su -c "echo 'deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
Then, sudo apt update (when I skipped this update, I still got errors).

That's it. All went well and finally completed the installation. It took 30 minutes on my Pi Zero.

I couldn't connect the wifi when I Installing KeexyBox by flashing MicroSD method. So, I gave up on this.
Reply
#2
Hi,

I found an answer to myself for the 2nd method, installing KeexyBox from script.

1. I found buster 32 bit image and installed in the SD card
2. connected to wifi via ssh
3. set APT repository. Yes, this was where I didn't do properly.
To set the APT repository, I used the following script.
sudo su -c "echo 'deb http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
sudo su -c "echo 'deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
Then, sudo apt update (when I skipped this update, I still got errors).

That's it. All went well and finally completed the installation. It took 30 minutes on my Pi Zero.

I couldn't connect the wifi when I Installing KeexyBox by flashing MicroSD method. So, I gave up on this.
Reply


Messages In This Thread
Installation on Pi Zero W - by devils13 - 05-19-2022, 12:06 AM
RE: Installation on Pi Zero W - by devils13 - 05-20-2022, 01:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)