hey I'm trying to do cyanogenmod 11.0 bringup for tegratab I've spent so much time into this and at last it builds but stops just before making the zip. Here is the error
building image from target_files RECOVERY...
running: mkbootfs -f /tmp/targetfiles-TVpgiO/META/recovery_filesystem_config.txt /tmp/targetfiles-TVpgiO/RECOVERY/RAMDISK
running: minigzip
running: mkbootimg --kernel /tmp/targetfiles-TVpgiO/RECOVERY/kernel --ramdisk /tmp/tmptdNNzh --output /tmp/tmpuf7rgQ
building image from target_files BOOT...
running: mkbootfs -f /tmp/targetfiles-TVpgiO/META/boot_filesystem_config.txt /tmp/targetfiles-TVpgiO/BOOT/RAMDISK
running: minigzip
running: mkbootimg --kernel /tmp/targetfiles-TVpgiO/BOOT/kernel --ramdisk /tmp/tmpcOtv18 --output /tmp/tmpDC9qqe
Traceback (most recent call last):
File "./build/tools/releasetools/ota_from_target_files", line 1132, in <module>
main(sys.argv[1:])
File "./build/tools/releasetools/ota_from_target_files", line 1100, in main
WriteFullOTAPackage(input_zip, output_zip)
File "./build/tools/releasetools/ota_from_target_files", line 548, in WriteFullOTAPackage
common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
File "/hex/bin/kk/build/tools/releasetools/common.py", line 511, in CheckSize
if not fs_type or not limit: return
UnboundLocalError: local variable 'fs_type' referenced before assignment
make: *** [/hex/bin/kk/out/target/product/tegratab/cm_tegratab-ota-7dad725e4c.zip] Error 1
so close but still to far.........
building image from target_files RECOVERY...
running: mkbootfs -f /tmp/targetfiles-TVpgiO/META/recovery_filesystem_config.txt /tmp/targetfiles-TVpgiO/RECOVERY/RAMDISK
running: minigzip
running: mkbootimg --kernel /tmp/targetfiles-TVpgiO/RECOVERY/kernel --ramdisk /tmp/tmptdNNzh --output /tmp/tmpuf7rgQ
building image from target_files BOOT...
running: mkbootfs -f /tmp/targetfiles-TVpgiO/META/boot_filesystem_config.txt /tmp/targetfiles-TVpgiO/BOOT/RAMDISK
running: minigzip
running: mkbootimg --kernel /tmp/targetfiles-TVpgiO/BOOT/kernel --ramdisk /tmp/tmpcOtv18 --output /tmp/tmpDC9qqe
Traceback (most recent call last):
File "./build/tools/releasetools/ota_from_target_files", line 1132, in <module>
main(sys.argv[1:])
File "./build/tools/releasetools/ota_from_target_files", line 1100, in main
WriteFullOTAPackage(input_zip, output_zip)
File "./build/tools/releasetools/ota_from_target_files", line 548, in WriteFullOTAPackage
common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
File "/hex/bin/kk/build/tools/releasetools/common.py", line 511, in CheckSize
if not fs_type or not limit: return
UnboundLocalError: local variable 'fs_type' referenced before assignment
make: *** [/hex/bin/kk/out/target/product/tegratab/cm_tegratab-ota-7dad725e4c.zip] Error 1
so close but still to far.........
Last edited: