Skip to content
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

Create_Runtime_AMI.md is broken #418

Closed
vitesse-ftian opened this issue Aug 18, 2018 · 3 comments
Closed

Create_Runtime_AMI.md is broken #418

vitesse-ftian opened this issue Aug 18, 2018 · 3 comments

Comments

@vitesse-ftian
Copy link

Any issues related to HDK or SDK should be filed on FPGA development Forum.

The AWS FPGA Development User Forum is the first place to go to post questions, suggestions and important announcements.

Section 2, Copy required Xilinx SDAccel Runtime Libraries to the Instance and Reboot your Runtime Instance.

The instruction is broken, first, it should be $XILINX_SDX, not $XIILNX_SDX. Second, those binary files to be copied have be moved around in the newest developer AMI.

Maybe just ask people to copy the rte.dyn directory?

@vitesse-ftian
Copy link
Author

On ubuntu, I have to do the following in addition to the instruction,

  1. XILINX_SDX directory must be named as 2017.4.XXX, because the sdaccel_setup.sh uses first 6 char as release version,
  2. Must copy lib/lnx64.0/Ubuntu directory as well.

After these steps seems the ubuntu f1 instance is working. I can run helloworld.

@AWScsaralay
Copy link
Contributor

Hello,

Thank you for bringing this to our notice. The paths have changed in the 2017.4. We will update our documentation.

Thanks,
AWSChakra

@AWSaalluri
Copy link
Contributor

This has been fixed in Developer Kit release 1.4.6. Instruction should work for both 2017.4 & 2018.3.

https://github.com/aws/aws-fpga/blob/master/SDAccel/docs/Create_Runtime_AMI.md

Thanks,
AWSaalluri

kyyalama2 pushed a commit that referenced this issue May 24, 2022
* * adds checks to loadXclBin() before skipping the load. Additional conditions: 1) (xclbin_id from sysfs != xclbin_id from xclbin), 2) (xclbin not loaded).

* Update shim.cpp

Moved around some lines for better diff in the pull request.

* forgot to commit the changes in shim.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants