Errors when creating BSP from Zybo hw platform

troythompson wrote on Tuesday, February 23, 2016:

Hey everyone, I’m trying to create a BSP from the base system design for the Zybo. I downloaded the base system design zip folder from digilent and opened the .xpr in vivado and generated a bit stream. I then exported it locally and launched the SDK. I then tried to create a new BSP which referenced the hw platform imported from Vivado. A box popped up asking which support libraries I wanted to include and I selected every box, because why not? The SDK Log then showed the following errors:

09:22:29 ERROR : (XSDB Server)ERROR: [Hsi 55-1545] Problem running tcl command ::sw_xilpm_v1_0::generate : Error: Processor type ps7_cortexa9 is not supported

while executing

“error “Error: Processor type $proctype is not supported\n””
(procedure “::sw_xilpm_v1_0::generate” line 30)
invoked from within
“::sw_xilpm_v1_0::generate xilpm”
ERROR: [Hsi 55-1442] Error(s) while running TCL procedure generate()

09:22:29 ERROR : (XSDB Server)ERROR: [Hsi 55-1450] Error: running generate_bsp.

09:22:29 ERROR : Error generating bsp sources: Failed in generating sources
09:22:29 ERROR : Failed to generate sources for BSP project standalone_bsp_0
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)

Anyone else run into this problem and/or have a solution?

rtel wrote on Tuesday, February 23, 2016:

As this is not a FreeRTOS question I would recommend asking it of Digilent, as the hardware provider, or Xiinx as the tool provider.