patchrom icon indicating copy to clipboard operation
patchrom copied to clipboard

KeyError: '/boot'

Open brian-zou opened this issue 12 years ago • 2 comments

Build full ota package: /home/dazhe/yuan/out/fullota.zip unzipping target target-files... using device-specific extensions in . using prebuilt boot.img... Traceback (most recent call last): File "/home/dazhe/tools/releasetools/ota_from_target_files", line 890, in main(sys.argv[1:]) File "/home/dazhe/tools/releasetools/ota_from_target_files", line 858, in main WriteFullOTAPackage(input_zip, output_zip) File "/home/dazhe/tools/releasetools/ota_from_target_files", line 438, in WriteFullOTAPackage common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict) File "/home/dazhe/tools/releasetools/common.py", line 391, in CheckSize p = info_dict["fstab"][mount_point] KeyError: '/boot'

brian-zou avatar Aug 30 '13 14:08 brian-zou

in your recovery.fstab in metadata folder check /boot value, there's something wrong with that

programmerlapar avatar Dec 07 '13 10:12 programmerlapar

I am having same error, is there any solution ??

deepsidhu1313 avatar May 27 '16 15:05 deepsidhu1313