"Zekiu_: Where do you put the dtb..." <- it looks like the dtb is in vendor_boot? if i understand this correctly ``` zekiu@pmos-debian:~$ python3 unpack_bootimg.py --boot_img /mnt/share/vendor_boot.img boot magic: VNDRBOOT vendor boot image header version: 3 page size: 0x00001000 kernel load address: 0x00008000 ramdisk load address: 0x01000000 vendor ramdisk size: 414 vendor command line args: console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xa90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 androidboot.usbcontroller=a600000.dwc3 swiotlb=2048 loop.max_part=7 cgroup.memory=nokmem,nosocket reboot=panic_warm firmware_class.path=/vendor/firmware_mnt/image buildvariant=user kernel tags load address: 0x00000100 product name: vendor boot image header size: 2112 dtb size: 1577905 dtb address: 0x0000000001f00000 ```