Llama101 There is no config.txt for Amlogic. You can change (limit) CPU speed via parameters in /sys/devices/system/cpu/cpu0/cpufreq/. Overclock is possible only for Odroid-C2.
Posts by kszaq
-
-
Tyler Durden This is not the driver source code.
-
zbigzbig20 I don't know yet. When I make the build, you can try and tell.
-
If you guys can wait a bit more, I'm planning to use Nougat kernel with improvements from johngalt for LE 8.2 builds. But at this point I can't give you an ETA, lots of real-life things to sort out first.
-
-
kszaq, is there so progress for the Moonlight addon that is not working? Thanks
No, I have no way to work on it. If it is resolved in LE repo, it will be resolved here.
-
Hi kszaq! Obviously, you missed my report
No, I did not. You asked to include kernel patches, I told you they are already included.
-
If the correct remote.conf file is replaced to the root of the SD Card whilst using SD Card LE,
Will the correct remote be installed when installtointernal command to install to nand. ?
Yes, as long you copy user data to internal as well - this is proposed and done by the script after installing.
-
kostaman It looks like remote.conf from Android firmware doesn't work with amremote driver, that's why you have to provide your own. Unfortunately there is no universal way to support all remotes. The reason why it works in @afl1's build is that his builds are made for "K" boxes and he can include configuration file - but it works only with that one type of remote.
Unfortunately I cannot provide support for DVB driver, I only included the driver and don't know its internals. I also have issues with channel scan. One solution I read was to scan channels with a different tuner.
-
The patch is included in my 8.0.2e build.
-
Are our developers busy working on leia build or have we reached a perfection build for our s905 boxes?
If you ask me, I'm busy with life. Next thing I plan to do is 8.2 build with bug fixes.
I tested your latest builds (d & e) with LIRC support, I think it's very nice because potentially could remove my MCE USB receiver (RC6 eHome IR transceiver). But sadly with these builds the device no longer boots with the USB receiver attached (LIRC dtb and normal dtb file). It won't get past the LE splash screen.
Also I can't get LIRC to recognize the buttons, using irrecord:
I believe LIRC is broken due to using media_build drivers for RC. I was advised to use RC drivers from kernel tree. I will test this approach for the next build and apply it if it's more reliable.
-
vpeter In Amlogic decoder queue size won't go down to zero, especially when switching channels. I implemented a workaround (inspired by AMC in Kodi) to return VC_BUFFER when the queue size is not changed for 1 second: LibreELEC.tv/kodi-le-028-aml-Implement-drain.patch at libreelec-8.0-sX05 · kszaq/LibreELEC.tv · GitHub
-
pajtaz Decode() should return VC_BUFFER when decoder is drained. I would say this piece of code needs an additional check: xbmc/DVDVideoCodecIMX.cpp at Krypton · xbmc/xbmc · GitHub
But as I said before - I have no idea about iMX code.
-
I have no idea about Cubox code but the same bug appeared in my Amlogic builds when I improperly implemented codec drain - on channel switch hardware decoder stalled trying to drain codec.
-
the included "Ferguson SR100" remote doesn't work, there's no LIRC config that I can find on the Android filesystem, and irrecord can't seem to recognize the keys, using the internal IR receiver the gap finding process just stops at some point, and the gap can't be found on a homebrew serial receiver - any idea how to get it working? maybe a different, higher level input module?
Don't use LIRC as for now it's buggy. If you want to use remote that works in android, use a non-LIRC device tree and most buttons should works OOTB.
there's no Suspend available, so either leaving the box on all the time, or a ~minute wait until the device fully boots
Suspend crashes kernel, that's why it's disabled.
CEC does not wake the device up (or well, turn it on, since it doesn't suspend), regardless of the setting in Kodi
For this you need to ask box manufacturer to update bootloader (u-boot). The only device that can wake from power off is Odroid-C2 because its bootloader is open source and Kwiboo fixed CEC wakeup in boootloader.
-
meadrocks Device tree is updated only during update process.
-
RayW There is no setting, in 8.0.2e switching 3D mode should happen automatically. At least there is a patch for it, there's no way I could test it, that's why I ask.
-
johngalt Can you please confirm if your amlogic-3.14-nougat is the branch to use? I'd like to start merging + testing your work later this week.