Skip to content

Tools to pack/unpack ZenFone boot (recovery) images

Notifications You must be signed in to change notification settings

zenfones/ZenFone-boot-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenFone boot tools

Fork from https://github.com/sndnvaps/intel-boot-tools

Tools to pack/unpack ZenFone 5/6 boot images

Build

  • run make to build tools: pack_intel & unpack_intel

Usage

To build boot.img (or recovery.img) from custom kernel (bzImage) and initrd (ramdisk.cpio.gz), use original boot.img (or recovery.img) as input:

$ pack_intel boot.img bzImage ramdisk.cpio.gz new_boot.img

To extract kernel (bzImage) and initrd (ramdisk.cpio.gz) from boot.img (or recovery.img):

$ unpack_intel boot.img bzImage ramdisk.cpio.gz

How to get original boot.img

For ZenFone 5

For ZenFone 6

How to get original recovery.img

Please refer to: http://23pin.logdown.com/posts/222680-build-zenfone-recovery-image-from-bootimg

About

Tools to pack/unpack ZenFone boot (recovery) images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published