I have experimented with zc702, and have got a new microzed board.
But I do not find any bsp as that if the case with zc702.
I could only find prebuild images.
Please help me in getting started with petalinux on this board
I have experimented with zc702, and have got a new microzed board.
But I do not find any bsp as that if the case with zc702.
I could only find prebuild images.
Please help me in getting started with petalinux on this board
I have never seen another .bsp file. Anywhere. Ever. The general answer is to generate a bsp project yourself. My precise answer is specific to petalinux 2013.4 and it is as follows:
1. Get a hardware project in the sdk.(notice the hand waving here. good luck, not my area)
2. in the SDK->Xilinx Tools->Repositories add the edk_repository in $PETALINUX/hardware/edk_repository.
3. create a new BSP project and make it a petalinux project(as opposed to standalone). If you only have a standalone option, go back to step 2 until you have a petalinux option.
4. when the petalinux project builds, in the terminal, do 'cd $PETALINUX && petalinux-copy-autoconfig $PATH_TO_PETA_BSP_SDK_PROJECT/'. It should update petalinux with the new platform.
But I do not find any bsp as that if the case with zc702.
I could only find prebuild images.
Please help me in getting started with petalinux on this board
The PetaLinux Board Support Packages for the MicroZed are available for download here:
http://zedboard.org/support/design/1519/10
-Gary