or install using terminal and where would i find my device tree file in my folders for ubuntu
Posts by beeasy79
-
-
do i create them or does it create them when i boot off the usb
-
im wondering can i create a seperate partition on my HDD for LIBREELEC curently i have Windows 10 along side Lubuntu Zesty. and now i want to have a triple boot option so windows 10 and Lubuntu and LIBREELEC
-
Works from SD card but wont install to nandThis is great on SD card for my For my device MXQ Pro S905X 1GB/8GB - Really love your work
hoping when kszaq has a little time he might take a look (more info here) Hoping thread-1982-post-49398.html#pid49398how are you trying to install to memory
[hr]
I'm trying to set up the auto update but cant seem to find the address needed to input in the settings I updated before but this time it didn't work -
not sure if its a bug or not as lastweek my pvr was all good but this week after I put the 8.0.1h on now the pvr kicks me randomly and sometimes skips. even if I turn acceleration off
-
I can confirm major frame skips using 'h' build. They are present in all 1080p and 1440p.
Remote control reaction is slow.after I installed this I haven't noticed anything different with the remote sure the some of the buttons are different like my volume up actually moves things up and volume down moves things down when I'm choosing movies ect. that's about the only problem I have incounterd but that's not mmuch of a issue to me and the response time is responsive there in no delay at all.
-
not sure what I'm doing wrong atm but I haven't updated since the f update and now for some reason when I try to add the file with FileZilla to the update folder it always fails with one transfer but it shows the tar file in the folder and when I del the file and try again it still does the same. I even tried to add the manual update to the libreelec settings then go to the update channel and choose the libreelec-8.0 then I go to available versions and click the 8.0.1h it askes me if I want to update I chose yes then it says time remaining 1 min then stops without error and does not update. not sure what I may be doing wrong
well I hope I don't have to do this everytime to get a update "factory reset". I did a factory reset and retried to move the 8.0.1h over to the update folder and still failed so I added the auto update link and chose 8.0.1h and finally it updated but I lost every thing. but atleast the auto update is now setup hope it picks up each time a new build is available as I don't like "factory reset" toothpick method. thank-you for the great work though. if it was not for the great people like Kazaq and team I forsurly would have no idea on anything I have learnt this past year+. THANKYOU for all the hard work. and I'm happy to help when needed. -
not sure what I'm doing wrong atm but I haven't updated since the f update and now for some reason when I try to add the file with FileZilla to the update folder it always fails with one transfer but it shows the tar file in the folder and when I del the file and try again it still does the same. I even tried to add the manual update to the libreelec settings then go to the update channel and choose the libreelec-8.0 then I go to available versions and click the 8.0.1h it askes me if I want to update I chose yes then it says time remaining 1 min then stops without error and does not update. not sure what I may be doing wrong
-
Hi all,
i make same script for custom update for S905/S905Xset on Settings/LibreElec/System:
source:
[code=php]
<?
$c=file_get_contents ("http://kszaq.libreelec.tv/s905/");
$versions=;
preg_match_all("/[0-9]+\\.+[0-9]+\\.+[0-9][a-z]/", $c, $versions);
$last=end($versions[0]);
$c=file_get_contents ("http://kszaq.libreelec.tv/s905/".$last."/");
preg_match_all("/LibreELEC[-_.0-9a-zA-Z]*\"/", $c, $files);
$files=$files[0];
//print_r($files);
?>{
"LibreELEC-8.0": {
"url": "http://kszaq.libreelec.tv/s905/",
"prettyname_regex": "^[0-9a-z.]*\\/LibreELEC-.*-([0-9]+\\.[0-9]+\\.[^.]*)",
"project": {
"S905.arm": {
"displayName": "Amlogic S905",
"releases": {
<?for ($i = 0; $i < count($files)/2; $i++) {?>
"<?=$i?>": {
"image": {
"sha256": "9a47f4c49f558ef24b4f49262b4e3565011c85a8b9a67aa583fcbc4f4e87e35b",
"name": "<?=$last?>/<?=$files[$i*2]?>",
"size": "122548364"
},
"file": {
"sha256": "964e0928dca8660dfe35e6642b4cb7b94aadc41807106fbea4da6d1ad7a91a08",
"name": "<?=$last?>/<?=$files[$i*2+1]?>",
"size": "135639040"
}
}<?if ($i+1!=count($files)/2) echo ",";?>
<?}?>
}
}
}
}
}
[/php] -
The updated image. A number of changes to the load scripts. Added reboot into Recovery. Note that when using the system with external SD card before selecting reboot into Recovery, you need to remove the script aml_autoscript SD card from FAT partition. Otherwise, when the script aml_autoscript and select reboot into Recovery, the looping start. If this happens, turn off TV box and remove the script. After that, you can continue to use this SD card.
hi I have tried several files on my mxq s812 m10 m8s and I cant seem to enable multi boot if my life depended on it. I have tried using s805 auto_script and it errors right off the bat. I do what you say and update inside of android and nothing always error even with the universal. also yesterday I had got it to flash using usb tool but its a different rom (m8s) and its a (mxq) also I cant find any device tree files. its using n200 so I'm lost haha I'm sorry -
ok I have tried each of your img files for my s812 n200 with no luck at all how do I activate the multiboot I'm so confused. I have did my mxq pro 4k with no issues but this is complicated
-
so is this what I have to do with this mxq s812 m10 m8s I have
-
I have a mxq s812 m10 ms8 v1.0 20150729 would this be the right forum for the firmware
-
just wondering where I would find the img file for the mxq s812 m10 m8s v1.0 20150729
-
just a question is openelec better then libreelec for amlogic devices
-
you can also use FileZilla for ssh connection and copy them all to your computer then replace them after installed
-
just today libreelec started to boot weird. comes up with failed to start machine id and then the rest is ok but this is at the boot and its hard to catch everything. I did catch faild to start machine id. I have s905x
-
Use this instead LibreELEC-S905.arm-8.0-8.0.1e.img.gz
then how would I make it a tar file after