Skip to content

Detect if DTB is placed in second area of Android boot image

Minecrell requested to merge Minecrell/pmbootstrap:dtb-second into master

pmaports!700 (merged) adds a new "deviceinfo_bootimg_dtb_second" option that places the DTB in the "second" area of the Android boot image.
Attempt to detect this automatically by checking the extracted second binary for the FDT magic (0xd00dfeed).

Merge request reports