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
moufl has joined #libreelec
chbmb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
chbmb has joined #libreelec
BCMM has quit [Quit: Konversation terminated!]
yangm97 has quit [Read error: Connection reset by peer]
mattiasb has quit [Remote host closed the connection]
yangm97 has joined #libreelec
mattiasb has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
martian67 has joined #libreelec
JohnDoe_71Rus has joined #libreelec
martian67 has quit [Remote host closed the connection]
martian67 has joined #libreelec
martian67 has quit [Client Quit]
martian67 has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
martian67 has joined #libreelec
martian67 has quit [Client Quit]
martian67 has joined #libreelec
andy-burns has joined #libreelec
ink0gnito_ has joined #libreelec
ink0gnito_ is now known as ink0gnito
ink0gnito has quit [Ping timeout: 252 seconds]
Gittun has joined #libreelec
RaphGro has joined #libreelec
TomTom has joined #libreelec
<vpeter> MaDMaLKaV: Seems you are missing entry in Makefile?
<vpeter> Can you post a patch file?
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
<vpeter> File arch/arm64/boot/dts/rockchip/Makefile add
<vpeter> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-box-a5x.dtb
tsal has quit [Ping timeout: 268 seconds]
tsal has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
DaVu has joined #libreelec
martian67 has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
hijacker has joined #libreelec
martian67 has joined #libreelec
mpmc has quit [Ping timeout: 245 seconds]
<MaDMaLKaV> good morning vpeter
<MaDMaLKaV> just woke up -bank holiday here- lemme look
<MaDMaLKaV> I swear I already looked at that file...
<MaDMaLKaV> I looked at that file, but there is no reference to the other rk3328 tv boxes dtbs there
mpmc has joined #libreelec
<MaDMaLKaV> I also don't see any mention to those other tv boxes on the patches folder, so it seems like that file is indeed not patched
<MaDMaLKaV> that is what confuses me, why in example box-trn9 gets build OK ?
self has joined #libreelec
<vpeter> let me look
<MaDMaLKaV> thanks mate
<vpeter> What did you use for KERNEL_MAKE_EXTRACMD ?
<vpeter> Seems Makefile doesn't need to be changed.
<MaDMaLKaV> KERNEL_MAKE_EXTRACMD+=" rockchip/rk3328-box-a5x.dtb"
<vpeter> All seems ok.
<vpeter> Let me try to build this thing. Give me few hours :)
<vpeter> Can you gave me patch too?
<MaDMaLKaV> sure
andy-burns has quit [Ping timeout: 255 seconds]
<MaDMaLKaV> fuck wait
<MaDMaLKaV> I think there is something wrong with the routes on my patch
<MaDMaLKaV> lemme upload it ...
<MaDMaLKaV> I have fixed the paths in the patch file and gonna try again
<vpeter> Yes, this was wrong.
<MaDMaLKaV> now I get a syntax eror on the dts file, so this is good news :)
<MaDMaLKaV> thanks man!
<vpeter> :)
andy-burns has joined #libreelec
<vpeter> Seems you patch has a bug. Try adding empty line at the end.
<vpeter> Or at least this is what I had to do. But you have different error. So a progress :-)
<MaDMaLKaV> ummm, the dts file created by the patch have a blank line at the end
<MaDMaLKaV> I recycled some IR stuff from other DTS, it use some macros or constants or whatever they are called like "KEY_UP" and stuff like that, perhaps I don't have the include for that
<vpeter> Well, now you can proceed with this errors.
<MaDMaLKaV> yeah, I love errors. Errors give you clues :)
<MaDMaLKaV> Error: arch/arm64/boot/dts/rockchip/rk3328-box-a5x.dts:496.10-11 syntax error
<MaDMaLKaV> and line 496
<MaDMaLKaV> <0xf2KEY_REPLY>,
<MaDMaLKaV> added an include, compiling again, will see how to generate a new patch with new dts later, first let's get it working...
<vpeter> Just add include directly in current patch and change line numbers from 717 to 718 :)
<MaDMaLKaV> I will have to change more stuff I'm afraid
<vpeter> Then just repeat what you did before. Now you are a pro already.
<MaDMaLKaV> :)
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
andy-burns has quit [Ping timeout: 255 seconds]
martian67 has joined #libreelec
BCMM has joined #libreelec
martian67 has quit [Client Quit]
martian67 has joined #libreelec
<vpeter> So, are you there yet?
<MaDMaLKaV> real life came and made me pay attention to other stuff
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
martian67 has joined #libreelec
<MaDMaLKaV> argh
<MaDMaLKaV> I'm an idiot, I should have done the patch...
held has quit [Ping timeout: 250 seconds]
<MaDMaLKaV> git is pain to generate the patches its way, it could support a way to do them without needed a repository
<MaDMaLKaV> grr
<MaDMaLKaV> after some builds media tree starts complaining and I have to make clean
<MaDMaLKaV> and of course after the last one, I lost everything that I modified that wasn't in the patch...
<MaDMaLKaV> should be fixed now, compiling again
<vpeter> You can generate patch with diff between 2 files.
held has joined #libreelec
<MaDMaLKaV> but there is no source file... I tried with /dev/null but gave me some errors
<MaDMaLKaV> anywya, I've figured how, so let's keep trying
<vpeter> Seems fine here https://pastebin.com/raw/hJYh1qk1
<MaDMaLKaV> it gave problems later when applying the patch. But now that I have seem how it works, I can easily adapt that to what it wants
xe` has quit [Read error: Connection reset by peer]
xe` has joined #libreelec
Fenster has quit [Ping timeout: 250 seconds]
<MaDMaLKaV> I have to see how to apply new changes to patch without doing a make clean...
<vpeter> Just clean linux package.
<MaDMaLKaV> (Y)
Fenster has joined #libreelec
<MaDMaLKaV> I did a mess with all the vcc part, I wanted to take stuff from the evb dts that seemed more similar to the values I see runing android
<MaDMaLKaV> perhaps it was a bad idea, I should have gone step by step
<MaDMaLKaV> OK, last attempt for the morning, if this doesn work, I'll look for the cross_compile variable used by the build script and do make dtbs on the kernel folder like crazy until I get the dtb, then back to LE build process
ca_cabotage has joined #libreelec
self has quit [Ping timeout: 264 seconds]
ca_cabotage has quit [Ping timeout: 245 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
ghostcube has joined #libreelec
ca_cabotage has joined #libreelec
<MaDMaLKaV> Got the dtb to build, finally
<MaDMaLKaV> also, got a dts from armbian forum that claims to have everything working but infrared, I will try to use it with LE later, it is not in good mergeable format, but if it indeed have everything working, doing a mergeable dts from there should be "easy"
<chewitt> Armbian should be on the same kernel version, so it's probably usable
<MaDMaLKaV> yeah, as soon as I finish to compile and try my dts, I will add this one, and test
<MaDMaLKaV> if it is indeed useable sans IR, I will try to get IR working, and them rewrite it as something mergeable
<MaDMaLKaV> I have to see if there is any RK device currently using the PWM remote interface with LE and how it is done, seems like the current support rk3328 all use gpio interface, but perhaps I'm lucky and other device i.e. rk3399-based use the pwm
<chewitt> the easiest route to working IR .. https://flirc.tv/more/flirc-usb
<chewitt> and you'll never need to mess around with keymaps again :)
<MaDMaLKaV> as practical as that is, I'll love to get the device properly supported and merged :)
adhux0x0f0x3f has quit [Remote host closed the connection]
DaVu has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
<MaDMaLKaV> my dts file failed. Hard . Let's try the armbian one
<vpeter> Agree, flirc is very nice device.
<MaDMaLKaV> it is also the same price I paid for the tv box :)
<MaDMaLKaV> s/also/almost
dynaflash has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
<MaDMaLKaV> wow, bingo, that dts from armbian seems gold
<MaDMaLKaV> only ir missing, and I suspect what can be happening with that
martian67 has joined #libreelec
adhux0x0f0x3f has joined #libreelec
martian67 has quit [Quit: ZNC 1.7.2+deb1 - https://znc.in]
<MaDMaLKaV> seems wifi and bt have some problems if you use the BT , but the guy on armbian forum already commented about that and said that with another firmware it seems to get solved. Gonna try the IR stuff and see if it works if compiling the rockchip remotectl kernel modules.
martian67 has joined #libreelec
hijacker has quit [Quit: Leaving]
<MaDMaLKaV> chewitt: as I got my system building and now my updates on the forum topic are going to be related to this device support specifically, I think perhaps it would be better to move my thread to the Rockchip subforum , but I can't do it
andy-burns has joined #libreelec
held has quit [Ping timeout: 268 seconds]
BCMM has quit [Ping timeout: 245 seconds]
held has joined #libreelec
<chewitt> which thread?
<MaDMaLKaV> ouch
<MaDMaLKaV> :)
<chewitt> moved
<MaDMaLKaV> thanks
fraggle_laptop has joined #libreelec
ghostcube has quit [Quit: Verlassend]
|Jeroen| has joined #libreelec
RaphGro has joined #libreelec
TomTom has quit [Quit: Connection closed for inactivity]
chewitt has quit [Ping timeout: 255 seconds]
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
gouchi has joined #libreelec
|Jeroen| has quit [Quit: dada]
andy-burns has quit [Ping timeout: 268 seconds]
Fenster has quit [K-Lined]
held has quit []
chewitt has joined #libreelec
chewitt has quit [Ping timeout: 250 seconds]
DaVu has joined #libreelec
Fenster has joined #libreelec
DaVu has quit [Client Quit]
Fenster has quit [Quit: Leaving]
gouchi has quit [Remote host closed the connection]
BCMM has joined #libreelec
Gittun has quit [Quit: ‹‹UPP››]