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 Current »

Sample bootup.cfg

Below is a sample bootup.cfg file. Use the bootup.cfg file when loading software using an SD card. The file is normally shipped on the SD card with default values. These values need to be modified for the local network. Once modified they can be saved back to the SD card. If the bootup.cfg is not present on the SD card, the file below can be copied to the SD card and modified for the local network. The explanations set in the yellow font below need to be deleted before using the card to load software as they are not part of the file.

The explanations in parentheses are simply there to aid in understanding what each line represents.

The following example displays a sample bootup.cfg file:

# 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_ver230xx_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_ver230xx_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.
  
#_______________________________________________________________________
# BDN bootup configuration file
  
# IP Address
yiaddr=192.168.0.101   (IP Address being given to IMG 2020 being configured)
  
# Subnet Mask
subnet mask=255.255.255.0   (Subnet Mask being given to the IMG 2020 being configured)
  
# Gateway Address
giaddr=192.168.0.1   (Address of the gateway between the IMG 2020 and the ftpserver being configured.)
  
# System Software Filename
file=ftpBuilds/bdn2020_id0201.bin   (Path on FTP Server to the directory the System Software file is located)
  
# Host Flag
host flag=0   (Calculated Host Flag value.)
  
# Server Address for File transfer and SNTP operation.
siaddr=192.168.0.100    (IP Address of the ftp server being configured)
  
# Server Name (Optional, not currently used)
sname=factorydefault   (Currently not used. Do not modify or problems may occur)

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.

  • No labels