Skip to content

Latest commit

 

History

History

bootinfo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Android Things/BootInfo

Output example

An utility for parsing the header section of Android boot images.

Building

Run the following command in the current directory:

./build.sh

Usage

./bootinfo <boot.img> <boot header version>
./bootinfo-textonly <boot.img> <boot header version>

Supported header versions: v0, v1, v2.

Useful Links