0 Membres et 1 Invité sur ce sujet
Tested with the latest PLI-ImageCopy file avrmain.hex to your ET9000 ( /lib/firmware/ ) and overwrite the file.Open your telnet client: Put in the following code :Code: [Sélectionner]/etc/init.d/fpupdatethe avrmain.hex will be written.--------------------------------------Another option to install the avrmain.hex:Open your telnet client and put in the following:Code: [Sélectionner]#!/bin/shif ! [ -f /lib/firmware/avrmain.hex ]; thenexit 0fiif ! [ -x /usr/bin/fpupdate ]; thenexit 0fi/usr/bin/fpupdate /lib/firmware/avrmain.hex 10 && rm /lib/firmware/avrmain.hexReboot your box!
/etc/init.d/fpupdate
#!/bin/shif ! [ -f /lib/firmware/avrmain.hex ]; thenexit 0fiif ! [ -x /usr/bin/fpupdate ]; thenexit 0fi/usr/bin/fpupdate /lib/firmware/avrmain.hex 10 && rm /lib/firmware/avrmain.hex