-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fusesoc export xsa file #656
Comments
I think the easiest way is to add some tcl script that does the xsa export. You can add custom tcl files by setting |
In the top-level project, you can create a dedicated target which build xsa (without bitstream):
In this way XSA script will be the last one to execute. The script itself looks as follows:
|
This solution worked. Thansk @garankonic . closing issue. |
I usually build petalinux after generating hardware. right now fusesoc only exports the bitstream which means i need to open up the project later on and export the full xsa. Would we be able to just add the xsa export too.
The text was updated successfully, but these errors were encountered: