On Fri, Jun 05, 2026 at 10:30:01AM +0200, Diederik de Haas wrote: > Thanks a lot for your input :-) > > It is VERY likely my bisect operation was done only wrt RK3328.
I haven't found any commit (by trying some random ones for the past couple of years) that built. Of course I suspect it is the linker not aggreeing with something in the ld.S script, but I have no experience with those. It looks like it isn't placing .text in the location the ld.S has *(.text*), but rather defaults to putting it at 0 which is where the reserved area is placed too for the isr_vectors. -- Len Sorensen

