-
Posts
13 -
Joined
-
Last visited
Community Answers
-
MikePooh's post in Armbian Boot Logo only shown when boot from SD Card. was marked as the answer
It is so nice that you post the code as image. Please let me paste it as code.
if test -e ${devtype} ${devnum} ${prefix}boot.bmp; then splashpos=m,m splashimage=66000000 load ${devtype} ${devnum} ${splashimage} ${prefix}boot.bmp bmp d ${splashimage} fi
P.S. Code works.