You can add a systemd service file in /storage/.config/system.d to execute commands
Posts by chewitt
-
-
Unless you share the boot logs there is nothing to take a stab at.
-
Please read https://wiki.libreelec.tv/hardware/amlogic#install2internal .. in short, that script isn't usable now.
I'm working on an approach for user-driven tweaking of the speeds that the mmc controller runs the SD card at. There are silicon bugs in the Amlogic controller that cause stability issues at higher speeds so most boards are currently and deliberatly underclocked to use a safe "runs everywhere" 50MHz speed. Most (but not all) boards will support this being raised to 100MHz with UHS modes enabled, and some might even tolerate 150MHz, but i'm confident none will reliably run at the 200MHz rate used in the vendor kernel. Amlogic implemented some hacky and unsafe workarounds for the vendor kernel to run that fast; and those changes would never be accepted into the usptream kernel.
-
In the absence of a log file, no idea. Perhaps try other device-tree files?
-
-
Not a known thing (at least not in this forum). As it's technically nothign to do with LE, the Kodi forum would be a better place to look.
-
ilmich ^ the above issue is caused by sarbes front-to-back patch, I've seen the same with AMLGX. It's a promising change but it needs further testing before we adopt it

-
-
Disable the official Plex add-on and install the one from this repo which works fine: https://pannal.github.io/dontpanickodi/
Hopefully Plex will figure out the same changes needed for the official add-on, but until then..
-
Can you drop the connman.service/iwd.service from the file and then run "systemctl daemon-reload" before rebooting? .. still working?
If yes I will write it up for the wiki.
-
It means the KERNEL init script cannot find the first partition on the SD card to mount it and decompress the SYSTEM file; which is odd since U-Boot could see the same partition to load the KERNEL file in the first place. Perhaps experiment with other SD cards and a different device-tree file. You could also try setting "boot=/dev/mmcblk1p1 disk=/dev/mmcblk1p2" in uEnv.ini instead of the current boot=GUID/disk=GUID content.
-
figured by writing the wetek play 2 img.gz on the stick instead of the box version. what i suspect is that the box thought that the sdcard contains the exact same system, why would i boot from sdcard. but that doesn't sound very real.. anyway this way i could boot from sdcard, could wget the correct img file, and could run emmctool w libreelec11.img.gz and it's all good now.
That sounds like the wrong way around. Android (vendor) u-boot will not boot the WP2 image as it doesn't understand any of the extlinux boot files. If you boot from the box image which has boot.scr and s905_autoscript etc. it should boot. Unless somehow you broke/erased vendor u-boot; then the WP2 image on SD will boot as vendor u-boot on eMMC doesn't exist. Either way.. glad you got there in the end.
-
-
Probably not since we (still) don't understand where the bug is.
-
gonp Can you boot from SD card (so emmc is not in-use) and then (re)write this image to emmc:
https://chewitt.libreelec.tv/testing/LibreELEC-AMLGX.arm-11.0.1-wetek-hub.img.gz
I've modifed U-Boot with the content from this patch, but I'm nowhere near a Hub board to test it:
Bootloader-Builder/0003-Autoboot-keyboard-beaglebone-fixes.patch at fix/autoboot · BrianAdams/Bootloader-Buildercreate sanity in the insanity. Contribute to BrianAdams/Bootloader-Builder development by creating an account on GitHub.github.comThe patch should cause u-boot to pause if input is detected on the <space> key, and then you have 15 seconds to type "stop" to enter the u-boot console else it resets and boots again. The possible flaw is that constant noise might result in persistent triggering of the pause and reset cycle, but the first step is to ensure the changes are present in the image linked above. If yes, then we can fine-tune the behaviour.
-
Perhaps use network-online.target instead of network.target.
-
We aren't going to complicate LE11 with aarch64 support, it will be LE12 only.
-
There should be more Lego based cases!

tune2fs -L newlabel /dev/sda1 <= where /dev/sda1 is the NTFS partition that you want to change the label for.