Hi Reimar, > On Jul 6, 2024, at 5:45 PM, Reimar Döffinger <reimar.doeffin...@gmx.de> wrote: > >> Could you verify that this change actually fixes the problem? This would >> save me some work. > > I checked the kernel source, the error message is under a if (PHYSICAL_START > > 0), so that I am quite certain is the issue. > Actually testing means compiling the kernel, which will take quite some while.
You should cross-compile the test kernel, of course. I‘m not expecting you to build the kernel on your 32-bit PowerPC machine, that would take ages. You can download a cross-toolchain from here: > https://mirrors.edge.kernel.org/pub/tools/crosstool/ Adrian