Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 317 Bytes

split-appended-dtb

Tool to split a kernel image with appended dtbs into separated kernel and dtb files.

# Compile:
   gcc split-appended-dtb.c -o split-appended-dtb

Usage:

./split-appended-dtb Image-dtb


# Output:
   kernel -> standalone kernel image
   dtbdump_*.dtb -> device tree blobs