AmigaOne X1000 platform specific issues related to Linux only.
Hypex
Beta Tester
Posts: 912 Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.
Post
by Hypex » Mon Sep 23, 2024 6:14 pm
Oh no.
Code: Select all
(base) damien@damien-Lenovo-V130-15IKB ~/Development/AmigaOne/X1000/kernel-SLE15-SP5 $ time make -j16 CROSS_COMPILE=powerpc-linux-gnu- ARCH=powerpc
...
BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1217: vmlinux] Error 1
real 42m7.921s
user 287m11.334s
sys 21m4.468s
Almost 45 minutes? The 3,10 A1/XE kernel only takes 15. Be over 45 now I've got over that error.
musa
Posts: 873 Joined: Tue Aug 23, 2011 8:58 pm
Post
by musa » Mon Sep 23, 2024 7:05 pm
Hi
Debian 32 ppc trixie/sid boot on vmlinux-6.12_alfa4
Have a nice day
AmigaX1000
xeno74
Posts: 10710 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Mon Sep 23, 2024 7:14 pm
Hypex wrote: Mon Sep 23, 2024 6:14 pm
real 42m7.921s
A lot of time.
@All
I told the DRM developers, that the Radeon DRM driver doesn't work anymore. No response so far. Link:
Kernel doesn't boot after DRM updates (drm-next-2024-09-19)
I will try to figure out, where the issue is in the
latest DRM updates .
Attempt:
Code: Select all
cp -R linux-6.11/arch/powerpc/kernel/nvram_64.c a/arch/powerpc/kernel/nvram_64.c
cp -R linux-6.11/fs/pstore/platform.c a/fs/pstore/platform.c
xeno74
Posts: 10710 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Mon Sep 23, 2024 7:15 pm
musa wrote: Mon Sep 23, 2024 7:05 pm
Hi
Debian 32 ppc trixie/sid boot on vmlinux-6.12_alfa4
Have a nice day
Thank you very much for testing!
Hypex
Beta Tester
Posts: 912 Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.
Post
by Hypex » Tue Sep 24, 2024 7:13 am
xeno74 wrote: Mon Sep 23, 2024 7:14 pm
A lot of time.
It looks like it. It's on my Lenovo i5-8250U laptop with only 12GB RAM. Gone are the days when my X1000 could compile a Linux kernel in an hour or two.
So tested the last 6.11 as stable. Tested 6.12 alpha 1 and 2 as working. Will test next alphas.
xeno74
Posts: 10710 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Wed Sep 25, 2024 9:34 pm
OK, the alpha5 boots and works with a VirtIO GPU:
But does it work with a Radeon graphics card?
xeno74
Posts: 10710 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Thu Sep 26, 2024 6:41 pm
FYI because of the Radeon DRM issue:
Alex wrote:
Can you attach your dmesg output? There was a regression in the dma subsystem what was fixed by this commit:
commit b348b6d17fd1d5d89b86db602f02be
a54a754bd8
Author: Leon Romanovsky <
[email protected] >
Date: Sun Sep 22 21:09:48 2024 +0300
dma-mapping: report unlimited DMA addressing in IOMMU DMA path
Alex
musa
Posts: 873 Joined: Tue Aug 23, 2011 8:58 pm
Post
by musa » Thu Sep 26, 2024 7:30 pm
Hi
Debian 64 ppc trixie/sid running with vmlinux-6.12_a5
Have a nice day
AmigaX1000
xeno74
Posts: 10710 Joined: Fri Mar 23, 2012 7:58 am
Contact:
Post
by xeno74 » Thu Sep 26, 2024 9:08 pm
musa wrote: Thu Sep 26, 2024 7:30 pm
Hi
Debian 64 ppc trixie/sid running with vmlinux-6.12_a5
Have a nice day
Thanks goodness it works. It seems, the Radeon DRM driver works again.
Many thanks for testing!
Have a nice day too.