Skip to content

[Doc Bug] Incorrect path for DCP_TARBALL_TO_INGEST in f2/hdk/README.md #706

@jinhyeok0410

Description

@jinhyeok0410

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions