allo0osh Posted December 2, 2020 Share Posted December 2, 2020 (edited) hi to all how can I change the armbian logo in bootsplash? I've searched for it in this forum and saw some similarity but that not solved my problem. I enabled the bootlogo=true in /boot/armbianEnv.txt and after that the logo appears in boot instead of texts and that's fine but I want to change the logo. also in boot.cmd I found this: if test "${bootlogo}" = "true"; then setenv consoleargs "bootsplash.bootfile=bootsplash.armbian ${consoleargs}"; fi changed the "bootsplash.armbian" with some bitmap file but after doing mkimage to create boot.scr, the logo went missing and texts are back. searched in file system for "bootsplash.armbian" and found this: /usr/lib/firmware/bootsplash.armbian and that was not the file I was looking for. plymouth not working either. does anyone know how to change the logo? ps: the device is orange pi pc v1.3 and uname -a output is: Linux opipc 5.8.16-sunxi #20.08.14 SMP Tue Oct 20 22:15:32 CEST 2020 armv7l GNU/Linux Edited December 2, 2020 by allo0osh Link to comment Share on other sites More sharing options...
Recommended Posts