allebb / pirrot

A radio repeater controller (supporting both simplex and duplex operation modes) for the RaspberryPi.
https://pirrot.hallinet.com
54 stars 12 forks source link

Kernel panic when used on a pi 1 or pi zero #45

Closed TechCom2020 closed 2 years ago

TechCom2020 commented 2 years ago

Installed the base 32bit Raspberry OS lite, that worked in everything. Kernel panic happens at boot on the pi one and zero if Pirrot is installed using instructions (git install). Tried installing using the pi one, same thing. larger sd card. Same thing. Expand the file system plus all the above, same thing. Install first on pi3, same thing Install first on pi one, same thing. Seems to work in a pi3. Though that's not what I want running it.

allebb commented 2 years ago

Does the kernel panic ONLY HAPPEN when Pirrot is installed though? Or even with the base Raspberian distro installed?

Do you have any other details (regarding the kernel panic) that you can send me?

On Thu, 19 May 2022 at 08:13, TechCom2020 @.***> wrote:

Installed the base 32bit Raspberry OS lite, that worked in everything. Kernel panic happens at boot on the pi one and zero if Pirrot is installed using instructions (git install). Tried installing using the pi one, same thing. larger sd card. Same thing. Expand the file system plus all the above, same thing. Install first on pi3, same thing Install first on pi one, same thing. Seems to work in a pi3. Though that's not what I want running it.

— Reply to this email directly, view it on GitHub https://github.com/allebb/pirrot/issues/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF3NDARH7LN6JKOQEYNM6LVKXS3HANCNFSM5WLF6Y7A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TechCom2020 commented 2 years ago

Base Raspbeian works before anything is installed.

20220519_011034

allebb commented 2 years ago

If you get a chance, please can you try the latest v3.2.0 release (released today) and let me know if this fixes your issue? If you still experience issues I'll do a clean install on my Zero W and see if I can replicate the issue - sorry for the delay on this, I've just been super busy.

TechCom2020 commented 2 years ago

is a 4gb card large enough for this?

allebb commented 2 years ago

Sorry, just seen this reply and although I'm not sure if you're still using Pirrot - a 4GB card is extremely small for a full OS and the dependencies required by Pirrot - I would suggest using atleast a 16GB card if possible.

allebb commented 2 years ago

I can confirm that using the latest dev-3.3.0 build (but will be the same for the current latest-stable branch too) that the RaspberryPi Zero W (with a 16GB SD card) and an adequate power supply, Raspberry Pi OS 11 (bullseye) [32bit - lite] runs Pirrot without any issues (Kernel panics).

I will close this issue as I can confirm that this isn't a Pirrot issue and instead likely caused by one of the following reasons:

1) No enough power - maybe your Micro-USB power supply isn't providing enough power to the device? 2) Your 4GB SD card wasn't big enough/ran out of space which causes the Kernel Panic(?) 3) Maybe you're running the full desktop version and the combination of Pirrot dependencies and the Desktop GUI has used up all the RAM?

Closing this issue as nothing else that I can personally do to fix this for you specifically (as it doesn't appear to be Pirrot related/I cannot reproduce).