Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 536 Bytes

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