March 19, 2019 at 7:16 PM #1 Hi,I compiled LibreELEC_v9.0 and is runnig. However I want change boot splash logo. I changed default images in "distributions/LibreElec/splash" and recompile but it hasn't changed.How to change boot splash logo?Best Regards
March 20, 2019 at 3:08 AM Official Post #2 Code mount -o remount,rw /flash cp /path/to/your/splash.png /flash/oemsplash.png mount -o remount,ro /flash ^ no need to recompile to change the splash
March 20, 2019 at 7:18 AM #3 I applyed this method. It's works.I want to learn where to change the splash in the compile files.
March 20, 2019 at 7:30 AM #4 It is part of plymouth-lite package LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub which is used in initramfs.
March 20, 2019 at 11:21 AM #5 Quote from vpeter It is part of plymouth-lite package LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub which is used in initramfs. It's work. Thank you.