Posts by chewitt
-
-
Connect a UART cable to the board and share the early boot output.
-
Those commands only work on the LE11 image.
-
La langue de notre forum est Anglais, desolé.
-
1. First option sets global default NTP servers, and second sets connection specific servers that override the defaults when the connection is the active one. 2. Forces a startup delay in the LE boot process for X seconds; the second (in Kodi settings, not LE) has something to do with power and likely doesn't have any effect on LE since most HTPC devices (RPi4 is a good example) lack power management hardware.
-
Code
WP2:~ # echo 0 > /sys/devices/platform/leds/leds/blue:power/brightness WP2:~ # echo 1 > /sys/devices/platform/leds/leds/blue:power/brightness
^ the first command (0) turns the BLUE power LED off, but the underlying firmware (which we have no control over) switches the LED to RED. It can be reversed with (1). It's a good example for why it's hard to have a consistent feature in the settings GUI. Put some black electrical tape over the LED and it can be silenced.
For boot, I never understood why users are so obsessed with running from eMMC. I run an WP2 from a decent SD card (with mainline u-boot, as I wiped the emmc clean) and this works nicely. An RPi4 will be better overall, but for it's age the WP2 is still surprisingly useable.
Note that LE11 is functionally behind old vendor kernel images (no DVB tuners, no deinterlace etc.) .. there are few developers working on media drivers so progress is a bit slow.
-
Code
systemctl stop kodi mv /storage/.kodi /storage/.kodi-old touch /storage/.update/.nocompat reboot
^ after downloading the update file to /storage/.update .. this just moves the old Kodi install out of the way so that add-on issues don't cause issues as part of the update. Kodi will start in the new version with a clean environment, and then you can stop-kodi/move/restart-kodi to put back the essential bits you really need.
-
hkall that's nice work .. I see some bits already hit the mailing list
-
A1: Probably not, because there is zero consistency on LED naming over a wide range of devices and to script that feature you need something that can be consistently targetted.
A2: No, because in the past there were WeTek full-time paid staff hanging around to deal with their low-skill customers and the regular supply of support issues that came from that feature. These days it's mostly just me, and I have very limited enthusiasm for that kind of self-inflicted punishment. One of these days we'll figure out how to make mainline u-boot coexist with FAT partitions; then I'm fine to support an internal install on WP2 again.
-
Thanks to a side conversation while axe-throwing and drinking beer at Kodi DevCon a couple of weeks ago the latest images in my share now have a proper kernel-level workaround for the alsa speaker placement issue when using multi-channel PCM audio. The alsa channel map can now be detected/read by Kodi on the correct PCM device so magic works and audio comes out of correct speakers. It's a workaround not a proper fix (which requires some non-trivial alsa changes and more knowledge) but an improvement is an improvement. Happy Easter
-
Just keep an older RPi 2/3 board around for occasional 3D use. It's probably not impossible to make an LE 9.2 image with support for newer hardware but all time spent on making/testing something that ultimately few people will use is just a distraction from LE11 and encourages people to remain on LE 9.2 (when we'd generally like them to be on newer things) so I don't see staff making the effort. It's all open-source though so nothing to stop "the community" making the effort.
-
You can borrow someone else's computer for 5 minutes, or depending on what you want to install to, perhaps use a USB stick?
-
You're not mad. It should work.
-
So the LED now comes on with u-boot, and there might be a flash but it remains on after Kodi runs now? (previous images it would go off).
-
It sounds like u-boot turns the LED on (blue) but then when the kernel boots it's turned off. Hopefully this just means the GPIO polarity is reversed and this image should fix that? https://chewitt.libreelec.tv/testing/LibreE…arm-10.85.0.tar
-
Can you be specific/clear. Does the LED work, or not? .. Does the keyboard work if you connect it after boot?
-
RPi4 wins because it generates less heat and lower electricity bills. Occupying less space and probably being more reliable in the long-term due to the massively larger number of users fixing issues in the codebase are bonus credit.
-
If you configured NFS shares in Kodi, it's acting as a simple client (the same as SMB). If you want to locally mount the storage and then access media in a remote share via a local mount point, have a look at the systemd .mount examples in /storage/.config/system.d/ and create one for your NFS share. Note that anything in the library will need to be re-scrapes since it's now local media not remote as before.