Доброго времени суток!
Пробую сгенерировать devicetree по инструкциям, которые написаны на сайте и получаю ошибку, что не может найти xparameters.h. Ладно бы среда давала полный путь до файла, где он ищется, тогда можно было бы догадаться, что пошло не так, а тут такие логи, что без бубна не разобраться. Ребят, кто сталкивался, что делать-то с этим?
17:18:35 ERROR : (XSDB Server)ERROR: [Hsi 55-1395] axi_dma is not Valid Driver for axi_dma_0
17:18:35 ERROR : (SwPlatform) Failed to call setDriver
Reason: ERROR: [Common 17-39] 'set_property' failed due to earlier errors.
17:18:43 ERROR : (XSDB Server)ERROR: [Hsi 55-1545] Problem running tcl command ::sw_axidma_v9_0::generate : couldn't open "../../include/xparameters.h": no such file or directory
while executing
"open $filename a"
(procedure "::hsi::utils::open_include_file" line 3)
invoked from within
"::hsi::utils::open_include_file $file_name"
(procedure "::hsi::utils::define_include_file" line 4)
invoked from within
"::hsi::utils::define_include_file $drv_handle "xparameters.h" "XAxiDma" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR" "C_SG_INCLUDE_STSCNTRL_S..."
(procedure "::sw_axidma_v9_0::generate" line 2)
invoked from within
"::sw_axidma_v9_0::generate axi_dma_0"
17:18:43 ERROR : (XSDB Server)ERROR: [Hsi 55-1442] Error(s) while running TCL procedure generate()
17:18:43 ERROR : (XSDB Server)ERROR: [Hsi 55-1450] Error: running generate_bsp.
17:18:43 ERROR : Error generating bsp sources: Failed in generating sources
17:18:43 ERROR : Failed to regenerate sources for BSP project device_tree_bsp
org.eclipse.core.runtime.CoreException: Internal error occurred while generating bsp sources. Please check the SDK Log view for further details.
at com.xilinx.sdk.sw.ui.handlers.RegenBspSourcesHandler.internalGenerateBsp(RegenBspSourcesHandler.java:178)
at com.xilinx.sdk.sw.ui.handlers.RegenBspSourcesHandler.access$2(RegenBspSourcesHandler.java:163)
at com.xilinx.sdk.sw.ui.handlers.RegenBspSourcesHandler$1$1.run(RegenBspSourcesHandler.java:131)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345)
at com.xilinx.sdk.sw.ui.handlers.RegenBspSourcesHandler$1.run(RegenBspSourcesHandler.java:135)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)