Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

How to extract DTB MX10 RK3328

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to extract DTB MX10 RK3328

    Hi,

    how to extract the DTB from MX10 RK3328 to use it with Libreelec?

    #2
    Hello,

    The File you looking for is in resource.img.
    Use this tool for unpacking it https://mega.nz/#!RpBwRBiD!JQ5zjA1dn...ulsPznkmdXXbq4.
    If you have a Firmware Image only then use Android Tool to extract the Firmware to get resource.img.

    PHP Code:
    ResTool.exe [-unpack resource.img] [-pack <file1 file2 fileN>]
    Example unpackResTool.exe -unpack resource.img
    Example pack
    ResTool.exe -pack rk-kernel.dtb logo.bmp subfolder\data.bin 
    Regards
    Neomode

    Comment


      #3
      Thank you.

      Do you have a link to Android Tool?

      Comment


        #4
        Yes here we have it:


        Neomode

        Comment


          #5
          Now i have the "rk-kernel.dtb". Rename to dtb.img and ready for libreelec?

          Comment


            #6
            Originally posted by Gisbertg View Post
            Now i have the "rk-kernel.dtb". Rename to dtb.img and ready for libreelec?
            No
            Android uses 3.10 kernel, LibreELEC uses 4.4 Linux kernel.
            It will never work.
            Your device manufacturer has to ask LibreELEC to add support for your device and send samples to them.
            You also have to submit patches for wifi, bluetooth, remote support to LibreELEC.

            Comment


              #7
              The MX10 use Android 8.1. I think thats Kernel 4.4?!

              Comment


                #8
                Just try it and you see.

                Neomode

                Comment


                  #9
                  I will try, thanks for your help.

                  Comment

                  Working...
                  X