You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
dagronlund edited this page Mar 17, 2014
·
10 revisions
When creating a Linux image to run on top of the Zynq chip with PetaLinux (following UG980) a number of things have to be observed:
Follow the PetaLinux tutorials with version 2013.10 rather than 2013.04.
Copy the hardware platform that you created into the Linux image with the PetaLinux tools and create the BSP inside of Linux. If you create the BSP inside of Windows and then try to use it with PetaLinux nothing will work because of cross-platform compatibility problems.
Always run the PetaLinux "settings.sh" script before launching the SDK or it won't be able to find the right variables.
When generating the FSBL, make sure to use a new BSP based on the hardware platform and don't mess with the memory addresses like it says to for MicroBlaze.
Remember to enable the SD card inside of the block diagram in Vivado or else the petalinux build will fail.