DTS daily compiled into DTB and published in different formats

Hello everyone,

I am still new to the CoreElec world but I can understand that for everyone using it, at some point, whether you like it or not, we need to play with DTS and DTB.

So in order to help, I put up this project, that automatically daily compiles DTS into DTB and publishes in different formats:

  • source upstream DTS
  • full DTS assembled by resolving dependencies
  • compiled DTB
  • decompiled DTS from compiled DTB

Happy if it can help at least someone !
Cheers!

What exactly is the point? Everyone can decompile, modify and compile back on device itself using tool dtc.
I would say this just make users more confused for no reason …

Indeed it can be done directly on the device but it is not the only way.

While making my own DTB for Ugoos X3, I had to get inspiration from other DTBs in these various formats, figure out how to compile etc. So I want to help people in the same case.