IIRC evdev is part of the system tools add-on. Install and log out/in from the SSH console for it to be available.
Posts by chewitt
-
-
Go into Kodi setttings > LE settings > Services .. enable Samba. On boot /storage/.config/samba.conf will be used if itt exists, else the the embedded smb.conf will be used.
-
From personal experience it's tempramental .. keep trying.
-
HEVC will not play unless it's small file sizes because it's being CPU decoded, there is no HW decode support yet. I found 128MB CMA to result in crashing.. I still state that 512MB boards are not supported.
-
There are test images on Index of / but no DVB support at this time so best to stick with older releases.
-
No LE images are using mali now so the mali-utgard package is probably needing some patches or hacks to work around kernel API changes. Lima is quite stable so I wouldn't bother with that change - it's not the source of your issues.
-
Normally (most apps) you supply the IP/hostname of the DB and admin credentials and the app will create whatever database and table structures it needs to operate. Best people to help you get setup with that are Jeedom - we have no clue about their processes.
-
The latest version is LE 9.0.2, but I wouldn't recommend installing to internal emmc as this will complicate future upgrade to our mainline kernel images (still work in progress, but with most of the basics now done). Despite the hype, the performance difference with a resonable SD card is not significant. It's noticeable if you use older slower SD cards and older slower hardware.
-
LibreELEC.tv/linux.aarch64.conf at amlogic-master · chewitt/LibreELEC.tv · GitHub
^ If I change the CMA fall-back value from 256 > 128 and force a 1GB device to 512M via kernel boot params, the Kodi GUI comes up and I can play the 1080p60 version of Big Buck Bunny (test media). I need to run some experiments on a wider variety of hardware and codecs before I can consider making that value the distro default. It's possible that HEVC (which is not supported yet) might require more. Let me know how that works for you?
-
You need to boot from the AMLGX "box" image (edit uEnv.ini and set the correct dtb name) and then copy the AMLGX "khadas-vim" image to /storage; then you can write the "khadas-vim" image to emmc. The emmc image will only boot from an SD card if you erase the emmc first.
-
IIRC it's possible to "cp /user/share/kodi/system/peripherals.xml /storage/.kodi/userdata/peripherals.xml" .. make changes to the version on /storage and reboot, and the userdata version overrides the embedded one?
-
If the MAC is stable, it's likely an issue with the speakers. I forget the explanation for what's going on, but it's more frequently observed with Headphones; at least in numbers of reports we've seen here. Google against headphones and you'll find the explanation.
-
Hopefully the flashing situation will be resolved. We recently discovered via the Intel folks working on HDR support (Kodi is their test app) that Intel has an internal Linux tool for tthis; they are going to see if it can be cleaned-up and released. No promises, but fingers are crossed.
Bugs in official Kodi add-ons should be reported to Team Kodi via their forums or a detailed bug report (follow the template) on GitHub.
-
Make sure it's the HDMI port nearest the power connector.
-
What are you expecting SP2D to do?
-
-
If you are using one of the nightly images from Index of / there is a tool called "emmctool" in the OS to help with installing LE to the internal emmc storage. In short, you need to boot from any image to an LE console and then run:
emmctool w /path/to/LibreELEC-AMLGX.arm-XXXXX-khadas-vim.img.gz
The tool will then unpack and overwrite the existing contents of emmc storage with the specified image. If you are already booted from the AMLGX "box" image the tool is in the OS, and all you need to do is download the "khadas-vim.img.gz" suffixed image to /storage and run the command.
The tool is considered experimental but has worked well for me in regular wipe/format boot tests. If it does screw up (it was writen by me so this is always possible) the provblem will be something wrong with partitions and naming. In this scenario you still end up with a working u-boot installed on emmc and can continue to boot from the "box" SD card to simply repeat the process.
If you are using older "KVIM" images (our legacy codebase) .. support for them among staff is now rather limited and I would recommend you continue to run them from an SD card.
-
Rrun "bluetoothctl show | grep Controller" and note the MAC addres, then reboot and run again. Did the MAC change?