Author: swordfish6975

Openelec Build for OPI PC and 2 now with HW decoding

  [Copy link]

13

threads

197

posts

791

credits

Senior member

Rank: 4

credits
791
Published in 2016-5-19 05:14:12 | Show all floors
Dima replied at 2016-5-19 04:08
Not talking about VSync (which was presetnt since the beginning if I'm not wrong), but about full-fr ...

Ok. So I can't reproduce it on latest image. The only video issue is vsync. All the rest is ok. It will be perfect for me as soon as vsync issue addressed.

4

threads

1118

posts

9235

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9235
Published in 2016-5-19 06:47:36 | Show all floors
rad replied at 2016-5-18 16:32
Hello!
I've installed openelec image (2016-05-10) to my OrangePiPC. Video playback works good, i'm  ...

I think that is possible only by NEC remote, but I didn't test it. During sleep, coprocessor takes over IR, but it has only code for NEC remotes and there is no source code for it. However, I didn't really test this scenario.

4

threads

1118

posts

9235

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9235
Published in 2016-5-19 06:48:56 | Show all floors
chaszim replied at 2016-5-18 21:22
What computer language are you guys using when you make these?

You mean OpenELEC?

4

threads

1118

posts

9235

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9235
Published in 2016-5-19 06:49:56 | Show all floors
Dima replied at 2016-5-18 21:08
Not talking about VSync (which was presetnt since the beginning if I'm not wrong), but about full-fr ...

I have an idea how to fix that but unfortunatelly I don't have much time currently.

Published in 2016-5-19 07:56:49 | Show all floors

Yes, to clearify the question, what computer language are you using to write the OpenELEC image.  

4

threads

1118

posts

9235

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9235
Published in 2016-5-19 13:31:46 | Show all floors
chaszim replied at 2016-5-19 00:56
Yes, to clearify the question, what computer language are you using to write the OpenELEC image.   ...

Well, OpenELEC is mostly just a collection of other open source projects. Most of them are written in C. Kodi is written in C++. There are also some python and bash scripts...

0

threads

5

posts

34

credits

Novice

Rank: 1

credits
34
Published in 2016-5-20 05:45:11 | Show all floors
Hello guys!

Today I have tried running older version of openelec and I am able to run a version from april 24. None of the newer versions would display an image to my monitor.

Were there any changes after this version that could be the reason for my problems?
Published in 2016-5-20 10:15:26 | Show all floors
jernej replied at 2016-5-19 13:31
Well, OpenELEC is mostly just a collection of other open source projects. Most of them are written ...

Is Bash kind of like, the old DOS Batch file routines? I use to write some large batch files, but, years ago.

0

threads

29

posts

204

credits

Intermediate member

Rank: 3Rank: 3

credits
204
Published in 2016-5-20 15:27:37 | Show all floors

since version 28.4 (i think for a month that i did not build any new versions) I am getting this error at the end of build

401136 bytes (401 kB, 392 KiB) copied, 0.0220665 s, 18.2 MB/s
image: copying files to part1...
image: extracting part2 from image...
image: creating filesystem on part2...
image: populating filesystem on part2...
image: error happen...

Error: [Filesystem error] /tmp/tmp.UazE1J1AaZ/part2.ext4 cannot be opened.

image: cleanup...


If i comment out the lines in scripts/mkimage
# add resize mark
  if [ "$BOOTLOADER" != "syslinux" ]; then
    mkdir "$OE_TMP/part2.fs"
    touch "$OE_TMP/part2.fs/.please_resize_me"
    echo "image: populating filesystem on part2..."
    populatefs -U -d "$OE_TMP/part2.fs" "$OE_TMP/part2.ext4" >"$SAVE_ERROR" 2>&1 || show_error
    sync
    e2fsck -n "$OE_TMP/part2.ext4" >"$SAVE_ERROR" 2>&1 || show_error
  fi

the build is sucessfully made, but i can not boot the image

i do
PROJECT=H3 SYSTEM=opipc ARCH=arm make image

for opipc system as root-.

3

threads

165

posts

1203

credits

Gold member

Rank: 6Rank: 6

credits
1203
Published in 2016-5-20 20:02:18 | Show all floors
Maybe do a fresh git clone?
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list