- Newest
- Most votes
- Most comments
Ok, gave this another try tonight, and this time when I ran ./aws_build_dcp_from_cl.sh -foreground
, I got this hint:
ERROR: [Common 17-1294] Unable to create directory [/home/ec2-user/src/project_data/aws-fpga/hdk/cl/examples/cl_hello_world_vhdl/build/scripts/.Xil/Vivado-5384-ip-10-161-10-222.ap-southeast-2.compute.internal].
This surprised me, so I tried manually doing a mkdir
of this directory and got:
mkdir: cannot create directory ‘/home/ec2-user/src/project_data/aws-fpga/hdk/cl/examples/cl_hello_world_vhdl/build/scripts/.Xil/Vivado-5384-ip-10-161-10-222.ap-southeast-2.compute.internal’: No space left on device
Oh my! So it turns out my /dev/xvdb
EBS storage (used for /home/ec2-user/src/project_data/
where all the examples are) was only 5GB in size and was already pretty full after compiling one example in the past, and then trying to compile this example now.
So looking back, this was my fault for only giving it the default 5GB while preparing my VM. I've managed to manually expand the volume to be 10GB now, but if I had my way again, I'd have initially configured this drive to be 50GB, to give me plenty of leg-room in future.
Anyways, I've run ./aws_build_dcp_from_cl.sh -foreground
again now, and it has worked successfully, so thanks for your assistance along the way and for the reminder to get back to you on this, working fine now :)
Dear customer,
Thank you so much for contacting aws and your interest in F1. I tried to re-create the error you mentioned; but I was able to successfully generate dcp for cl_hello_world_vhdl. Can you please provide the following information 1.) dev-AMI version you used 2.) instance type 3.) also can you please confirm if you pointed $CL_DIR to cl_hello_world_vhdl and also ran hdk_setup.sh
Thanks
Hi there, ok, will try answer your q's below:
- I'm using "ami-0287e77d55c37e9bd" ("FPGA Developer AMI(AL2) - 1.11.0")
- Instance-type = f1.2xlarge
- At the time of the issue, I had made a note of the exact steps I performed, and they included the steps you mentioned. To be specific:
cd $AWS_FPGA_REPO_DIR
source hdk_setup.sh
cd $HDK_DIR/cl/examples/cl_hello_world_vhdl
export CL_DIR=$(pwd)
cd $CL_DIR/build/scripts
./aws_build_dcp_from_cl.sh
Additionally, I was running my EC2 instance within the "ap-southeast-2b" Availability Zone (in-case that was a factor).
Out of curiosity, could I learn what ami, region, az and instance-type you used in order to get it working for you? Perhaps I can incrementally make my setup resemble something more like yours, until I can ascertain which aspect is breaking things for me.
Dear customer, just checking in to see if you need any further help with this issue or if it is resolved. Thanks
Hi there, Sorry, I didn't get a chance to give this a try yet, as my work-focus shifted to other matters, but I am keeping this matter on my radar, and will try this at the next given opportunity and get back to you.
Hi, Thank you so much for the additional information. I was able to successfully generate DCP and AFIs for cl_hello_world_vhdl using FPGA Developer AMI (AL2) versions 1.11.0 and 1.11.3. Just to make sure, are you seeing the error during dcp generation or is it after dcp gen and in the afi generation step?
In addition, can you please try using the latest AL2 dev AMI version 1.11.3 and see if it works.
Thanks
Relevant content
- asked 4 years ago
- asked 4 years ago
- asked 3 years ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
awesome. Thank you so much for debugging this and getting the example running