Okay, so far only three people do not understand sarcasm.
Your audience is multinational
Okay, so far only three people do not understand sarcasm.
Your audience is multinational
For the record .. on LE 9.2.6 on Intel HW we are still rendering via Xorg which means GL not GLES surface (GLES will be in the future once we dump Xorg) but crap add-ons are still crap add-ons
Now I ask you: is it possible to somehow install LE directly on the nand via aml usb burning, or via usb / sd
Amlogic Burning Tool = No (our .img is not the format used by that tool). USB/SD = You can boot from SD/USB but we provide no tools for internal install (the box has emmc btw, not nand but that doesn't change anything) and you will need working vendor u-boot on the box to boot into LE (or CE, which is probably a better option for clone box). Currently there are no LE releases for this kind of box.
Martin Blumenstingl and I both have Core boxes now (Martin having one is vastly more important - esp. since I have littl time for Amlogic fiddling at the moment). Meson8 devices now have working HDMI (1080p) and initial audio support is on the mailing list so platform support has progressed. You can forget LE10 support, LE11 might be more realistic for alpha support; although Meson8 devices will soon be stuck at the same incomplete vdec support as all the newer Amlogic hardware versions. Most of the current activity originates from Lakka/Batocera devs as the S812 chip has a reputation for great performance .. and gaming doesn't need fancy stuff like vdec/4K etc.
If you flashed a ROM built from boot FIPs with the wrong acs.bin for the RAM in the box (acs.bin has the RAM timing data) the early boot stage will not be able to reach the point where u-boot loads; so it errors and cycles to try again (ad infinitum). To get past this you need to prevent the eMMC being detected, because if it's detected, it's used. The "nice" ways to override the boot logic are an Amlogic SDIO debug board (almost nobody has one) or custom HDMI dongle (almost nobody has one) or you need the "less nice" shorting pins on the eMMC chip method. It's ugly but it temporarily disables eMMC and the boot logic then looks for u-boot on an SD Card or USB stick.
The next steps involve experiments with shorting the correct pins and different u-boot(s) on SD cards so basically you need to UART hooked up to see what works and what doesn't work. It's fiddly but not actually that complicated once you mentally get over the idea of stuffing a screwdriver into your expensive cicruit board
I wouldn't "rm .kodi" as that prevents you from easily copying back all the bits that don't cause issues. Simple "mv .kodi .kodi-old" and then reboot to update is fine. You can keep DB files, sources.xml, thumbnail caches and add-on settings without problems.
Hi, I cannot find any amlogic images on test.libreelec.tv anymore (nor on Index of /testing/). Please help, thanks
I pulled them because real-life is rather busy and I won't have time for kernel fiddling anytime soon. All the sources are in my github repo.
I see mention of MMAL so this must be LE 9.2. Go test LE10. Kodi 19 includes lots of feature/bug fixes, and RPi has an entirely different kernel driver stack. From our side of the fence there is no point (and thus not much interest) in investigating issues on LE 9.2 .. it's an effectively dead codebase now.
Auto-update works when someone on staff remembers to update the server side of things to do it .. which is not often.
Requests to modify how the Kodi SSH/FTP client performs/behaves should be done via the Kodi forums. LE simply consumes whatever code the respective Kodi devs publish or bundle with Kodi.
This has a high probability of failure because autostart.sh is executed right at the start of userspace boot before the network stack is up. If you run the script in the background (as you are) you need to add sleep values to allow the network to come up, and you probably need to delay Kodi start to allow for the mount to happen first.
This is why systemd mounts exist. Systemd allows you to apply dependencies, e.g. so the mount "wants" the network target to be up, and "before" the Kodi service is started. Look at the examples in /storage/.config/system.d/
3D support in RPi4B is not broken, it is not implemented (in both LE 9.2.x and LE10 codebases). Last time I asked about future support in the LE10 codebase I was told it's not impossible to support, but there's a long list of much higher-prioority things in the To-Do list. If you need 3D support, it's best to keep an RPi3 around (which does suppport it under LE 9.2.x, but not LE10).
Real-life is rather busy right now .. I'll get around to it eventually
If the local Samba server is enabled (it is by default) LE advertises local SMB shares via ZeroConf (Avahi) so you should be able to "browse" the network for ZeroConf shares to add in Kodi.
I'll add $0.02 to the conversation: If you want any form of response or interest from devs you need to test/use LE10 images. It's not that we don't care about LE 9.2.x, we do, but it's a codebase that is no longer in development so anything you find is not going to be fixed, and LE10 has significant-enough differences in software component versions to make comparisons low-value.
I am by no means a programmer though so apologies if these are dumb questions.
not. dumb. but. its. complicated.
Audio passthrough has stopped working on my x86 install. Was working fine on B3 and I skipped B4. Any chance this is a known issue or do you need logs etc?
Debug Logs.