Heya, has anyone changed the linux splash screen? (The one that appears when you turn the mini2440 on) I can't figure out how to do it. I think I need to recompile the kernel... Thanks! Paul
Linux splash screen
No help like your own :) copy the ppm file to ./linux-2.6.x.x/drivers/video and overwrite the logo_linux_clut224.ppm file Cheers Paul
Actually not quite... I can compile the logo in but it doesn't appeat. I converted it from jpg using jpegtopnm logo.jpg | ppmquant 224 | pnmtoplainpnm > logo_linux_clut224.ppm Res is 200x219 just like the friendlyarm one. Any idea of what I m doing wrong? Thanks Paul
You can do compatible images directly with Gimp too. Save as .ppm and remember to choose "ascii encoding" in compression options.
Sweet stereo, thanks. Also, you need to decrease colours (yes there is a 'u' :P) to less than 224, so use the following ppmquant 224 logo1.ppm > logo_linux_clut224.ppm Cheers Paul