make otapackage fail

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

make otapackage fail

Jump to solution
1,840 Views
xingruizhu
Contributor III

hi supporter

with the command "make otapackage", we build fail.

==========================================================

Install system fs image: out/et1D_em70/target/product/partner/system_sparse.img

out/et1D_em70/target/product/partner/system_sparse.img+out/et1D_em70/target/product/partner/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p maxsize=385389312 blocksize=4224 total=307524476 reserve=3894528

if [ true = true ]; then \

        simg2img out/et1D_em70/target/product/partner/system_sparse.img out/et1D_em70/target/product/partner/system.img; \

        fi

APK certs list: out/et1D_em70/target/product/partner/obj/PACKAGING/apkcerts_intermediates/em70_debug-apkcerts-20150518.txt

# In case value of PACKAGES is empty.

Import includes file: out/et1D_em70/host/linux-x86/obj32/EXECUTABLES/fs_config_intermediates/import_includes

host C: fs_config <= build/tools/fs_config/fs_config.c

Export includes file: build/tools/fs_config/Android.mk -- out/et1D_em70/host/linux-x86/obj32/EXECUTABLES/fs_config_intermediates/export_includes

host Executable: fs_config (out/et1D_em70/host/linux-x86/obj32/EXECUTABLES/fs_config_intermediates/fs_config)

Install: out/et1D_em70/host/linux-x86/bin/fs_config

Package target files: out/et1D_em70/target/product/partner/obj/PACKAGING/target_files_intermediates/em70_debug-target_files-20150518.zip

building image from target_files RECOVERY...

building image from target_files BOOT...

Traceback (most recent call last):

  File "./build/tools/releasetools/make_recovery_patch", line 53, in <module>

    main(sys.argv[1:])

  File "./build/tools/releasetools/make_recovery_patch", line 49, in main

    common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)

  File "/home/adil/em70/imx6lp/build/tools/releasetools/common.py", line 1159, in MakeRecoveryPatch

    td_pair = GetTypeAndDevice("/boot", info_dict)

  File "/home/adil/em70/imx6lp/build/tools/releasetools/common.py", line 1110, in GetTypeAndDevice

    return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device

KeyError: '/boot'

make[1]: *** [out/et1D_em70/target/product/partner/obj/PACKAGING/target_files_intermediates/em70_debug-target_files-20150518.zip] Error 1

make[1]: Leaving directory `/home/adil/em70/imx6lp'

cp: cannot stat `out/et1D_em70/target/product/partner/em70_debug-ota-20150518.zip': No such file or directory

make: *** [otapackage] Error 1

#### make failed to build some targets (01:27:03 (hh:mm:ss)) ####

Labels (5)
0 Kudos
1 Solution
835 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Xingrui Zhu,

Are you still having this issue? Would you please provide more details on theAndroid  BSP version you are using and for which board? Please mention the steps you ran on the Android User’s Guide in order to see where the problem may reside.

View solution in original post

0 Kudos
1 Reply
836 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Xingrui Zhu,

Are you still having this issue? Would you please provide more details on theAndroid  BSP version you are using and for which board? Please mention the steps you ran on the Android User’s Guide in order to see where the problem may reside.

0 Kudos