Hi
Does anyone know how to. Change the uboot bootdelay before it kicks off libreelec? I see the Panda screen for 5 whole seconds before it boots libreelec which takes like 1 second.
I would prefer it kick off right away!
Thanks
Hi
Does anyone know how to. Change the uboot bootdelay before it kicks off libreelec? I see the Panda screen for 5 whole seconds before it boots libreelec which takes like 1 second.
I would prefer it kick off right away!
Thanks
The delay is caused by u-boot initializing SD card, USB drives etc. You can only make your device boot a bit faster if you boot from internal memory and "disable" booting from SD/USB. You can do this after installing LE to internal memory and executing fw_setenv bootcmd 'run storeboot'
The delay is caused by u-boot initializing SD card, USB drives etc. You can only make your device boot a bit faster if you boot from internal memory and "disable" booting from SD/USB. You can do this after installing LE to internal memory and executing fw_setenv bootcmd 'run storeboot'
Or maybe switch the bootscreen to other is better but not faster solution:)
Great, its faster now, thanks!