Hi All,
Minor issue, but thought I’d flag it. The following fails to copy files over, it only copies the opencpi directory over:
I’ve manually copied the files from the following locations:
WORKDIR /opencpi/cdk/zrf8_48dr/sdcard-xilinx21_1_aarch64
RUN cp /tools/Xilinx/ZynqReleases/2021.1/2021.1-zcu216-release/boot.scr .
RUN cp /tools/Xilinx/ZynqReleases/2021.1/2021.1-zcu216-release/BOOT.BIN .
RUN cp /opencpi/projects/core/rcc/platforms/xilinx21_1_aarch64/gen/release-artifacts/Image .
RUN cp /opencpi/projects/core/rcc/platforms/xilinx21_1_aarch64/gen/release-artifacts/rootfs.cpio.gz.u-boot .
Let me know wherther these are the correct files to copy over!
There’s nothing in the console output to suggest it attempted to copy over these files. (when running with -v 9 option).