JoKeRzBoX, any chance you could generate an update for the new 7.9.0 build?
LibreELEC-S905.aarch64-8.0-devel-20161107203518-r24431-g828b0b5.img.gz
I just spent 2 hours trying to do it as per the instructions on your repository (including spinning up a Linux VM and figuring out the steps I wasn't familiar with) but to no avail. Everything looked good, generated my SYSTEM and SYSTEM.md5. Multiple times my repacked files were rejected by the updater. I even regenerated SYSTEM a couple of times to make sure the problem wasn't there. I'm probably just doing something dumb due to being tired and frustrated. I'll try again tomorrow evening when morale recovers because I'd really like to be self reliant rather than bugging you for new builds.
Cheers
Chris
I am all up to enable people to perform the MOD on their own! Thanks for trying and please do not give up!
Just to double check your steps, you should have used:
SYSTEM from LibreELEC-S905.aarch64-8.0-devel-20161107203518-r24431-g828b0b5.img.gz as SYSTEM_64bit
SYSTEM from LibreELEC-S805.arm-8.0-devel-20161029000130-r24352-g5a0b492.img.gz as SYSTEM_32bit (as there is no new alpha for S805 yet, use the latest available)
SYSTEM from LibreELEC-S805.MXQ.arm-7.0.2.6.img.gz as SYSTEM_32bit_base (for some older versions of libs that could have been linked from binaries such as retroarch)
If you used those and the script generated a target/SYSTEM file, just take a look at its contents to see if it looks ok (you can use command unsquashfs -l target/SYSTEM or mount it with mkdir ./test; mount -t squashfs -o loop ./target/SYSTEM ./test).
As for creating the update package, there are a few ways you can do. My recommendation is get the one I created for the first alpha, untar it, and replace SYSTEM, SYSTEM.md5 with your generated ones and KERNEL and KERNEL.md5 with the ones from original latest alpha package from kszaq. Then re-tar it and it "should" work .
If you are runnign libreelec from USB or SD card, even easier (but more dangerous) is to just plug the USB or SD into a windows computer and replace the SYSTEM from the fat32 partition with the one generated by the mod script.
Let me know how it goes. If you are not successful by end of the week let me know and I can generate it on the weekend.