diff --git a/kernel_boot/72113-files.zip b/kernel_boot/72113-files.zip new file mode 100644 index 0000000..d039420 Binary files /dev/null and b/kernel_boot/72113-files.zip differ diff --git a/kernel_boot/build_zynqmp_boot_bin.sh b/kernel_boot/build_zynqmp_boot_bin.sh index 13b8807..abe3448 100755 --- a/kernel_boot/build_zynqmp_boot_bin.sh +++ b/kernel_boot/build_zynqmp_boot_bin.sh @@ -101,7 +101,8 @@ tool_version=${tool_version%\ (64-bit)*} # (https://www.xilinx.com/support/answers/71961.html) if [ $tool_version == "v2018.3" ];then ( - wget https://www.xilinx.com/Attachment/72113-files.zip -P $BUILD_DIR +# wget https://www.xilinx.com/Attachment/72113-files.zip -P $BUILD_DIR + cp -P 72113-files.zip $BUILD_DIR unzip $BUILD_DIR/72113-files.zip -d $BUILD_DIR ) fi