Hello everyone
I have ISE 14.7 on windows 7 machine. I am working with 7z020 zedboard .
I want to send/receive data with SPI through EMIO.
I already activated spidev in kernal Image (uImage).
Now I want to make FSBL for my project and for FSBL i need BSP
I find the following link for BSP Os as linux
http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html
Then I downloaded the Xilinx_SDK_2015.3_0929_1_Win64.exe file
select addition tool to install
XSDK
and then I export my design to the sdk_2015.3. when I generate my BSP for linux then it gives me following error
failed to generate sources for BSP project petalinux_bsp_0
Reason: Internal error occured while generating BSP sources. Please check the SDK log view for further details.
How can I solve this problem
thanks