¿ªÔÆÌåÓý

Re: Seeking case compatible with Pi 5 + Pimoroni NVMe BASE
I'm hoping to have my pimoroni this week. I 3D printed a case that holds the Pi5 with the pineberry pi bottom "hat" and if it doesn't directly fit, I may be able to modify it. ?Get BlueMail for
By N5XMT · #15589 ·
Re: Seeking case compatible with Pi 5 + Pimoroni NVMe BASE
Hmmm, I might have answered my own question. After looking at a few of the online Pi shops without success, I searched broader and found a couple of 3D cases that should work. This one looks
By Kenneth R. van Wyk · #15588 ·
Seeking case compatible with Pi 5 + Pimoroni NVMe BASE
I plan on adding my Pi 5 to my portable rig. It¡¯s currently caseless, however, as the Pimoroni NVM3 base board doesn¡¯t seem happy in other cases. Anyone know of a case that can accommodate this
By Kenneth R. van Wyk · #15587 ·
Re: RPi Kernel Panic on Bookworm
2019-06-20-raspbian-buster-lite.img, Pi-3, did not "apt update;apt upgrade", the system is 32bit, will investigate what kernel versions live in the repos later. Linux Pi3-2019 4.19.50-v7+ #896 SMP
By Jon Bousselot KK6VLO · #15586 ·
Re: RPi Kernel Panic on Bookworm
When I pick this up again, I'm looking at the 2022-04-04 release of Bullseye, which should have the 5.15.xx kernel.? Buster has a release of 4.19 kernel I'll test also. Describe "works okay" for your
By Jon Bousselot KK6VLO · #15585 ·
Re: RPi Kernel Panic on Bookworm
I know I am jumping in late here, but the AX.25 stuff mostly works on kernel version 4.19, and does ok on 5.15 with some patches.? Version 6 just seems to explode.? I am running my linux/AX.25 on an
By Chris Maness · #15584 ·
Re: Winlink + VARA on Pi 5 tests
The https://github.com/islandmagic/varanny project helps with some stability fyi k
By Kelly K7MHI · #15583 ·
Winlink + VARA on Pi 5 tests
Greetings, I thought I¡¯d share my results thus far here. YMMV, of course, but this is what I¡¯ve found in my testing. Setup Icom IC-7100 with Chameleon EmComm III Base antenna Raspberry Pi 5
By Kenneth R. van Wyk · #15582 ·
Re: RPi Kernel Panic on Bookworm
Used the rpi-update to get onto 6.1.y kernel branch, which is 6.1.74-v8+. The system was up for about 2h 24m.? I connected to the gateway twice and exchanged mail. First I got a kernel message about
By Jon Bousselot KK6VLO · #15581 ·
Re: RPi Kernel Panic on Bookworm
I think I see now.? It makes a backup of /boot/firmware and installs the updated kernel*.img files I'm used to seeing multiple kernels available in the GRUB menu, the RPi doesn't do this.
By Jon Bousselot KK6VLO · #15580 ·
Re: RPi Kernel Panic on Bookworm
Here's the info from the RPI website as to what it
By N5XMT · #15579 ·
Re: RPi Kernel Panic on Bookworm
I did not know this existed.? Tons of warnings, upgrade first, read release notes later.? Thanks for the info! I did this on Pi-3 and it took way less time than custom compile.? Now I have this
By Jon Bousselot KK6VLO · #15578 ·
Re: RPi Kernel Panic on Bookworm
https://github.com/raspberrypi/linux/blob/stable/Makefile The stable branch looks like 5.10.103, which predates the patch. ?If you are compiling from --branch=stable, I'd be careful
By Michael Dunn · #15577 ·
Re: RPi Kernel Panic on Bookworm
This link is into the stable branch; I'll agree that one looks unpatched. ?But if you are compiling the stable branch, you may not end up on 6.1. You should look at what Git actually downloaded.
By Michael Dunn · #15576 ·
Re: RPi Kernel Panic on Bookworm
Have you tried running sudo rpi-update That brings in the latest kernel, not the stable version. ?Get BlueMail for Android ?
By N5XMT · #15575 ·
Re: RPi Kernel Panic on Bookworm
downloaded whatever version this brings? (which looks like it is rpi-6.1.y) git clone --depth=1 https://github.com/raspberrypi/linux It does have the ax25 patch. Downloaded this git clone --depth=1
By Jon Bousselot KK6VLO · #15574 ·
Re: RPi Kernel Panic on Bookworm
If I'm looking at the right thing, the ax25 patches don't appear here, and this stable version is what I think Raspbian is running.? Let me know if you learn otherwise, and where you found
By Jon Bousselot KK6VLO · #15573 ·
Re: RPi Kernel Panic on Bookworm
Hi Jon, Can you share why you think the patches aren't in the Rasp Pi OS kernel? I pulled the raspberrypi.com git repo and diff'ed against the kernel.org source; they came out the same. ?I see the
By Michael Dunn · #15572 ·
Re: RPi Kernel Panic on Bookworm
I'm going down this route, starting on the Pi-1 https://www.raspberrypi.com/documentation/computers/linux_kernel.html git the rpi-6.1.y kernel Verify the patches referenced in this thread exist in
By Jon Bousselot KK6VLO · #15571 ·
Re: RPi Kernel Panic on Bookworm
The bug description sounds more like a disconnect bug David was describing a few weeks ago. ?This doesn't look related to our kernel panic. ?Still I was curious ... I used apt-get source
By Michael Dunn · #15570 ·