Sometimes the build script seems to be case sensitive
authorstrongtz <strongtz@yeah.net>
星期五, 29 May 2020 08:41:26 +0000 (16:41 +0800)
committerstrongtz <strongtz@yeah.net>
星期五, 29 May 2020 08:41:26 +0000 (16:41 +0800)
build_dipper.sh
build_polaris.sh

index cbd6b7ca91be5b19ce8aaa1a8295c835d400176b..9a5b3d2701e5a3e73a617217fa9f053c28774c21 100644 (file)
@@ -7,7 +7,7 @@ set -e
 . firstrun_common.sh
 # not actually GCC5; it's GCC7 on Ubuntu 18.04.
 GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -s -n 0 -a AARCH64 -t GCC5 -p sdm845Pkg/dipper.dsc
-gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/sdm845PKG_UEFI.fd >uefi_img
+gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/SDM845PKG_UEFI.fd >uefi_img
 cat ./device_specific/dipper.dtb >>uefi_img
 abootimg --create boot_dipper.img -k uefi_img -r ramdisk -f bootimg.cfg
 rm -rf ./uefi_img
index 5391ff220c74fe51bffde06c021e230bba37fc97..d379982f7b4e85003baad70339e34e568a5cb792 100644 (file)
@@ -7,7 +7,7 @@ set -e
 . firstrun_common.sh
 # not actually GCC5; it's GCC7 on Ubuntu 18.04.
 GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -s -n 0 -a AARCH64 -t GCC5 -p sdm845Pkg/polaris.dsc
-gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/sdm845PKG_UEFI.fd >uefi_img
+gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/SDM845PKG_UEFI.fd >uefi_img
 cat ./device_specific/polaris.dtb >>uefi_img
 abootimg --create boot_polaris.img -k uefi_img -r ramdisk -f bootimg.cfg
 rm -rf ./uefi_img