Diff for /elwix/config/etc/default/rc.cfg between versions 1.1.2.2 and 1.1.2.5

version 1.1.2.2, 2014/02/24 23:18:35 version 1.1.2.5, 2014/07/29 19:12:14
Line 5 Line 5
 # $Id$  # $Id$
   
 CFG_NAND_LIST="/etc/cfg.map"  CFG_NAND_LIST="/etc/cfg.map"
CFG_NAND_MAP="/dev/map/cfg"CFG_NAND_MAP="/elwix/altroot/cf/map.cfg"
CFG_NAND_SIZE=65536CFG_NAND_SIZE=262144
   
FRM_NAND_MAP="/dev/map/firmware"FRM_NAND_MAP="/elwix/altroot/cf/map.firmware"
 FRM_NAND_SIZE=7929856  FRM_NAND_SIZE=7929856
   
   UPGRADE_GPIO_PINS=""
   
 cd ${2:-/etc}  cd ${2:-/etc}
   
 case "$1" in  case "$1" in
Line 61  case "$1" in Line 63  case "$1" in
                 echo "ELWIX switch to upgrade mode. Starting TFTPd ..."                  echo "ELWIX switch to upgrade mode. Starting TFTPd ..."
                 echo " You can upload now elwix_firmware.bin image to device with \"firmware\" name!!!"                  echo " You can upload now elwix_firmware.bin image to device with \"firmware\" name!!!"
                 echo "  Example: put elwix_firmware.bin firmware"                  echo "  Example: put elwix_firmware.bin firmware"
                   for i in ${UPGRADE_GPIO_PINS}; do
                           gpioctl $i 1 >/dev/null 2>&1
                   done
                 TFTPd -wR                  TFTPd -wR
                 ;;                  ;;
         *)          *)
                echo "Missing parameter - available options are (load | save | erase | backup | restore)"                echo "Missing parameter - available options are (load | save | erase | backup | restore | upgrade)"
                 ;;                  ;;
 esac  esac
   

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>