User's Manual

APPENDIX F
TROUBLESHOOTING
Revised: 23 Jan 08 APX F-4 EST P/N AA107G
UPDATING MODEL 192E TO OPERATE WITH 195EG
The ESTeem Model 192E can be used in a Model 195Eg system but does require an update to the firmware. Once the 192E
firmware has been updated, all the programming instructions in this User’s Manual will be applicable. The following firmware
update procedure requires the ESTeem 192E to first be updated to firmware version 220.19. Once this has been verified, please
proceed.
Local FTP Server
1. Configure an FTP server on the network where the ESTeem Model 192E is connected. Verify that you have anonymous access
to the FTP server before proceeding.
2. Download the following files from the ESTeem FTP Site (ftp://www.esteem.com/192E).
a. 192eupdate.sh
b. 192epdrs.sh
c. swupdate-192e-230.dev.65.img
d. DOS2UNIX.EXE
3. Open the 192eupdate.sh file using Wordpad. Replace <server-IP> with the IP of your ftp server. Replace <version> with the
firmware version (e.g., 230.dev). For example:
4. Save the amended script file.
5. Open a Command Prompt.
a. Open the directory where the files have been saved and type the following:
C:\<directory>dos2unix.exe 192eupdate.sh
You will then see the following string:
Dos2Unix: Processing file 192eupdate.sh
Example:
Figure 5: DOS Command Display
mkdir /var/update
cd /etc
wget ftp://172.16.252.251/ swupdate-192e-230.dev.65.img
dd if= swupdate-192e-230.dev.65.img of=/dev/ram0
mount /dev/ram0 /var/update
cd /var/update
/sbin/dkflash -v -d -w -o 0x00040000 kernel.img
/sbin/dkflash -v -d -w -o 0x00140000 rootfs.img
/sbin/reboot