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
The current line:
export DCP_TARBALL_TO_INGEST='<$CL_DIR/build/checkpoints/to_aws/YYYY_MM_DD-HHMMSS.Developer_CL.tar>'
doesn’t seem to reflect the actual path on the FPGA Development AMI (Ubuntu).
Based on my test, the to_aws directory is not present, so the correct path should be:
export DCP_TARBALL_TO_INGEST='<$CL_DIR/build/checkpoints/YYYY_MM_DD-HHMMSS.Developer_CL.tar>'
Hope this helps improve the setup experience for other users!
The text was updated successfully, but these errors were encountered:
Hi @jinhyeok0410. Echoing my teammate's sentiment for reporting the issue. If you'd like, please feel free to open a Pull Request with the fix, so that you can take some credit for the change. Otherwise, we will fix the issue in a future release.
I’d like to report a small issue I found while testing Step 6 in the following README:
https://github.com/aws/aws-fpga/blob/f2/hdk/README.md
The current line:
export DCP_TARBALL_TO_INGEST='<$CL_DIR/build/checkpoints/to_aws/YYYY_MM_DD-HHMMSS.Developer_CL.tar>'
doesn’t seem to reflect the actual path on the FPGA Development AMI (Ubuntu).
Based on my test, the to_aws directory is not present, so the correct path should be:
export DCP_TARBALL_TO_INGEST='<$CL_DIR/build/checkpoints/YYYY_MM_DD-HHMMSS.Developer_CL.tar>'
Hope this helps improve the setup experience for other users!
The text was updated successfully, but these errors were encountered: