You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Eugene,
Thank you for the wonderful project!
We are currently using the Alveo U280 and have successfully booted Linux 6.3 via QDMA and U-Boot. However, after booting, running the "lspci" command does not display any devices. We discovered that the device tree (.dtb) generated from the project lacks PCI bindings. We attempted to add PCI support to the device tree but were unsuccessful.
This is the current dts file:
`/dts-v1/;
Hi Eugene,
Thank you for the wonderful project!
We are currently using the Alveo U280 and have successfully booted Linux 6.3 via QDMA and U-Boot. However, after booting, running the "lspci" command does not display any devices. We discovered that the device tree (.dtb) generated from the project lacks PCI bindings. We attempted to add PCI support to the device tree but were unsuccessful.
This is the current dts file:
`/dts-v1/;
/ {
#address-cells = <0x02>;
#size-cells = <0x02>;
compatible = "freechips,rocketchip-vivado-dev";
model = "freechips,rocketchip-vivado";
};
`
Trying bootup, we got the error below.
Do you have any suggestions? Thanks a lot.
The text was updated successfully, but these errors were encountered: