Hello! Look at us here again! hiaihahia
Next I updated my Raspberry 5 to version
Linux Pi-Nas 6.6.21-v8-16k+ #1743 SMP PREEMPT Thu Mar 14 11:40:50 GMT 2024 aarch64 GNU/Linux
The problem of not recognizing the HDs has returned
That recommendation to change bcm2712-rpi-5-b.dtb also doesn't work because the values have changed
Before, that was the solution.
now it'sI changed <0x2c> to <0x66> and it didn't work
Is anyone else having the same problem?
Does anyone know the solution?
Thank you very much in advance
Next I updated my Raspberry 5 to version
Linux Pi-Nas 6.6.21-v8-16k+ #1743 SMP PREEMPT Thu Mar 14 11:40:50 GMT 2024 aarch64 GNU/Linux
The problem of not recognizing the HDs has returned
That recommendation to change bcm2712-rpi-5-b.dtb also doesn't work because the values have changed
Code:
pcie@100000 { compatible = "brcm,bcm2712-pcie"; reg = <0x10 0x100000 0x00 0x9310>; device_type = "pci"; max-link-speed = <0x02>; #address-cells = <0x03>; #interrupt-cells = <0x01>; #size-cells = <0x02>; interrupt-parent = <0x01>; interrupts = <0x00 0xd5 0x04 0x00 0xd6 0x04>; interrupt-names = "pcie\0msi"; interrupt-map-mask = <0x00 0x00 0x00 0x07>; interrupt-map = <0x00 0x00 0x00 0x01 0x01 0x00 0xd1 0x04 0x00 0x00 0x00 0x02 0x01 0x00 0xd2 0x04 0x00 0x00 0x00 0x03 0x01 0x00 0xd3 0x04 0x00 0x00 0x00 0x04 0x01 0x00 0xd4 0x04>; resets = <0x29 0x05 0x29 0x2a 0x2a>; reset-names = "swinit\0bridge\0rescal"; msi-controller; msi-parent = <0x2b>; ranges = <0x2000000 0x00 0x00 0x17 0x00 0x00 0xfffffffc 0x43000000 0x04 0x00 0x14 0x00 0x03 0x00>; dma-ranges = <0x43000000 0x10 0x00 0x00 0x00 0x10 0x00>; status = "disabled"; phandle = <0x2b>; }; pcie@110000 { compatible = "brcm,bcm2712-pcie"; reg = <0x10 0x110000 0x00 0x9310>; device_type = "pci"; max-link-speed = <0x02>; #address-cells = <0x03>; #interrupt-cells = <0x01>; #size-cells = <0x02>; interrupt-parent = <0x01>; interrupts = <0x00 0xdf 0x04 0x00 0xe0 0x04>; interrupt-names = "pcie\0msi"; interrupt-map-mask = <0x00 0x00 0x00 0x07>; interrupt-map = <0x00 0x00 0x00 0x01 0x01 0x00 0xdb 0x04 0x00 0x00 0x00 0x02 0x01 0x00 0xdc 0x04 0x00 0x00 0x00 0x03 0x01 0x00 0xdd 0x04 0x00 0x00 0x00 0x04 0x01 0x00 0xde 0x04>; resets = <0x29 0x07 0x29 0x2b 0x2a>; reset-names = "swinit\0bridge\0rescal"; msi-controller; msi-parent = <0x2c>; ranges = <0x2000000 0x00 0x00 0x1b 0x00 0x00 0xfffffffc 0x43000000 0x04 0x00 0x18 0x00 0x03 0x00>; dma-ranges = <0x3000000 0x10 0x00 0x00 0x00 0x10 0x00>; brcm,enable-l1ss; status = "disabled"; phandle = <0x67>; }; reset-controller@119500 { compatible = "brcm,bcm7216-pcie-sata-rescal"; reg = <0x10 0x119500 0x00 0x10>; #reset-cells = <0x00>; phandle = <0x2a>; };
Code:
# Change the line: msi-parent = <0x2f>; (under `pcie@110000`)# To: msi-parent = <0x66>;# Then save the file.
Code:
# msi-parent = <0x2c>;
Is anyone else having the same problem?
Does anyone know the solution?
Thank you very much in advance
Statistics: Posted by ezaul — Fri Mar 15, 2024 10:06 pm