how can you change the 1.start logo

SAT_Nobody

Registered
Messages
200
how can change the 1.start logo

Hello everybody,

I have been trying to change the first start logo (bootlogo-dm8000.jpg) for hours because I don't like it.



So far I have only managed the bootlogo.mvi,
change backdrop.mvi, bootlogo_wait.mvi files.

I would like to insert the picture here as the 1st start logo, but how?



I have read through several instructions and tried everything, always only black screen (1st start logo) when I change something. I'm already desperate.

What else can I do, some information about my DM8000
 
Last edited:

toysoft

Member
Messages
1,828
Change the file in boot with an exact same spec file 1280x780x24BPP 16.7 Millions color and 72x72dpi, that is named bootlogo-dm8000.jpg

TS
 

SAT_Nobody

Registered
Messages
200
thanks I really tried this for several hours with several instructions, there is always a black screen when I change the 1st boat logo. changing the 2nd boot logo is no problem.
 

robbyrobby

Registered
Messages
5
u need have in folder /boot these files
bootlogo-dm8000.elf.gz
bootlogo-dm8000.jpg

if u have that, then u can save own logo file there as bootlogo-dm8000.jpg

/boot is read only, do not mess with filies if u dont know what u doing
... in telnet
mkdir /boot
mount -t jffs2 /dev/mtdblock2 /boot

now copy your.img per ftp to /boot
... totalcmd is usefull, on copy dialog do u enter just name bootlogo-dm8000.jpg
after totalcmd uploaded new image

... in telnet
sync
umount /boot
reboot
 
Top