You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With newer AOSP environments, the system partition is used as rootfs, and there is no initrd in the boot.img.
Unfortunately abootimg -x seems to fail in this case:
/home/jstultz/noinitrd-boot.img: ramdisk size is null
/home/jstultz/noinitrd-boot.img: not a valid Android Boot Image.
Probably need to adjust the code to not make a null ramdisk size a fatal error.
The text was updated successfully, but these errors were encountered:
With newer AOSP environments, the system partition is used as rootfs, and there is no initrd in the boot.img.
Unfortunately abootimg -x seems to fail in this case:
/home/jstultz/noinitrd-boot.img: ramdisk size is null
/home/jstultz/noinitrd-boot.img: not a valid Android Boot Image.
Probably need to adjust the code to not make a null ramdisk size a fatal error.
The text was updated successfully, but these errors were encountered: