I am receiving the unsupported dtb error on startup with the countdown. I have a MAG410 box on which I installed to Internal using the generic S905 image.
Can anyone explain if I can update the dtb on an installed to mmc and if so how to proceed?
For anybody else reading this thread, do not use the commands above without asking for help first as the dtb you need to use may vary from the one above.
After I updated to 9.0.2, I have the same problem as original poster except I am using Tanix TX3 Mini 2G. According to DTB list, I should use “gxl_p281_2g”. So, can I use the same commands proposed with, of course, the different dtb?
I’m using Coreelec installed to internal on a T95m box.
after updating from 9.02 to 9.03, i’m getting the same “unsupported dtb” delay upon bootup.
cat /proc/device-tree/le-dt-id responds with gxbb_p200_2G_100M_t95m which is the tree that worked before.
Which dtb should i use now and how to put it in - just copy over into update folder?
There is no dtb with this name included in the CoreELEC images, so it is most probably one from Android or another source.
According to our device tree database the right one for a “Sunvell T95M” would be gxl_p212_2g.
Please follow the instructions on our website to copy the right dtb to the root of your sd card: https://coreelec.org/#install
Before you do it on your eMMC, create a SD card with this DTB and make sure it works. This step is to avoid bricking your box if the DTB doesn’t work.
To update the DTB manually on your eMMC, boot from eMMC and run the following commands in SSH:
mount -o remount,rw /flash
cp /usr/share/bootloader/device_trees/gxbb_p200_2G_100M.dtb /flash/dtb.img
reboot