- Newest
- Most votes
- Most comments
Based on your experience with the AWS F2 FPGA Developer AMI, it appears you're encountering issues with the build script permissions and functionality. This is a known issue that others have faced when working with the F2 FPGA development environment.
Here are some steps to help resolve your issues:
- First, you correctly identified that the script needs executable permissions:
chmod u+x aws_build_dcp_from_cl.py
-
For the issue with the script not passing arguments, your approach to edit the script to include "$@" is correct.
-
Regarding the DCP file error, this could be related to several factors:
- The build process might be failing before completion
- There might be compatibility issues with the Vivado version
- The environment setup might not be complete
The FPGA Developer AMI comes with pre-installed Vivado tools that are specifically configured for AWS FPGA development. Make sure you're using the version that's included with the AMI rather than installing a different version.
Some users have reported success by:
- Ensuring they've sourced all the necessary setup scripts
- Checking system logs for more detailed error information
- Verifying that the instance has sufficient resources for the build process
If you continue to experience issues, you might want to try launching a fresh instance with the latest FPGA Developer AMI, as AWS periodically updates these with fixes for known issues.
The AWS FPGA team is generally responsive to issues reported on GitHub, so your issue report should help them address this problem in future releases.
Sources
XVC server on AWS F2 instance fails with "Loopback test FAILED" after XVC PCIe driver installation | AWS re:Post
Vivado license issue on FPGA Developer AMI | AWS re:Post
FPGA F2 development issue | AWS re:Post
answered a year ago
Hello DSW,
Thank you for bringing this to our attention. Our team has already begun engaging with you on your original GitHub issue regarding the aws-fpga repository. To ensure we can best assist you and keep all related discussion in one place, we'll continue supporting you there.
answered a year ago
Relevant content
asked a year ago
- AWS OFFICIALUpdated 3 years ago
