Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

IMG 1010 - Downloading System Software Using Boot File on SD Card

The IMG does not support high capacity (SDHC and SDXC) SD cards.

A BootP server is used to configure the following:

  • IMG CTRL IP address

  • subnet mask

  • gateway address

  • FTP server address

  • FTP file name of the IMG 1010 system software
     

If a BootP server is not available but a remote FTP Server is available, the SD card can be used to configure the boot parameters so the IMG 1010 can retrieve the system software from the remote FTP Server. See Diagram Below.

STEPS:

  • Insert the SD Card into an SD Writer connected to a PC.

  • On the SD Card is a file titled bootup.cfg. Open this file.

  • Below is what the SD Card bootup.cfg information should look like.

######################################################
######################################################
# INSTRUCTIONS
#1. Edit values as required, as described below.
# Change IP Address, Subnet Mask, and Gateway IP Address to the actual #values for the IMG.
# If you change the version of IMG System Software on the FTP Server #or the SD card, make sure you change the System Software Filename #value.
# Make sure Host Flag is set appropriately for your configuration and #Boot method
#
# Calculate boot flag by adding values based on desired system attributes
# For a T1 system: add 0
# For an E1 system: add 2
#
# To boot from a FTP Server: add 0
# To boot from a SD Card: add 32
#
# For LBR codecs (512 ch/mod): add 0
# For LBR + AMR codecs (480 ch/mod): add 8
# For LBR + ILBC codecs (336 ch/mod): add 16
# For LBR + ILBC + Wireless codecs (336 ch/mod): add 24
#
# An example host flag for a T1 system booting from the SD card with LBR + iLBC codecs would = 48 (0+32+16)
# Change Server Address to the actual address of the FTP server.
# The Server Name is not used at this time.
#2. After editing this file: save file, remove SD card, insert SD card #in the IMG, power-up the IMG.
#_____________________________________
# IMG bootup configuration file
# IP Address
yiaddr=192.168.3.103
# Subnet Mask
subnet mask=255.255.255.0
# Gateway Address
giaddr=192.168.3.10
# System Software Filename
file=/excelsw/ftpBuilds 
# Host Flag
host flag=0
# Server Address for File transfer and SNTP operation.
siaddr=192.168.1.100
# Server Name (Optional, not currently used)
sname=factorydefault
######################################################
######################################################

  • Any line beginning with the # symbol is a comment and is not processed by the IMG. Below is the information the user will edit for use in their network

    • yiaddr --> IP Address of the IMG being loaded

    • subnetmask --> Subnet mask of the IMG being loaded

    • giaddr --> IP Address of the Gateway connected to the IMG

    • file --> If using the SD card to supply boot information but loading the software from the FTP Server; the System Software Filename on the  bootup.cfg file should be given a path to the IMG System Software file located on the ftp server. The default path is /excelsw/ftpBuilds or ftpBuilds/ as the IMG 1010 logs into the FTP server using the excelsw account.

    • Host flag --> The Host Flag informs the IMG 1010 of configuration details such as T1 or E1, Boot from SD card or Boot from FTP Server, and a few other configuration details. See Setting Host Flags.

    • siaddr --> IP Address of FTP server which provides the IMG 1010 System Software and NTP Server information

    • sname --> Optional, not currently used. Do not edit this.

  • Change the Host Flag to "Retrieve IMG Build from SD Card".  
    Host Flag Values

32 = Boot from SD Card, T1 system
34 = Boot from SD Card, E1 system

Example 1: The following is a T1 system booting from SD Card. Refer to the file Setting Host Flags to follow the example

Boot From SD card =  32
T1 system = add      +00
Host Flag Value =       32

The Host Flag for a T1 system booting from SD Card = 32

Example 2: The following is an E1 system booting from SD Card. Refer to the file Setting Host Flags to follow the example

Boot From SD card =  32
E1 system = add      +02
Host Flag Value =       34

The Host Flag for a E1 system booting from SD Card = 34

  • Edit the bootup.cfg file to reflect the new Host Flag value

  • Edit the System Software Filename in the bootup.cfg file to reflect the new software file being loaded. (Ex: file=/excelsw/ftpBuilds)

  • Edit the rest of the bootup.cfg file to reflect your network values.

  • Save the bootup.cfg file.

  • Remove the SD card from the SD Writer.

  • Insert the SD card into the SD slot on the Front Panel of the IMG.

  • Power-up the IMG. The fans on the IMG will run at full speed while diagnostics are running and software is being loaded

  • The LCD screen will show the following:

While software is loading to the IMG 1010 the LCD screen will display the following

MAC: 00:20:1C:04:03:11 ID:0101
SDC Loading

After the software has loaded to the IMG 1010 the LCD screen will display the following

MAC: 00:20:1C:04:03:11 ID:0101
Load OK/Jumping to Load

After software is done loading, the LCD screen will display the node info and the fans will slow to normal operation

Node Name: IMG1010
Node ID: 255

  • The loading of software and configuring of network information is now complete. The IMG 1010 is now ready to be configured.
     

Next Task

IMG 1010 - Starting GateControl EMS

 

  • No labels