Long-story short.. not supported and no plans to support. Our RK support is focussed on current and recent chips, not old ones.
Posts by chewitt
-
-
Good afternoon. I installed LibreELEC 9.2.6 on the raspberi zero W, bad cable and HDMI-CEC did not work, I can not connect a keyboard / mouse, at zero W there are no full-sized USB ports. How to enter SSID/password WIFI when booting the OS?
Fix the bad cable, then CEC works and (as previously described) the first-run wizard has the WiFi settings. Software complexity is never a fix for shoddy hardware. If you want a hardware solution, connect a UART cable to the board.
-
-
-
It's definitely a backup of my WP2 box, and I can boot the box image from the original vendor u-boot.
-
Any info on how to create functional dtb for rk3318?.
Creating a functional dtb will be trivial once someone writes a functional kernel for RK3318. The horse needs to come before the cart.
-
Martin has been implementing the HDMI driver and audio support. There is progress, but it's slow progress. `Development reached the point where some of the retro-gaming distros which don't have such a dependency on audio/video things are now using the upstream codebase.
-
You can try the "box" image here https://chewitt.libreelec.tv/testing/LibreE….0.1-box.img.gz the dtb to set in uEnv.ini is "meson-sm1-h96-max.dtb" .. but this assumes your H96 Max is the same as the box I made the device-tree file (which is a gamble .. it's a clone). HBR audio should be working fine but video is in a rough state in the upstream kernel so CE is probably a better option.
-
I assume you mean for RPi devices? .. it's in the Pi Foundation to-do list but not with a high priority.
-
NB: Until the audio channel mapping issues are figured out users can select the "HDMI" device as a pass-through device but should still select the "Analogue" output device as the main Kodi output. The Analogue PCM device alsa conf has some channel remapping to workaround the problem - the HDMI device does not support this.
-
LE uses pulse audio for BT output. It is probably possible to pair multiple BT audio devices and configure pulse to send L and R audio streams to the two different devices. However, how exactly you do this is the unknown. There is no HOWTO guide in our Wiki and nobody on staff has muh expertise in pulse audio, and you'll discover it's a complete bitch to Google for hints due to the massive number of false hits on common terms.
-
Boot this image on an SD card https://chewitt.libreelec.tv/testing/LibreE….0.1-box.img.gz and from the SSH console write this image https://www.dropbox.com/s/tw6bg3kipc8t…wp2.img.gz?dl=0 to eMMC with "emmctool w backup-wp2.img.gz" - the image is a raw backup of eMMC from my WP2 box before installing LE (or in my case, erasing Android).
-
I'm happy it works, but that configuration makes no sense. If you set min1/max3 the Kodi SMB client will choose the Samba smbclient default dialect which is SMBv2. The client can auto-negotioate to newer SMBv3 but it cannot negotiate down to SMBv1. The only way to make it use SMBv1 is to set both min/max values to SMBv1.
-
Is there any chance that upcoming changes will fix the analog audio output (jack)?
Unless these changes are already implemented?
It's not something I've tested but AFAIK it should be possible to use it with the correct mixer settings. GXM devices use a common "toacodec" driver and everything needed in device-tree should be present and connected - not on the Minix boxes that have a different DAC chip. It may be something that needs work in alsa-ucm to make the process a bit more friendly. Once we get the current 44.1/48 issue resolved and merged I'll switch testing to a GXM box with an audio jack and see if it can be figured out.
-
ConnMan owns that file so it will overwrite any changes you make. The solution is setting/changing the DNS servers for a 'service' (connman speak for a connection) through connmanctl. I can't quote the syntax needed off the top of my head but there are man pages and Google for that kind of thing.
-
-
Can we use installtointernal or only run off SD card
There are too many issues that arise from install2internal scripts so I have no plans to support it. That said:
Once I extract the FIP sources for Minix U1 and port the board to mainline u-boot it will be possible to boot modern u-boot from SD card and run the OS completely from eMMC. It is not possible to install modern u-boot and the OS to eMMC at the same time (as with vendor u-boot) as U1 is a GXBB device and GXBB needs to boot from the first sector of eMMC (so installing u-boot breaks partitioning .. and creating partitions breaks u-boot). The first stage boot from SD is a workaround, but it works and is much cleaner than the custom partition scheme that vendor u-boot implements. Minix U9-H boxes will be able to run fully from eMMC as GXL/GXM support an alternative offset for the magic boot header which allows partitioning to reside in first sector as normal. Until I get around to extracting the FIPs and doing u-boot work, the box must boot from an SD card. The performance difference is not so much.
-