Reelbox boot screen su Extension HD

Tutto quello che riguarda un prodotto commerciale, ma con l'anima di VDR

Moderatori: tapino, alez, zulu, davidea, ceo16

Rispondi
Avatar utente
alez
Messaggi: 3074
Iscritto il: 09 mag 2007, 17:11

Reelbox boot screen su Extension HD

Messaggio da alez »

Sto cercando di capire come cambiare i boot screen del Reelbox, ho postato sul forum tedesco:

http://reelbox-forum.com/showthread.php?t=21859

vediamo se almeno a questo rispondono, o se mi dicono che ci vuole la CAM ufficiale :laugh:
I login in the Extension HD via telnet, and i found the initial boot splash screen:

Codice: Seleziona tutto

# telnet hdext

Codice: Seleziona tutto

# cd / etc /

Codice: Seleziona tutto

# ls -lh
-rw-r--r--    1 0        0          516.9k Jan  1 00:00 boot-blubber_720x576_24.ppm.gz
-rw-r--r--    1 0        0          350.4k Jan  1 00:00 boot_720x576_24.ppm.gz
-rw-r--r--    1 0        0           27.0k Jan  1 00:00 boot_800x600_24.ppm.gz
i copied via ftpput the boot logo files, modified it, and written on Extension HD via ftpget command, but when the reelbox it rebot, all the changes are lose, there are some way to do this change?
Ciao alez
ceo16
Messaggi: 324
Iscritto il: 21 gen 2008, 18:40

Re: Reelbox boot screen su Extension HD

Messaggio da ceo16 »

ciao Alez l'immagine del boot è all'interno di linux.bin e viene caricata da hdboot con questo commando:
/usr/local/sbin/hdboot -i /lib/firmware/linux.bin

ho gia chiesto io tempo fa se era possibile e la risposta e sempre la solita: non he opensource
Avatar utente
alez
Messaggi: 3074
Iscritto il: 09 mag 2007, 17:11

Re: Reelbox boot screen su Extension HD

Messaggio da alez »

Che stronxi :twisted:


Beh io provo comunque a chiedere, vedremo...

http://reelbox-forum.com/showthread.php ... post186087
Ciao alez
Avatar utente
alez
Messaggi: 3074
Iscritto il: 09 mag 2007, 17:11

Re: Reelbox boot screen su Extension HD

Messaggio da alez »

Ecco come estrarre le immagini di boot dalla RAM della Reel Extension HD:

Codice: Seleziona tutto

root@ReelBox:~# telnet hdext 
Trying 192.168.99.129...
Connected to hdext.
Escape character is '^]'.



BusyBox v1.2.2 (2010.03.14-16:16+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.


Welcome to extensionHD

This image is based on SDK V1.7.
It was built @ So 14. Mär 17:17:26 CET 2010 on RBA.

hdext # cd etc/
hdext # ls
boot-blubber_720x576_24.ppm.gz  ld.so.cache
boot_720x576_24.ppm.gz          ld.so.conf
boot_800x600_24.ppm.gz          mtab
fb.modes                        nsswitch.conf
fstab                           passwd
hosts                           profile
init.d                          startnew.bmp
inittab                         udev
issue
hdext # 
hdext # ftpput -u root -p root-password 192.168.99.130 boot-blubber_720x576_24.ppm.gz boot-blubber_720x576_24.ppm.gz 
hdext # ftpput -u root -p root-password 192.168.99.130 boot_720x576_24.ppm.gz boot_720x576_24.ppm.gz 
hdext # ftpput -u root -p root-password 192.168.99.130 boot_800x600_24.ppm.gz boot_800x600_24.ppm.gz 
hdext # 
hdext # exit
Connection closed by foreign host.
root@ReelBox:~# 
root@ReelBox:~# ls /
bin                             debian-binary  initrd.img.old  proc  usr
boot                            dev            lib             root  var
boot_720x576_24.ppm.gz          etc            lost+found      sbin  vmlinuz
boot_800x600_24.ppm.gz          home           media           srv   vmlinuz.old
boot-blubber_720x576_24.ppm.gz  initrd         mnt             sys
control~                        initrd.img     opt             tmp
root@ReelBox:~# 

Note:

192.168.99.129 -> hdext
192.168.99.130 -> reelbox

Archivio delle immagini:

RapidShare: 1-CLICK Web hosting - Easy Filehosting

Altre discussioni in corso sul tema:

Reel-Multimedia Support Forum

Reelbox4all
Ciao alez
Rispondi