Hi,
I have run the below commands:
$ ./imx-make.sh bootloader kernel -j4
$ make otapackage -j4 IMX_OTA_POSTINSTALL=1
for the make otapackage -j4 IMX_OTA_POSTINSTALL=1 command I am getting the error:
[100% 1/1] analyzing Android.bp files and generating ninja file at out/soong/build.dart_mx8mp.ninja
Warning: Module 'androidx.wear_wear' depends on non-existing optional_uses_libs 'wear-sdk'
Warning: Module 'androidx.wear.compose_compose-foundation' depends on non-existing optional_uses_libs 'wear-sdk'
Environment variable IMX_OTA_POSTINSTALL was set, regenerating...
Environment variable IMX_OTA_POSTINSTALL was set, regenerating...
[ 9% 8/87] including build/make/target/board/Android.mk ...
FAILED: ninja: 'out/target/product/dart_mx8mp/obj/UBOOT_COLLECTION/spl-imx8mp-trusty-dual.bin', needed by 'out/target/product/dart_mx8mp/vendor/etc/bootloader0.img', missing and no known rule to make it
06:32:07 ninja failed with: exit status 1
#### failed to build some targets (08:16 (mm:ss)) ####
I have attached the build logs for the ./imx-make.sh bootloader kernel -j4 command