AaronNGray Posted November 16, 2022 Posted November 16, 2022 (edited) I am trying to build an old debian stretch image for checking my BananaPi M3 boards. I had it and Jessie running fine for years, but buster is causing issues with soft boot and reboots failing. So wanted to check the boards integrity with stretch. I have tried git checkout -b v20.02 remotes/origin/v20.02 which I thought was around the right time but I am just getting Buster being offered. I am using Ububtu Jammy for building. Edited November 16, 2022 by AaronNGray 0 Quote
Werner Posted November 16, 2022 Posted November 16, 2022 Then you have to go farther in the past. However there is no guarantee that checking out an old tag will actually compile since this cannot revert upstream changes as well. 0 Quote
AaronNGray Posted November 16, 2022 Author Posted November 16, 2022 Also its complaining about the build os 0 Quote
AaronNGray Posted November 16, 2022 Author Posted November 16, 2022 I have gone back futher and it still only offers buster. 0 Quote
Werner Posted November 16, 2022 Posted November 16, 2022 1 hour ago, AaronNGray said: Also its complaining about the build os Reasonable. Back then Xenial, Bionic and Focal were the only supported build environment while today it is Jammy. 0 Quote
going Posted November 16, 2022 Posted November 16, 2022 If you want to check the operation of the device, boot it from the memory card and check the file system on the soldered chip with the standard fsck utility. That's enough. But I think the reboot problem for bananapiM3 is related to the firmware of the controller and its interaction with the kernel. It's not related to the operating system at all. I have this device and I confirm the problem. 0 Quote
AaronNGray Posted November 19, 2022 Author Posted November 19, 2022 I have had Jessie, and Stretch running fine since 2016 without a single glitch, with years of uptime, and multiple remote ssh reboots. I updated to Buster, thats seemed to be okay. Only on upating to Bullseye did I get issues. I have found my old origiinal Jessie image so am going to check the device with that. Yes it could be a kernel issue. 0 Quote
AaronNGray Posted November 19, 2022 Author Posted November 19, 2022 I am wondering if I can build buster or bullseye with an older kernel ? 0 Quote
Werner Posted November 19, 2022 Posted November 19, 2022 As said there is no easy way to do that. If the given configs (legacy, current, edge) do not work for you the procedure to get a chance for an older kernel are mentioned above. You could use git blame in the file where the sources versions are specified to know when it changed to the version you prefer so less poking in the dark. 0 Quote
AaronNGray Posted November 20, 2022 Author Posted November 20, 2022 I have actually found a copy of an old original Jessie image updated to Buster that works fine. So I need a Buster image possibly with an older kernel. I am installing Ubuntu Jammy on my older i5 machine, as Hyper-V Ubuntu Jammy is just too slow to do multiple kernel builds. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.