Re: Radxa Orion O6

From: Andrew Turner <andrew_at_fubar.geek.nz>
Date: Wed, 29 Jan 2025 16:30:24 UTC

> On 25 Jan 2025, at 23:18, FUKAUMI Naoki <naoki@radxa.com> wrote:
> 
> Hi,
> 
> On 1/23/25 10:01, FUKAUMI Naoki wrote:
>> On 1/23/25 08:02, FUKAUMI Naoki wrote:
>>   :
>>> pcib0: <Generic PCI host controller> on acpi0
>>> pcib0: Bus is cache-coherent
>>> pcib0: ECAM for bus 96-127 at mem 26000000-27ffffff
>>> pcib0: could not allocate memory.
>>> device_attach: pcib0 attach returned 6
>>> pcib0: <Generic PCI host controller> on acpi0
>>> pcib0: Bus is cache-coherent
>>> pcib0: ECAM for bus 48-79 at mem 23000000-24ffffff
>>> pcib0: could not allocate memory.
>>> device_attach: pcib0 attach returned 6
>>> pcib0: <Generic PCI host controller> on acpi0
>>> pcib0: Bus is cache-coherent
>>> pcib0: ECAM for bus 0-31 at mem 20000000-21ffffff
>>> pcib0: could not allocate memory.
>>> device_attach: pcib0 attach returned 6
>> PCIe is not configured in ACPI mode too.
> 
> PCIe is not working yet. Any idea?

I suspect there is a conflict where two devices both try to allocate the same memory resource.

Can you try booting with “debug.rman_debug=1” set from the loader prompt? It will print a lot of logging about different memory and interrupt resources being allocated so you will likely need something to save the output, e.g. reading the serial output under script. It’s will also likely be too much for the list, so you can email it to me directly.

Andrew