This doesn't work even within the same bash script; it says node can't be found.
What is the exact error?
And isn't S912 just arm (32 bit)?
This doesn't work even within the same bash script; it says node can't be found.
What is the exact error?
And isn't S912 just arm (32 bit)?
Pay attention. To properly boot the system to SD card on Odroid N2 you need to switch the startup u-boot was installed on SD\eMMC. (that is, the position that is used in the release of equipment from the plant).
I know this is Google translate but come on ![]()
I don't know anyone who would have QP.
Maybe in 2 or 3 years there will be something ![]()
But thank you for your work anyway.
Maybe you need to change User-Agent in Chrome?
As written here MariaDB mysql server addon
QuoteKodi user can't connect on localhost but only on real ip address. That's why you need to use -h parameter
mysql -u kodi -p -h <real ip address of the server>
Ignore PID file error.
Enable "Wait for network": LibreELEC Settings [LibreELEC.wiki]
And I think this is not legal playlist?
Now I see the difference:
LibreELEC-Odroid_C2.aarch64-8.2.5.img.gz
ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, stripped
LibreELEC-Odroid_C2.arm-9.0.1.img.gz
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.2.0, stripped
So just build addon correctly and it will work again in LE 9 too ![]()
this did not worked but my 2to3 version was from a 3.x python...
Python libs are needed and not this binary.
syntax error: unexpected word (expecting ")")
This means you are using binary for wrong architecture.
I already did try to rebuild (as aarch64). Should that be aarch32? At least uname says aarch64.
When you build addon you need to set ARCH=arm. Because only kernel is 64 bit but userspace is 32 bit.
Try to enable "wait for network" in LibreELEC addon settings.
I build LE Generic 8.2.5 and it was made after this openssl fix. Maybe some other package could have similar issue.
I think path in Makefile.shared is not yet used when issue happen.