desperex Posted December 26, 2022 Posted December 26, 2022 (edited) 34 minutes ago, koftikes said: @desperex Hello, actually I fixed issue. I need additional testing for provide a path to armbian branch So I see you found the same solution, but the other way around=) The simplest patch would be another overlay, so you can optionally switch this on if you have issues with pcie device: /linux-source-rockchip64/arch/arm64/boot/dts/rockchip/overlay/rockchip-rk3399-bus-scan-delay.dts /dts-v1/; /plugin/; / { compatible = "rockchip,rk3399"; fragment@0 { target = <&pcie0>; __overlay__ { bus-scan-delay-ms = <1000>; }; }; }; Edited December 26, 2022 by desperex 0 Quote
koftikes Posted December 26, 2022 Author Posted December 26, 2022 Только что, desperex сказал: So I see you found the same solution, but the other way around=) Yes almost In your solution mess in rk3399-rock-pi-4.dtsi still exist, and I think it's not good for system stable work. Also I try different variants with/without vpcie0v9-supply, vpcie1v8-supply but I got different errors or not soft reboot with this two parameters... So yes, we were digging in the right direction ))) 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.