I have followed the instructions on how to create a new initlogo file but 
the size does not match when init tries to use it.

I used the following on a png file that is 800 x 480 and the file size is 
119,306 bytes.

After I run *convert -depth 8 initlogo.png rgb:initlogo.raw* the .raw file 
is 1,152,000 bytes in size. This is close to what the BMP version would be 
and that I assume includes header info. 1,152,054

I then run* rgb2565 -rle < initilogo.raw > initlogo.rle* and the file size 
is now 206,156 bytes

When init creates fbsize for it, it uses 800 x 480 x 4 which is 1,536,6000 
and this does not match the 206,156 and these 2 values show as in boot

init: width = 800
init: height = 480
init: s.st_size = 206156
init: logo match failed!fbsize = 153600

What am I doing wrong that I can't see??

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to