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
I build uboot myself, and write the uboot to tf card. The uboot can run , but it can't find my nvme ssd . I execute cmd "pci e", it report failed.
"rockchip_pcie pcie@f8000000: failed to get pcie-phy (ret=-19)"
I build uboot myself, and write the uboot to tf card. The uboot can run , but it can't find my nvme ssd . I execute cmd "pci e", it report failed.
"rockchip_pcie pcie@f8000000: failed to get pcie-phy (ret=-19)"
I use other rk3399 config , running cmd "pci e" is ok, and uboot can find my nvme ssd;
I compare dts/dtsi , found in file "uboot-rockchip/arch/arm/dts/rk3399-nanopi4.dtsi" , node "&pcie_phy" is different from others.
I try to modify
to
compile it ,and write it to tf card,
it works , the cmd resule is
so ? why?
The text was updated successfully, but these errors were encountered: