Android_boot_image_editor icon indicating copy to clipboard operation
Android_boot_image_editor copied to clipboard

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

Open Rofikkernel opened this issue 2 years ago • 1 comments

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 ?

Rofikkernel avatar Aug 28 '23 10:08 Rofikkernel

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

cfig avatar Jan 08 '24 13:01 cfig