ChanServ changed the topic of #libreelec to: ~ LibreELEC Support Channel ~ current release: LibreELEC (Leia) 9.0.0 RELEASE ~ No discussion or support for piracy addons ~ https://libreelec.tv/2018/04/community-builds/ ~ https://freenode.irclog.whitequark.org/libreelec
chbmb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
chbmb has joined #libreelec
andy-burns has quit [Ping timeout: 245 seconds]
ca_cabotage has quit [Ping timeout: 252 seconds]
held has joined #libreelec
Gittun has quit [Quit: ‹‹UPP››]
held has quit [Ping timeout: 250 seconds]
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
<MaDMaLKaV> if you have that problem in both Mint and Libreelec, it seems a Kodi problem. as chewitt said, it will be better to ask in #kodi-linux
<chewitt> ^ as he said
<zzlatev> Thanx guys!
<MaDMaLKaV> yw
<MaDMaLKaV> I'm going to take some fresh air, I will try to understand why dtc complains about the #include "rk3328.dtsi" when I get back
mattiasb has joined #libreelec
DaVu has joined #libreelec
adhux0x0f0x3f has quit [Remote host closed the connection]
ca_cabotage has joined #libreelec
|Jeroen| has joined #libreelec
DaVu has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
BCMM has quit [Quit: Konversation terminated!]
sw1mm3r has joined #libreelec
aphirst has quit [Read error: Connection reset by peer]
Mickroz has quit [Ping timeout: 252 seconds]
aphirst has joined #libreelec
adhux0x0f0x3f has joined #libreelec
andy-burns has quit [Ping timeout: 246 seconds]
andy-burns has joined #libreelec
<MaDMaLKaV> OK, so seems I need the kernel to build the dts in the end, the dts calls some dtsi that call some includes...
<MaDMaLKaV> ls
<MaDMaLKaV> ouch , wrong window
sw1mm3r has quit []
sw1mm3r has joined #libreelec
Mickroz has joined #libreelec
sw1mm3r has quit []
sw1mm3r has joined #libreelec
<MaDMaLKaV> ummm, trying to figure out which CROSS_COMPILE option is set for rk3328 , that way I can build the dtbs only and save some time
adhux0x0f0x3f has quit [Remote host closed the connection]
adhux0x0f0x3f has joined #libreelec
sw1mm3r has quit [Ping timeout: 272 seconds]
tuxiano has quit [Quit: tuxiano]
andy-burns has quit [Ping timeout: 268 seconds]
andy-burns has joined #libreelec
|Jeroen| has quit [Quit: dada]
andy-burns has quit [Ping timeout: 272 seconds]
Mickroz has quit [Ping timeout: 245 seconds]
self has joined #libreelec
gouchi has quit [Remote host closed the connection]
adhux0x0f0x3f has quit [Remote host closed the connection]
adhux0x0f0x3f has joined #libreelec
martian67 has quit [Remote host closed the connection]
martian67 has joined #libreelec
Israphel_ has joined #libreelec
Israphel is now known as Guest64372
Israphel_ is now known as Israphel
andy-burns has joined #libreelec
held has joined #libreelec
Guest64372 has quit [Ping timeout: 246 seconds]
fraggle_laptop has quit [Read error: Connection reset by peer]
fraggle_laptop has joined #libreelec
andy-burns has quit [Ping timeout: 272 seconds]