Lastest openssh is included. Check the version of putty.
Posts by heitbaum
-
-
-
Hi @deleonkikko - the VFD driver is not in the kernel presently - there is some previous drivers - search for VFD. The WiFi depending on the model of the TX6 is a WIP in the kernel - but would suggest not soon. Some other info on the TX6 https://linux-sunxi.org/Tanix_TX6
-
-
Hi GORBULAN
LE 9.2 doesn't support the RPi 400 as it's firmware is too old. You probably manually replaced the firmware files on 9.2.6 and those got changed back to the stock (i.e. too old) LE ones when updating to 9.2.7/8.You have to replace firmware files again, or switch to LE 10 (which is the better solution as that will also give you working bluetooth and wifi).
Worth going though this article if you are going to use 9.2:
9.2.7 and 9.2.8 crash upon boot RPi 400 - General Support - LibreELEC Forum
Otherwise LE10 -
As fyi the Radxa n10c rk3399pro has the npu connected via USB3 and the interface to the npu is https://github.com/rockchip-linux/rknn-toolkit the NPU is actually a discreet A35 cpu rk1808 https://wiki.radxa.com/RockpiN10/dev/NPU-booting - https://www.cnx-software.com/2018/09/24/roc…ils-rk1808-npu/ and there are a bunch of hacks in place to startup the npu using sysfs which don’t convert well into mainline. If you connect to the rk1808 uart on the n10c board, you can actually see the (blob npu kernel boot on the rk1808) I haven’t spent much time on the n10c or my P2 in recent times.
-
Hi l1br33l3c - the TX6S is not a H6 device.
Have a read of https://linux-sunxi.org/Tanix_TX6s and RE: Allwinner H616 support?
So short answer is not yet.
-
You can set boot debug and alter init to review what is failing. E.g. https://github.com/heitbaum/Libre…1235eb9963fe106 but as chewitt points out unless the kernel you use has support for V4L2 Kodi may display, but any video decode won’t succeed. I have a number of similar issues as you are describing with some SoCs - rk3399pro, h616, rk3568, d1 (even Intel TGL) - all falling into the category of either too new or not yet fully mainlined - but I continue to test and upstream support for these.
-
kongxin You will want to use kernel head and uboot head for the 3568 - there is development being done but on the “edge” - lkml and denx mailing lists have regular patches.
-
Hi shedrock - it is an addon update.
Can I check what version of LE are you running and assume it is Generic? 10? Assume you are running Chrome 93.
-
Will 10.0.1 based on kodi 19.2 ?
Hi JohnWayne111 - the libreelec-10.0 branch now includes 19.2. Dates/times as always …
Comparing 10.0.0...ccfccf54488fca20a0aab042f06a87474963905f · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.com -
-
Hi krush316
SSH is available on LibreELEC
https://wiki.libreelec.tv/?q=SSH
From df output you should see the M2 driver as having a /storage of 200+ GB
-
Hi lbrkf - can you try building your docker container from these Dockerfiles?
LibreELEC.tv/README.md at master · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.combionic should work fine.
-
SandVP - some info on the Tiger Lake (TGL) in your NUC. I use a TGL as my daily - but didn’t start working ok till kernel 5.11.something. I now run kernel 5.14/5.15 https://wiki.libreelec.tv/hardware/intel-x86-64-generic
-
Hi idkfa - yep - it has been merged and in the build queue. Will be available soon. [le10] kodi-binary-addons: update to latest versions by heitbaum · Pull Request #5665 · LibreELEC/LibreELEC.tv · GitHub
-
Not sure, but there are a couple of **root** changes in 3.2.0
- Added
‑‑copy-as=USERoption to give some extra security to root-run rsync commands into/from untrusted directories (such as backups and restores). - The default systemd config was made stricter by default. For instance,
ProtectHome=on(which hides content in /root and /home/USER dirs),ProtectSystem=full(which makes /usr, /boot, & /etc dirs read-only), andPrivateDevices=on(which hides devices). You can override any of these using the standardsystemctl edit rsyncand add one or more directives under a[Service]heading (and restart the rsync service).
Would suggest using the debug options and trial / replicate what the synology is doing
- Added
-