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

« Previous Version 3 Current »

The procedures below use the SD card to load the system software, transfer the license file, and assign IP addresses when the IMG 2020 is in a remote location and access to either a BootP or FTP server is not available. In this process, all information pertaining to loading software and configuring IP addresses resides on the SD card. The SD card contains the bootup.cfg file and the system software file. Use of an SD reader/writer is needed to load the software and edit the information on the SD card.

Once configured, the IMG 2020 boots from the SD card and retrieves the IP address of the CTRL 0 interface on the IMG 2020, the system software file, and the license file. Once all this information has been transferred from the SD card to the IMG 2020, the IMG 2020 is ready for configuration.

  • It is recommended but not required that the SD card be formatted using the FAT 32 file system.

  • The license file is stored in the same location as the system software binary file.

  • If the IMG 2020 is set to boot from the SD card and a fault file occurs, the fault file will be saved on the SD card. If the FTP siaddr for the bootup.cfg file is set, then the fault file will also be transferred to this location.

Procedure

  • Insert the SD card into an SD reader/writer and connect to a PC.

  • Using the SD card reader/writer, load the system software binary file onto the SD card (bdn2020_ver230xxx_id0201.bin xxx=build number).

  • Using the SD card reader/writer, load the license file onto the SD card.

  • Use SD card reader/writer to modify the information on the bootup.cfg to the local network settings. The following example below displays a bootup.cfg file used when loading software from SD card. The Server Address (siaddr) is not required if loading software from SD card. However, if an NFS or NTP Server is in the same location, the IP address of that server would be entered in the Server Address line.

There is also a topic which includes a sample bootup.cfg file. If needed, this file can be copied and modified for use in the download process described below.

####################################################################################################################################### INSTRUCTIONS
#1. Edit values as required, as described below.
# Change IP Address, Subnet Mask, and Gateway IP Address to the actual # values for the BDN
  
# Make sure "System Software Filename" is set appropriately for your configuration and #Boot method
# System software is loaded using one the methods below:
# Software Download using FTP server and SD card
#     (file=ftpBuilds/bdn2020_ver230xxx_id0201.bin)
# Software Download using FTP server and SD card using symbolic link
#     (file=ftpBuilds/bdn2020_id0201.bin)
# Software and IP Download using only SD card
#     (file=bdn2020_ver230xxx_id0201.bin)
  
# If you change the version of BDN System Software on the FTP server or the SD card, make sure you change the System Software Filename #value to match download method.  When using the symbolic link, only the link needs to be updated. In any case, you must ensure the filename ends with _id0201.bin in order for it to be recognized by the platform.
  
# Make sure Host Flag is set appropriately for your configuration and #Boot method
  
# Hex/Dec
# 0x00/0  = Boot from FTP, T1 system
# 0x02/2  = Boot from FTP, E1 system
# 0x20/32 = Boot from SD card, T1 system
# 0x22/34 = Boot from SD card, E1 system
# 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 BDN, power-up the BDN.
#____________________________________________________________
# IMG bootup configuration file
# IP Address
yiaddr=192.168.0.101
# Subnet Mask
subnet mask=255.255.255.0
# Gateway Address
giaddr=192.168.0.1
# System Software Filename
file=bdn2020_ver230xxx_id0201.bin
# Host Flag
host flag=32
# Server Address for File transfer and SNTP operation.
siaddr=192.168.0.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 2020.

  • Modify the value of the yiaddr parameter to the IP address assigned to the IMG 2020.

  • Modify the value of the subnet mask parameter to the subnet mask assigned to the IMG 2020.

  • The Gateway IP address (giaddr) is not needed to load software and IP information if software is being loaded from SD card.

  • Enter the system software filename. See format in example above.

  • Edit the value of the Host Flag parameter. Add 32 (0x20) to the Host Flag value if IMG 2020 is booting from an SD card.
    Host Flag Values

32 (0x20) = Boot from SD card, T1 system

34 (0x22) = Boot from SD card, E1 system

Example: The following example displays a T1 system booting from an SD card. For more information, refer to Boot Flags topic.

Host Flag Parameter

Value

Boot from SD card

Add 32

T1 System

Add 00

Host Flag Value

32

  • The Server IP address (siaddr) is used to communicate with an NFS or NTP server. Enter IP address of the NFS or NTP Server if required.

  • The sname parameter is not currently used. Do not modify this parameter or problems may occur.

  • Click File > Save to save the bootup.cfg file.

  • Remove the SD card from the SD reader/writer.

  • Insert the SD card into the SD slot on the front panel.

  • Power-Up the IMG 2020. The cooling fans within the unit will initially run at full speed and slow down as software is loaded. The LEDs on the front panel will blink at a set pattern while the software is loading. Once software is loaded, the LEDs will settle to a set state. Below is table displaying the sequence the LEDs go through during the loading process.

When loading software, the LED's on the front panel of the IMG 2020 are flashed in a specific sequence to display which function of the software loading procedure is being executed. The information below describes the LED sequencing that occurs when loading software using just the SD card. 

 

  • Power on the IMG 2020 and all Span LED's flash red three times indicating the startup procedure is beginning.

  • If booting from the SD card Span1 and Span2 LED light solid green for a few seconds.

  • If file is being loaded from SD card Span1, Span2, and Span 3 will then light solid green for a few seconds.*

  • Once software starts loading from SD card, Span1, Span2, and Span 3 will stay lit a solid green. Spans 4, 5, 6, and 7 will then start scanning starting with Span 4. This indicates software is being loaded.

  • After software loads the LEDs from Span1 to Span 7 will all flash solid green.

  • The IMG 2020 begins using software by going to the starting address of the software. All LEDs go OFF for a few seconds while this occurs.

  • When the software load is complete and ready to be configured, Span1 through Span7 LEDs will flash to indicate unit is ready for configuration.


The loading of software and configuring of network information is now complete. To connect to the IMG 2020, open a web browser and connect. Refer to the Web GUI - Functionality topic for information on how to connect to IMG 2020 through the supported browsers.

 

  • No labels