Posts by Szymon_Zy

    Thank you for reminding me about this! The source code for these files is here, that makes my work much easier: Amlogic_s905/dtb_file at master · 150balbes/Amlogic_s905 · GitHub

    Yes but only if you have original Android firmware on internal storage, otherwise dtb might be incorrect. You can execute dd if=/dev/dtb | gzip > /storage/downloads/dtb.img.gz and you'll find compressed device tree in Downloads share.

    I have A95X with original firmware on NAND but when i toothpicked device, loaded LibreElec from SD-Card, SSH'ed on it and type

    Code
    dd if=/dev/dtb | gzip > /storage/downloads/dtb.img.gz


    After 45s i got

    Code
    0+0 records in
    0+0 records out
    0 bytes (0B) copied, 45.331020 seconds, 0B/s

    I see that someone else have put this DTB already but i wonder what could go wrong.