Forum Discussion
MM-ATH
Occasional Contributor
1 year agoAGILEX5 - HPS-first - timeout waiting for RECONFIG_COMPLETED
Hello, I am using HPS-first boot scheme on AGILEX5 AXE5-Eagle dev board. I have suddenly problem with writing FPGA (fpga_core.rbf) from running linux. Before it worked as expected, but now I am gett...
tehjingy_Altera
Regular Contributor
1 year agoHi
Sorry for the late reponse.
Jeetesh is OOO and I will be helping out with the case.
Could you try the overlay file changes below:
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target-path = "/soc/base_fpga_region";
#address-cells = <2>;
#size-cells = <2>;
__overlay__ {
#address-cells = <2>;
#size-cells = <2>;
firmware-name = "fpga_core.rbf";
config-complete-timeout-us = <30000000>;
};
Regards
Jingyang, Teh
};
};