Kodi Community Forum

Full Version: OpenELEC Testbuilds for RaspberryPi Part 2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@popcornmix are you only working on rpi or have you started to work on some of the other new boards ? ?
(2014-01-17, 19:08)Jönke Wrote: [ -> ]@popcornmix are you only working on rpi or have you started to work on some of the other new boards ? ?
Looks like Sraue is working on the i.MX 6 (cubox-i) Smile

Code:
PKG_NAME="u-boot"
if [ "$UBOOT_VERSION" = "default" ]; then
  PKG_VERSION="2011.03-rc1"
  PKG_SITE="http://www.denx.de/wiki/U-Boot/WebHome"
  PKG_URL="ftp://ftp.denx.de/pub/u-boot/$PKG_NAME-$PKG_VERSION.tar.bz2"
elif [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then
  PKG_VERSION="imx6-cuboxi-920ea0f"
  PKG_SITE="http://imx.solid-run.com/wiki/index.php?title=Building_the_kernel_and_u-boot_for_the_CuBox-i_and_the_HummingBoard"
  PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"

https://github.com/OpenELEC/OpenELEC.tv/...-boot/meta
https://github.com/OpenELEC/OpenELEC.tv/...rmware-imx
https://github.com/OpenELEC/OpenELEC.tv/...vel/libcec
(2014-01-17, 19:08)Jönke Wrote: [ -> ]@popcornmix are you only working on rpi or have you started to work on some of the other new boards ? ?

No, it's Pi only for me.
(2014-01-17, 13:47)radioparadise Wrote: [ -> ]I'm interested in trying out your latest build. Do I have to modify advancedsettings.xml and/or config.txt?

Unless you are using MySQL, or have tweaked your fanart/imageres settings, there is very little reason to have an advancedsettings.xml at all. I can't tell you if you need to modify your as.xml without knowing what is in it, but if it's full of default/junk settings you probably should remove them as they can cause problems. You only need an as.xml if you have a need to modify default settings, which generally means your as.xml should only contain a handful of settings. Don't add anything to your as.xml file unless you know what it does.

Same applies to your config.txt, I don't know what you've added. Paste up both files if you're still not sure.
What are the default images res?
(2014-01-17, 21:39)xbs08 Wrote: [ -> ]What are the default images res?

They're set in the stock advancedsettings.xml:
Code:
cat /usr/share/xbmc/system/advancedsettings.xml

Currently 720 fanartres and 540 imageres.
Thank you
New OpenELEC Gotham build: #0117 (obsolete)

Code:
rpi512:~ # uname -a
Linux rpi512 3.12.8 #1 PREEMPT Fri Jan 17 20:13:40 GMT 2014 armv6l GNU/Linux
rpi512:~ # vcgencmd version
Jan 10 2014 16:54:51
Copyright (c) 2012 Broadcom
version efa116b5c8859c352322cb27e13baccbea583ef7 (clean) (release)
rpi512:~ # lsb_release
OpenELEC_Gotham (Milhouse) - Version: devel-20140117222505-r17035-g9d596bb

Based on tip of XBMC master (82f3fe7, changelog) and tip of OpenELEC master (9d596bb, changelog) with the following modifications: New 3.12.8 kernel.
Includes PR4027 which should fix the issue reported by @Reddog999.
are anyone use an USB 3.0 Jetflash 760 and know if it improve the performance ?

Thanks
(2014-01-18, 15:37)ranem123 Wrote: [ -> ]are anyone use an USB 3.0 Jetflash 760 and know if it improve the performance ?

Thanks

what size? as a general rule, 16gb are much faster than 8gb
(2014-01-18, 01:06)MilhouseVH Wrote: [ -> ]New OpenELEC Gotham build: #0117
.......
.......

New 3.12.8 kernel.
Includes PR:4027 which should fix the issue reported by @Reddog999.

Nice to see the speed at which issues are being fixed - and just to confirm, this issue is fixed.

Thanks to arnova for the fix and Milhouse for the build.
jetflash 760 8gb any experience ?
(2014-01-18, 18:15)ranem123 Wrote: [ -> ]jetflash 760 8gb any experience ?
I use a Transcend Jetflash 700 8gb with my Pi. This gives a read speed of 26.6MB/s (sequential).
4K random read is the most important.
You can test with crystaldisk program for windows.
(2014-01-18, 01:06)MilhouseVH Wrote: [ -> ]New OpenELEC Gotham build: #0117
I have just installed this build for test... can I say how impressed I am at improvements to live Tv and to ISO playback as well as the exciting possibibilty of HD audio playback!!!

I am amazed that with new audio engine I have almost got multichannel HD audio working, although its very temperamental but I did hear it working!
I have a windows 7 pc system working with recent nightly of XBMC. All my audio HD material is playable from this but I am so looking forward to possibility of replicating this performance from a fanless RPI.

Main problems at the moment are audio engine locking up and a bit buggy on iso playback (menu selection) once selection made and after starting its stable.

I also have issue with BBC Uk H264 TS recordings. To get reliable playback I have to set de-interlace to off for all videos even though it should be on/auto. The auto setting works consistently on earlier builds.

Once again thanks for work on getting to this stage, keep the good work up.Big Grin