Intel EMIF FPGA IP DTS / DTB error.
Hello,
Need help for this DTS/DTB generation error.
We are using this link as the base design:
https://rocketboards.org/foswiki/Projects/A10AVCVPCIeRootPortWithMSI
Then we added the FPGA DDR4 interface, "emif_0". We are having this DTS/DTB generation errors:
> sopc2dts -v -v --input ghrd_10as066n2.sopcinfo --output ghrd_10as066n2.dts --board hps_a10_common_board_info.xml --board ghrd_10as066n2_board_info.xml --bridge-removal all --clocks
Component emif_0 of class altera_emif is unknown
Component emif_0_arch of class altera_emif_arch_nf is unknown
Component emif_0_ecc_core of class altera_emif_ecc is unknown
Component emif_0_col_if of class altera_ip_col_if is unknown
Component emif_0_col_if_colmaster of class alt_mem_if_jtag_master is unknown
Component emif_0_cal_slave_component of class altera_emif_cal_slave_nf is unknown
> dtc -I dts -O dtb -o ghrd_10as066n2.dtb ghrd_10as066n2.dts
ERROR (phandle_references): Reference to non-existent node or label "emif_0_arch"
ERROR: Input tree has errors, aborting (use -f to force output)
Internet search showed instructions for custom IP, but error is from Intel EMIF IP.
Attaching the files that may be needed to check:
ghrd_10as066n2.qsys
subsys_pcie.qsys
ghrd_10as066n2.sopcinfo
ghrd_10as066n2.dts
dts_error.txt // error message log of sopc2dts and dtc commands
Thanks,
--barny