Ok. Reporting the defconfig changes is already on my todo list.
The new OpenPLi Release 8.0 is available for download.
Re: The new OpenPLi Release 8.0 is available for download. #361
Posted 17 April 2021 - 15:53
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: The new OpenPLi Release 8.0 is available for download. #362
Posted 17 April 2021 - 16:10
At the time, I assumed that all of this had already been tackled.
For me there are a few things missing.
In particular, pulsaudio (packageconfig).
But I don't have a Kodi-capable STB, so a pull request doesn't make much sense.
There is also the question of whether you should go straight to the finished 19 Kodi?
Here is my idea about Kodi
But you will need an extra thing or two.
greetings
SUMMARY = "Kodi Media Center" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7b423f1c9388eae123332e372451a4f7" FILESPATH =. "${FILE_DIRNAME}/kodi-18:" PACKAGE_ARCH = "${MACHINE_ARCH}" PROVIDES += "virtual/kodi" # FIX-ME: virtual/ never makes sense in runtime variables RPROVIDES_${PN} += "virtual/kodi" inherit cmake gettext python-dir pythonnative systemd DEPENDS += " \ fmt \ flatbuffers flatbuffers-native \ fstrcmp \ rapidjson \ crossguid \ libdvdnav libdvdcss libdvdread \ git-native \ curl-native \ gperf-native \ jsonschemabuilder-native \ nasm-native \ swig-native \ unzip-native \ yasm-native \ zip-native \ \ avahi \ boost \ bzip2 \ curl \ libdcadec \ enca \ expat \ faad2 \ ffmpeg \ fontconfig \ fribidi \ glib-2.0 \ giflib \ libass \ libcdio \ libcec \ libdvdcss \ libdvdread \ libinput \ libbluray \ libmad \ libmicrohttpd \ libmms \ libmodplug \ libnfs \ libpcre \ libplist \ libsamplerate0 \ libsquish \ libssh \ libtinyxml \ libusb1 \ libxkbcommon \ libxslt \ lzo \ mpeg2dec \ python \ samba \ sqlite3 \ taglib \ virtual/egl \ wavpack \ yajl \ zlib \ texturepacker-native \ \ gstreamer1.0 \ gstreamer1.0-plugins-base \ " SRCREV = "0655c2c71821567e4c21c1c5a508a39ab72f0ef1" # 'patch' doesn't support binary diffs PATCHTOOL = "git" # Correct 18+git vs 18-git screwup PE = "1" PV = "18.9+gitr${SRCPV}" SRC_URI = "git://github.com/xbmc/xbmc.git;protocol=https;branch=Leia \ \ file://0001-Add-support-for-musl-triplets.patch \ file://0002-Fix-file_Emu-on-musl.patch \ file://0003-Remove-FILEWRAP.patch \ file://0004-Replace-u_int64_t-with-uint64_t-from-stdint.h.patch \ \ file://0005-estuary-move-recently-added-entries-to-the-top-in-ho.patch \ file://0006-kodi.sh-set-mesa-debug.patch \ file://0007-peripheral-settings-export-CEC-device_name-in-GUI.patch \ file://0010-flatbuffers.patch \ file://0011-WIP-windowing-gbm-add-option-to-limit-gui-size.patch \ \ file://PR15286-shader-nopow.patch \ file://15941.patch \ " SRC_URI_append = " \ file://kodi-stb-support.patch \ file://egl/kodi-EGL.patch \ file://kodi18-add-libinput-rckey-events.patch \ \ ${@bb.utils.contains('MACHINE_FEATURES', 'v3d-nxpl', 'file://egl/EGLNativeTypeV3D-nxpl.patch', '', d)} \ ${@bb.utils.contains('MACHINE_FEATURES', 'hisil', 'file://egl/EGLNativeTypeMali.patch file://kodiplayers/HiPlayer.patch file://kodiplayers/HiPlayer-Subs.patch file://defaultplayer-HiPlayer.patch', 'file://defaultplayer-E2Player.patch file://kodiplayers/E2Player.patch', d)} \ " S = "${WORKDIR}/git" # breaks compilation CCACHE = "" ASNEEDED = "" ACCEL ?= "" ACCEL_x86 = "vaapi vdpau" ACCEL_x86-64 = "vaapi vdpau" WINDOWSYSTEM ?= "stb" PACKAGECONFIG ??= "${ACCEL} ${WINDOWSYSTEM} pulseaudio lcms lto \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl', 'openglesv2', d)}" # Core windowing system choices PACKAGECONFIG[x11] = "-DCORE_PLATFORM_NAME=x11,,libxinerama libxmu libxrandr libxtst glew" PACKAGECONFIG[gbm] = "-DCORE_PLATFORM_NAME=gbm -DGBM_RENDER_SYSTEM=gles,," PACKAGECONFIG[stb] = "-DCORE_PLATFORM_NAME=stb,," PACKAGECONFIG[raspberrypi] = "-DCORE_PLATFORM_NAME=rbpi,,userland" PACKAGECONFIG[amlogic] = "-DCORE_PLATFORM_NAME=aml,," PACKAGECONFIG[wayland] = "-DCORE_PLATFORM_NAME=wayland -DWAYLAND_RENDER_SYSTEM=gles,,wayland waylandpp" PACKAGECONFIG[opengl] = "-DENABLE_OPENGL=ON,," PACKAGECONFIG[openglesv2] = "-DENABLE_GLES=ON,,virtual/egl" PACKAGECONFIG[vaapi] = "-DENABLE_VAAPI=ON,-DENABLE_VAAPI=OFF,libva" PACKAGECONFIG[vdpau] = "-DENABLE_VDPAU=ON,-DENABLE_VDPAU=OFF,libvdpau" PACKAGECONFIG[mysql] = "-DENABLE_MYSQLCLIENT=ON,-DENABLE_MYSQLCLIENT=OFF,mysql5" PACKAGECONFIG[pulseaudio] = "-DENABLE_PULSEAUDIO=ON,-DENABLE_PULSEAUDIO=OFF,pulseaudio" PACKAGECONFIG[lcms] = ",,lcms" # Compilation tunes PACKAGECONFIG[gold] = "-DENABLE_LDGOLD=ON,-DENABLE_LDGOLD=OFF" PACKAGECONFIG[lto] = "-DUSE_LTO=${@oe.utils.cpu_count()},-DUSE_LTO=OFF" LDFLAGS += "${TOOLCHAIN_OPTIONS}" LDFLAGS_append_mips = " -latomic -lpthread" LDFLAGS_append_mipsel = " -latomic -lpthread" LDFLAGS_append_mips64 = " -latomic -lpthread" LDFLAGS_append_mips64el = " -latomic -lpthread" KODI_ARCH = "" KODI_ARCH_mips = "-DWITH_ARCH=${TARGET_ARCH}" KODI_ARCH_mipsel = "-DWITH_ARCH=${TARGET_ARCH}" KODI_ARCH_mips64 = "-DWITH_ARCH=${TARGET_ARCH}" KODI_ARCH_mips64el = "-DWITH_ARCH=${TARGET_ARCH}" KODI_DISABLE_INTERNAL_LIBRARIES = " \ -DENABLE_INTERNAL_CROSSGUID=OFF \ -DENABLE_INTERNAL_FLATBUFFERS=OFF \ -DENABLE_INTERNAL_FMT=OFF \ -DENABLE_INTERNAL_FSTRCMP=0 \ -DENABLE_INTERNAL_RapidJSON=OFF \ -DENABLE_INTERNAL_FFMPEG=OFF \ " EXTRA_OECMAKE = " \ ${KODI_ARCH} \ ${KODI_DISABLE_INTERNAL_LIBRARIES} \ \ -DNATIVEPREFIX=${STAGING_DIR_NATIVE}${prefix} \ -DJava_JAVA_EXECUTABLE=/usr/bin/java \ -DWITH_TEXTUREPACKER=${STAGING_BINDIR_NATIVE}/TexturePacker \ -DWITH_JSONSCHEMABUILDER=${STAGING_BINDIR_NATIVE}/JsonSchemaBuilder \ \ -DENABLE_LDGOLD=ON \ -DENABLE_STATIC_LIBS=FALSE \ -DCMAKE_NM='${NM}' \ -DUSE_LTO=${@oe.utils.cpu_count()} \ \ -DFFMPEG_PATH=${STAGING_DIR_TARGET} \ -DLIBDVD_INCLUDE_DIRS=${STAGING_INCDIR} \ -DNFS_INCLUDE_DIR=${STAGING_INCDIR} \ -DSHAIRPLAY_INCLUDE_DIR=${STAGING_INCDIR} \ \ -DENABLE_AIRTUNES=ON \ -DENABLE_OPTICAL=OFF \ -DENABLE_DVDCSS=OFF \ -DENABLE_DEBUGFISSION=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ " # OECMAKE_GENERATOR="Unix Makefiles" #PARALLEL_MAKE = " " FULL_OPTIMIZATION_armv7a = "-fexpensive-optimizations -fomit-frame-pointer -O4 -ffast-math" BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}" # for python modules export HOST_SYS export BUILD_SYS export STAGING_LIBDIR export STAGING_INCDIR export PYTHON_DIR export TARGET_PREFIX do_configure_prepend() { # Ensure 'nm' can find the lto plugins liblto=$(find ${STAGING_DIR_NATIVE} -name "liblto_plugin.so.0.0.0") mkdir -p ${STAGING_LIBDIR_NATIVE}/bfd-plugins ln -sf $liblto ${STAGING_LIBDIR_NATIVE}/bfd-plugins/liblto_plugin.so sed -i -e 's:CMAKE_NM}:}${TARGET_PREFIX}gcc-nm:' ${S}/xbmc/cores/DllLoader/exports/CMakeLists.txt } INSANE_SKIP_${PN} = "rpaths" FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${libdir}/xbmc ${datadir}/xbmc ${libdir}/firewalld" FILES_${PN}-dbg += "${libdir}/kodi/.debug ${libdir}/kodi/*/.debug ${libdir}/kodi/*/*/.debug ${libdir}/kodi/*/*/*/.debug" # kodi uses some kind of dlopen() method for libcec so we need to add it manually # OpenGL builds need glxinfo, that's in mesa-demos RRECOMMENDS_${PN}_append = " libcec \ libcurl \ libnfs \ nspr \ nss \ ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'xdyinfo xrandr xinit mesa-demos', '', d)} \ python \ python-ctypes \ python-lang \ python-re \ python-netclient \ python-html \ python-difflib \ python-pycrypto \ python-pycryptodomex \ python-json \ python-zlib \ python-shell \ python-sqlite3 \ python-compression \ python-xmlrpc \ tzdata-africa \ tzdata-americas \ tzdata-antarctica \ tzdata-arctic \ tzdata-asia \ tzdata-atlantic \ tzdata-australia \ tzdata-europe \ tzdata-pacific \ xkeyboard-config \ alsa-plugins \ " RRECOMMENDS_${PN}_append_libc-glibc = " glibc-charmap-ibm850 \ glibc-gconv-ibm850 \ glibc-charmap-ibm437 \ glibc-gconv-ibm437 \ glibc-gconv-unicode \ glibc-gconv-utf-32 \ glibc-charmap-utf-8 \ glibc-localedata-en-us \ " # customizations should be in the BSP layers require kodi_18.inc
you nee with this 18.9.bb "libcadec" as new bb.
Edited by rantanplan, 17 April 2021 - 16:14.
Re: The new OpenPLi Release 8.0 is available for download. #363
Re: The new OpenPLi Release 8.0 is available for download. #364
Posted 18 April 2021 - 23:31
yup, looks that this may be the kernel config issue indeed...
for e.g. ultimo4k, oss entries in defconfig -
oea:CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=yopenpli vu bsp layer:# CONFIG_SOUND_OSS_CORE is not set # CONFIG_SND_MIXER_OSS is not set # CONFIG_SND_PCM_OSS is not set
Does it need all of them, or only the last three?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: The new OpenPLi Release 8.0 is available for download. #365
Posted 19 April 2021 - 07:27
well, if I could test this, I would tell you for sure... ;-)
I can just make a (wild) guess:
- these three from "our" bsp for sure
- OSSEMUL - since the goal is to emulate alsa through oss I would assume this one may be required too
- OSS_CORE_PRECLAIM and PCM_OSS_PLUGINS - no idea, don't know if OE-A enabled all available OSS kernel configs "just in case", or they are actually needed (?)
Re: The new OpenPLi Release 8.0 is available for download. #366
Posted 26 April 2021 - 18:57
Re: The new OpenPLi Release 8.0 is available for download. #367
Posted 27 April 2021 - 06:19
Hello!I installed the FPGA Upgrade plugin from the feed. I tried to update, failed to download - writes file not found. Is the plugin in the feed working?More questions:1. How do I know which FPGA version is installed?2. What is the latest FPGA version? Is it worth updating or not?Vu + Uno receiver, OpenPli 8.0 imageThank you!
Simple question why you want to update it ?
simply installing fresh vu plus image can update it self.
I think u should visit
https://wiki.vuplus-...tei:English.png
http://www.vuplus.co...dx=47&pagenum=5
DM-900 ,DM-520, Vu+Duo2
Re: The new OpenPLi Release 8.0 is available for download. #368
Posted 27 April 2021 - 10:39
Hello!I installed the FPGA Upgrade plugin from the feed. I tried to update, failed to download - writes file not found. Is the plugin in the feed working?More questions:1. How do I know which FPGA version is installed?2. What is the latest FPGA version? Is it worth updating or not?Vu + Uno receiver, OpenPli 8.0 imageThank you!
Simple question why you want to update it ?
simply installing fresh vu plus image can update it self.
I think u should visit
https://wiki.vuplus-...tei:English.png
http://www.vuplus.co...dx=47&pagenum=5
Спасибо большое за ответ!
Обновить хотел потому-что на 36 град на НТВ+ иногда падает уровень сигнала с тарелки до нуля, сыпится картинка, затем через некоторое время восстанавливается сигнал и картинка не сыпится. Может и не в этом причина и обновлять FPGA не надо. Конвертер, кабель менял, может неудачные попались.
Я вас правильно понял, что при установке с USB с ноля нового имижда автоматически устанавливается последняя версия FPGA и обновление FPGA не требуется?
Re: The new OpenPLi Release 8.0 is available for download. #369
Posted 22 May 2021 - 21:57
Re: The new OpenPLi Release 8.0 is available for download. #370
Posted 22 May 2021 - 22:41
We don't update stable builds. You'll have to wait until 8.1-release, sometime next week, or install the nightly build.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: The new OpenPLi Release 8.0 is available for download. #371
Re: The new OpenPLi Release 8.0 is available for download. #372
Posted 24 May 2021 - 12:41
Good afternoon, octagon sf8008 softwares lifted.?
The database on the downloadpage is broken. You might try to perform an online flash until this is fixed.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Re: The new OpenPLi Release 8.0 is available for download. #373
Re: The new OpenPLi Release 8.0 is available for download. #374
Re: The new OpenPLi Release 8.0 is available for download. #375
Posted 9 June 2021 - 05:08
Edited by Frenske, 9 June 2021 - 08:38.
Please post in the right, so the English section. I moved it for now from the Dutch to the English section.
Re: The new OpenPLi Release 8.0 is available for download. #376
Re: The new OpenPLi Release 8.0 is available for download. #377
Posted 9 June 2021 - 10:57
Since I have been still running 7.3 on my Vu+ Duo 4K (non-SE), 8.1 is now behind the corner and 8.0 is now "mature", I eventually decided to upgrade to 8.0.
Upgrade procedure via "flash image" menu entry + restore from backup went smoothly.
Sadly I quickly noticed an issue that I did not have on entire 7.x release - from time to time, when browsing through menu or EPG, STB randomly freezes (does not react to commands from remote) and spinning circle appears it the top left corner of the screen then. After 2-3 seconds the circle dissaperars and STB is reacting to remote commands again.
Sometimes it even happens when just watching TV and not using remote - this spinning circle appears for 2-3 seconds in the corner (luckily TV playback does not stop).
So I decided to give it another go, I flashed 8.0 image from menu again but this time I chosed not to restore backup after reboot.
Then I updated all packages (there were 56 packages to be updated, even though I used latest 8.0 image), rebooted and started configuring STB from scratch.
And I quickly noticed these occasional freezes and spinning circle again, even on cleanly installed 8.0 image, when I was trying to configure STB from scratch.
So these random frezes are not related to anything im my restored settings, hence I restored 7.3 settings from backup to save effort.
Any idea what could be wrong/what I could to to find out what is causing these occasional short freezes ?
Re: The new OpenPLi Release 8.0 is available for download. #378
Posted 9 June 2021 - 11:05
No idea, I have a Duo 4K too, and never experience occasional freezes.
If you can reproduce them / they occur often enough, restart de box in debug mode, wait until you had a few of these spinners, restart the box again to get out of debug mode, get the debug log from /home/root, and post it here.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: The new OpenPLi Release 8.0 is available for download. #379
Posted 9 June 2021 - 11:06
without activated debuglog it should be difficult to say something about it.
From my point of view, I would recommend a Flash from develop (nightly builds).
This is largely the same as the next 8.1 and just waiting for a few updates from the manufacturer(BSP).
Possibly Zgemma, otherwise everything looks really good.
But WanWizard certainly knows more.
greetings
Edit : Too slow ;-) WanWizard was already faster
Edited by rantanplan, 9 June 2021 - 11:07.
Re: The new OpenPLi Release 8.0 is available for download. #380
Posted 9 June 2021 - 11:07
Is it any news when will be 8.1 release?
We're still busy with test builds.
There is 1 issue still outstanding that needs to be fixed before the release, and the build farm goes offline on Friday for a major upgrade over the weekend, after which it needs to be configured again.
So lets say we're aiming towards the end of the month.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
18 user(s) are reading this topic
0 members, 18 guests, 0 anonymous users