You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to get dietsplash running on a embedded i.mx6 system. After compiling and adding the init=/bin/dietsplash in the kernel commandline nothing much happens, no boot screen at all. When I try to execute the binary /bin/dietsplash, it gives me the information:
dietsplash[486] CRITICAL: Only BGRA8888 is implemented, your fb is:
b_offset: 0 b_length: 5
g_offset: 5 g_length: 6
r_offset: 11 r_length: 5
It seems to me that I have to configure the fb size somewhere, but I have no idea how to do that. Is there any way to do so?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to get dietsplash running on a embedded i.mx6 system. After compiling and adding the init=/bin/dietsplash in the kernel commandline nothing much happens, no boot screen at all. When I try to execute the binary /bin/dietsplash, it gives me the information:
dietsplash[486] CRITICAL: Only BGRA8888 is implemented, your fb is:
b_offset: 0 b_length: 5
g_offset: 5 g_length: 6
r_offset: 11 r_length: 5
It seems to me that I have to configure the fb size somewhere, but I have no idea how to do that. Is there any way to do so?
The text was updated successfully, but these errors were encountered: