Vincent de Wit Posted January 31, 2016 Posted January 31, 2016 Is there any possibillity to disable "all" boot output on the Olimex Lime 20 board? Including the bootlogo and verbose text? Thanks, Vincent 1
Andrés Rengifo Posted February 19, 2016 Posted February 19, 2016 Try to change the boot logo by a fullscreen black bmp
Andrés Rengifo Posted February 19, 2016 Posted February 19, 2016 http://raspberrypi.stackexchange.com/questions/1214/how-to-add-custom-loading-screen
Igor Posted February 20, 2016 Posted February 20, 2016 Try to change the boot logo by a fullscreen black bmp I think that won't be enough. You will still get some prompt from u-boot. I think he needs to recompile u-boot with disabled tty1 console. Would need to look how to do that.
Andrés Rengifo Posted February 23, 2016 Posted February 23, 2016 I've replaced the boot.cmd file, in the first line : "console=tty1" to "console=tty3" and "loglevel=1" to "loglevel=3" . Then recompiled using mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr . Finally I get just one line at boot :[0.0000] start_kernel()....
Vincent de Wit Posted February 25, 2016 Author Posted February 25, 2016 Thanks for the tip! Will try it
Recommended Posts