Author: swordfish6975

Openelec Build for OPI PC and 2 now with HW decoding

  [Copy link]

4

threads

1118

posts

9243

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9243
Published in 2017-1-20 02:09:07 | Show all floors
marcelrodolfo replied at 2017-1-19 17:59
Hi @jernej,
First I wanna thank you for your great work with your kodi support for OPi. Now I would  ...

Be prepared for a lot of work. Exact commit is not the issue here. I started on master branch and jump on openelec-7.0 when they created it. I constantly pull all the changes they make.

What I suggest you to do is that you start from my LibreELEC port https://github.com/jernejsk/LibreELEC.tv It already contains working Kodi 18 without HW decoding and rendering. Non critical patches were removed. They can be added later (libcec for example). Some H3 components are a bit outdated, but this can be easily updated later. What is problematic here is that Kodi 18.0 change a lot of code around the codecs and renderers. That means that you have to basically rewrite kodi-005-H3-support.patch. Fortunatelly, most of the codec code is reusable while I would rewrite renderer code from scratch and wouldn't piggyback on GLES renderer anymore.

My LibreELEC repo is slightly outdated, so pull upstream changes first. There might be minimal conflicts. Fell free to ask, I would be glad to help.

0

threads

45

posts

625

credits

Senior member

Rank: 4

credits
625
Published in 2017-1-20 02:51:47 | Show all floors
jernej replied at 2017-1-20 00:48
What image specifically are you using? Did you build it yourself? Please also try with other perip ...

No self build. OpenELEC-H3.arm-7.0-devel-20161026221506-r23113-g64b34b3-opipc.img from download section. The same wasn't working before. Strange thing is, i add my keybord+tuch as before and this doesn't interupt CEC as before. Restart with it, CEC is connecting fine. I don't know what do the magic. The only diference is first boot with no peripheral attached.

1

threads

25

posts

216

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
216
Published in 2017-1-20 02:57:54 | Show all floors
You can find OpenElec 7.0.1 for Orange PiPC here
http://d-h.st/LXSs

9

threads

56

posts

280

credits

Intermediate member

Rank: 3Rank: 3

credits
280
Published in 2017-1-22 08:20:53 | Show all floors
Edited by Giantofstone at 2017-1-22 09:54
Demetris replied at 2017-1-20 02:57
You can find OpenElec 7.0.1 for Orange PiPC here
http://d-h.st/LXSs
Great! And this Addon! script.gamestarter-V2.0-OLE-OPi.zip

0

threads

3

posts

18

credits

Novice

Rank: 1

credits
18
Published in 2017-1-23 03:55:57 | Show all floors
jernej replied at 2017-1-19 04:10
Hard to say, mostly because this version doesn't use X11. You can try to do this and I can give you  ...

I don't need the DE. I'd like the os start into kodi, but I'd like also to modify the system, install and manage all I want. E.g. I can't use apt-get in openelec

4

threads

1118

posts

9243

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9243
Published in 2017-1-23 04:17:40 | Show all floors
If you dont need X11 then it should work, but this patched Kodi doesn't come in any install friendly version. Download correct sources (16.1) patch it using patches from my github and then build it.

0

threads

3

posts

18

credits

Novice

Rank: 1

credits
18
Published in 2017-1-24 00:49:37 | Show all floors
Edited by nicioniz at 2017-1-24 01:51
jernej replied at 2017-1-23 04:17
If you dont need X11 then it should work, but this patched Kodi doesn't come in any install friendly ...

I'm not very good in this things, but I can try! Thank you a lot!!

EDIT: I had to download the sources of kodi, aplly the patches that I found on your github anc then compile with the instructions that I found on the FAQ on the forum?


0

threads

6

posts

96

credits

Registered member

Rank: 2

credits
96
Published in 2017-1-25 17:53:53 | Show all floors
Demetris replied at 2017-1-20 02:57
You can find OpenElec 7.0.1 for Orange PiPC here
http://d-h.st/LXSs

Tnx
But where i can find pvr for tvheaded  ?

0

threads

45

posts

625

credits

Senior member

Rank: 4

credits
625
Published in 2017-1-26 21:35:11 | Show all floors
I forgot my github pass, so i will write here. I can't build image from https://github.com/jernejsk/OpenELEC-OPi2. Error is:
  1. Cant't get ccache sources : http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2
  2. Try later !!
  3. Makefile:10: recipe for target 'image' failed
Copy code
  1. http://sources.openelec.tv/mirror/ccache/ccache-3.3.3.tar.bz2
  2. Resolving sources.openelec.tv (sources.openelec.tv)... 82.220.2.33
  3. Connecting to sources.openelec.tv (sources.openelec.tv)|82.220.2.33|:80... connected.
  4. HTTP request sent, awaiting response... 404 Not Found
Copy code

About sources.openelec.tv, there is no ccache-3.3.3.tar.bz2, so maybe this is normal behaviour.
  1. http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2
  2. Resolving samba.org (samba.org)... 144.76.82.156, 2a01:4f8:192:486::443:2
  3. Connecting to samba.org (samba.org)|144.76.82.156|:80... failed: Connection refused.
Copy code

About http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2, i noticed it's https, not http, so the correct link must be https://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2 .
I try to manually copy ccache-3.3.3.tar.bz2 to /OpenELEC-OPi2/sources/ccache , but the script still try to download it and i have the same error.
Where can i edit this to correct the link? Or how can i skip downloading of this file, since i manually download it (if it is in correct directory)?

4

threads

1118

posts

9243

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9243
Published in 2017-1-27 01:36:59 | Show all floors
RagnerBG replied at 2017-1-26 14:35
I forgot my github pass, so i will write here. I can't build image from https://github.com/jernejsk/ ...

Easy, just search through packages. Then you will found this:
packages/devel/ccache/package.mk

There you can easily fix the issue, as I will do on github.

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list