• Non sono ammesse registrazioni con indirizzi email temporanei usa e getta

How to Update Frontprocessor

Stato
Chiusa ad ulteriori risposte.

Ferbius

Digital-Forum Silver Master
Registrato
2 Marzo 2002
Messaggi
2.513
Procedura finale :)

Tested with the latest PLI-Image click to download
Install the new bootloader , extract the files to usb and power off the box. Restart box and press ok on the frontpanel.
Download avrmain-10.hex and rename it to avrmain.hex and copy file to your ET9000 ( /lib/firmware/ ) and overwrite the file.
Open your telnet client: Put in the following code/etc/init.d/fpupdate , the avrmain.hex will be written.

Another option to install the avrmain.hex:
Open your telnet client and put in the following:
#!/bin/sh
if ! [ -f /lib/firmware/avrmain.hex ]; then
exit 0
fi
if ! [ -x /usr/bin/fpupdate ]; then
exit 0
fi
/usr/bin/fpupdate /lib/firmware/avrmain.hex 10 && rm /lib/firmware/avrmain.hex

Reboot your box!
Testato con l'ultima PLI- la scaricare qui
Installare il nuovo bootloader, Scaricate i file qui per usb scompattate e inserirlo nella usb e spegnere il decoder. Riavviare il decoder e premere OK sul pannello frontale.
Scarica avrmain-10.hex e rinominarlo in avrmain.hex e copia il file sul tuo ET9000 ( /lib/firmware/ ) e sovrascrivere il file.
Aprite il vostro client telnet: inserire nel codice seguente /etc/init.d/fpupdate, il avrmain.hex verrà scritto.
Riavviate il vostro decoder

Un'altra opzione per installare il avrmain.hex:
Aprite il vostro client Telnet e mettere di seguito:
#!/bin/sh
if ! [ -f /lib/firmware/avrmain.hex ]; then
exit 0
fi
if ! [ -x /usr/bin/fpupdate ]; then
exit 0
fi
/usr/bin/fpupdate /lib/firmware/avrmain.hex 10 && rm /lib/firmware/avrmain.hex

Riavviate il vostro box!
 
Stato
Chiusa ad ulteriori risposte.
Indietro
Alto Basso