martian67 has quit [Remote host closed the connection]
martian67 has joined #libreelec
Israphel_ has joined #libreelec
Israphel is now known as Guest96606
Israphel_ is now known as Israphel
Guest96606 has quit [Ping timeout: 244 seconds]
ca_cabotage has joined #libreelec
Fenster has joined #libreelec
ca_cabotage has quit [Ping timeout: 272 seconds]
moufl has quit [Ping timeout: 250 seconds]
moufl has joined #libreelec
chewitt has quit [Max SendQ exceeded]
chewitt has joined #libreelec
andy-burns has joined #libreelec
andy-burns has quit [Ping timeout: 250 seconds]
self has quit [Ping timeout: 264 seconds]
self has joined #libreelec
tuxiano has joined #libreelec
ec0 has quit [Ping timeout: 252 seconds]
andy-burns has joined #libreelec
ec0 has joined #libreelec
ec0 has quit [Ping timeout: 246 seconds]
ec0 has joined #libreelec
Domin_ is now known as Domin
gouchi has joined #libreelec
Butterfly^ has quit [Killed (orwell.freenode.net (Nickname regained by services))]
Butterfly^ has joined #libreelec
held has joined #libreelec
heldus has joined #libreelec
held has quit [Ping timeout: 246 seconds]
held has joined #libreelec
heldus has quit [Ping timeout: 252 seconds]
fraggle_laptop has joined #libreelec
BCMM has joined #libreelec
self has quit [Ping timeout: 264 seconds]
fraggle_laptop has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #libreelec
fraggle_laptop has joined #libreelec
Gittun has joined #libreelec
<MaDMaLKaV>
for compiling a dts , do I need to compile it against the kernel it will be runt with?
ec0 has quit [Ping timeout: 246 seconds]
ec0 has joined #libreelec
held has quit []
adhux0x0f0x3f has joined #libreelec
fraggle_laptop has quit [Read error: Connection reset by peer]
fraggle_laptop has joined #libreelec
<chewitt>
no, it can be compiled on any kernel
<chewitt>
it can only be used with compatible kernels though
<MaDMaLKaV>
I see
makije has quit [Read error: Connection reset by peer]
<MaDMaLKaV>
anyway, I'm going to build from zero so I get a better picture of all the process, I think it will come handy in the near future
<MaDMaLKaV>
I have tried several dtb files and most stuff seems to be supported on one or another, and the info on the devicetree filesystem matches the dts I got from another user -I wasn't able to dump a dts myself ...-
<MaDMaLKaV>
so this will probably not a very dificult task, just I'm not very familiar with this process
<MaDMaLKaV>
thanks for the info , by the way :)
<MaDMaLKaV>
in example, now after cloning the files I see references to the box-trn9 or box-z28 devices , but can't find anything about those devices on the git files. I suppose the missing files are provided by some of the dependencies checked during first make
<MaDMaLKaV>
so I will need to get those, and after that see how to add my dts, then compile again
<MaDMaLKaV>
there is no tool to check if a dts and a kernel are a good match or not, right_
<MaDMaLKaV>
?
JohnDoe_71Rus has quit [Ping timeout: 245 seconds]
<chewitt>
nope
<chewitt>
but if you're working on RK devices; everything you find will be using their 4.4 kernel
<chewitt>
so you shouldn't find too much diversity
<MaDMaLKaV>
even so, the dts I got for the device won't boot once compiled to dtb. Perhaps I should take another approach, compiling the available dts, see the one that looks a better base to start, and add params from the dts to that one
<MaDMaLKaV>
that dts was from android anyway so probably it is normal it won't boot
<chewitt>
android dts won't boot linux
<MaDMaLKaV>
I expected so, yeah
<chewitt>
things are similar, but not the same
<MaDMaLKaV>
but I have tried several different dtbs with librelec stable, nightly and balbes150 , with different dtbs, and got different combinations of working/not working stuff. the working ones always seemed to match pretty closely the info on this dts. So if I take one i.e. with working ethernet and modify the wifi and bt and ir part, I hope I would be able to get a fully working one
<chewitt>
the android dts probably has references to things you need, but the syntax of bits may/will be different
<MaDMaLKaV>
I'm 90 percent sure I must have all or almost all info I need, I just need to practice and learn a little to be able to process that info correctly
<MaDMaLKaV>
sintax? like in those alias it seems to be used by dts / dtsi files? or you refer to different endianess or something like that?
<MaDMaLKaV>
lemme show you what I mean , doing a pastebin...
<chewitt>
kernel has extensive documentation on device-tree and what's allowed
<chewitt>
i.e. mandatory and optional content
makije has joined #libreelec
<MaDMaLKaV>
OK, will look for that
<chewitt>
the important thing is to look at the documentation at the version you're using .. as device-tree is always kernel version specific
<chewitt>
for fixing wifit/bt it should be a copy/paste job tho
zzlatev has joined #libreelec
<MaDMaLKaV>
yeah, my plan was more or less getting that working in a "dirt" way , and after that trying to get the dts file worked into a nice, standards compliant dts so it can be included in the build process. But as I said, there are so many uncertainties for me right now so I'm trying to get a better idea of the whole process at the moment without going much deep into any of the parts
<zzlatev>
Stefan Saraev?
<MaDMaLKaV>
I could really use the mx10 dts source file , as this one seems to be the one better working with the device, gonna try to locate it
<zzlatev>
Hi all
<MaDMaLKaV>
hi
<zzlatev>
I have a problem with subtitles on Kodi 18.1
<zzlatev>
When I play a DVD my subtitles are unreadable because the subtitle box shows as all white.
<zzlatev>
I use Kodi 18.1 on Mint Mate 19
<MaDMaLKaV>
so, you don't use LibreElec?
mattiasb has quit [Remote host closed the connection]
yangm97 has quit [Read error: Connection reset by peer]
zzlatev has quit [Ping timeout: 252 seconds]
tsal_ has quit [Ping timeout: 246 seconds]
tsal has joined #libreelec
<chewitt>
use #kodi-linux for issues with Kodi on other platforms
zzlatev has joined #libreelec
<zzlatev>
Hi guys
<MaDMaLKaV>
lol, I can compile the android-extracted dts but I try to do it with one of the libreelec ones I get a parse error. This seems like a good sign I need to go to get some fresh air
yangm97 has joined #libreelec
<zzlatev>
When I play a DVD my subtitles are unreadable because the subtitle box shows as all white. Any ideas what to do?
<zzlatev>
I use kodi 18.1 on Mint Mate 19 and Libreelec