cfig / Android_boot_image_editor

Parsing and re-packing Android boot.img/vbmeta.img/payload.bin, supporting Android 15
Apache License 2.0
1.06k stars 234 forks source link

Support for Image.GZ or Image.gz-dtb in boot.img #129

Open Rofikkernel opened 1 year ago

Rofikkernel commented 1 year ago

currently i see, unpacked boot.img extract uncompressed kernel with name "Kernel" but that files did not contain appended dtb files in example mkdtimg support that

mkbootimg --kernel Image.gz-dtb --ramdisk \
out/target/product/pixel3_mainline/ramdisk.img \
--base 0x00000000 --pagesize 4096 \
--cmdline "" --output boot.img 

Can it be used in Android_boot image editor ?

cfig commented 10 months ago

Can you attach example file? And what is the target device? Pixel 3?