Just add it at the end of the line like
Not sure if kernel will be automatically rebuild after the change that's why just in case clean linux package before making image.
Just add it at the end of the line like
Not sure if kernel will be automatically rebuild after the change that's why just in case clean linux package before making image.
I think the file is projects/S805/linux/linux.arm.conf.
And btw: this noram parameter disables copying SYSTEM file to ram and mounting from there - LibreELEC.tv/init at master · LibreELEC/LibreELEC.tv · GitHub
How can i fix this?
Reboot your RPi. Just in case. And as I already wrote: closing ssh session and opening it again works the same.
Where would I find the boot parameters within the source code?
No idea where amlogic things has this. Maybe some boot.ini in folder projects/.../bootloader.
So everything is as it should be. There is no reason why docker binary would not be found.
Can you check PATH
I have
LibreELEC:~ # echo $PATH
/usr/bin:/usr/sbin:/storage/.kodi/addons/script.moonlight/bin:/storage/.kodi/addons/service.system.docker/bin:/storage/.kodi/addons/virtual.network-tools/bin:/storage/.kodi/addons/virtual.system-tools/bin:/storage/downloads/bin
LibreELEC:~ # docker -v
Docker version 1.13.1, build 1.13.1
and you see correct path included (/storage/.kodi/addons/service.system.docker/bin).
Just guessing but try adding parameter noram to boot parameters.
Which system you are using? RPi2?
Also check which package version you have installed with command
Then list archive with command
and check if you have file docker in folder bin. Something like
But no docker? Strange...
Then double check that addon is even installed successfully.
Close your ssh session and connect again. Then docker will be available.
If you are familiar with docker try using it.
One question: Can you give me your build environment? (gcc version, libc6 version and so on?). Until now I was not able to compile LibrELEC by my own successfully
Up to date Ubuntu 16.04.3 LTS - nothing special. It should just work ootb.