Diff for /elwix/config/etc/default/rc.cfg between versions 1.2 and 1.2.2.1

version 1.2, 2014/09/15 19:06:44 version 1.2.2.1, 2014/09/17 21:05:34
Line 8  CFG_NAND_LIST="/etc/cfg.map" Line 8  CFG_NAND_LIST="/etc/cfg.map"
 CFG_NAND_MAP="/dev/ada0g"  CFG_NAND_MAP="/dev/ada0g"
 CFG_NAND_SIZE=262144  CFG_NAND_SIZE=262144
   
UPGRADE_GPIO_PINS=""UPGRADE_GPIO_PINS="1 2 3"
   
 cd ${2:-/etc}  cd ${2:-/etc}
   
Line 61  case "$1" in Line 61  case "$1" in
                 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                  for i in ${UPGRADE_GPIO_PINS}; do
                        gpioctl $i 1 >/dev/null 2>&1                        gpioctl $i 1 >/dev/null 2>&1 || pceng "$1=0" >/dev/null 2>&1
                 done                  done
                 TFTPd -wR                  TFTPd -wR
                 ;;                  ;;

Removed from v.1.2  
changed lines
  Added in v.1.2.2.1


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