Home | History | Annotate | Download | only in scripts

Lines Matching refs:nvs

18     echo -e "\t\t-c <path to INI file> [path to install NVS] -" \
23 echo -e "\t\t\t/lib/firmware/ti-connectivity/wl1271-nvs.bin"
62 path_to_install="/lib/firmware/ti-connectivity/wl1271-nvs.bin"
337 # 2. create reference NVS file with default MAC
338 echo -e "+++ Create reference NVS with $path_to_ini $path_to_ini2"
347 run_it=`./calibrator set nvs_autofem 1 ./new-nvs.bin`
349 # 4. copy NVS to proper place
350 echo -e "+++ Copy reference NVS file to $path_to_install"
351 run_it=`cp -f ./new-nvs.bin $path_to_install`
394 # 8. update NVS file with random and valid MAC address
395 echo -e "+++ Update NVS file with random valid MAC address"
396 ./calibrator set nvs_mac ./new-nvs.bin
398 echo -e "Fail to set NVS MAC address"
402 # 9. copy calibrated NVS file to proper place
403 echo -e "+++ Copy calibrated NVS file to $path_to_install"
404 run_it=`cp -f ./new-nvs.bin $path_to_install`
417 # parameters are INI file, path where to install NVS (default /lib/firmware)
438 # 2. create reference NVS file with default MAC
439 echo -e "+++ Create reference NVS with INI $path_to_ini"
446 # 3. copy NVS to proper place
447 echo -e "+++ Copy reference NVS file to $path_to_install"
448 run_it=`cp -f ./new-nvs.bin $path_to_install`
491 # 7. update NVS file with random and valid MAC address
492 echo -e "+++ Update NVS file with random valid MAC address"
493 ./calibrator set nvs_mac ./new-nvs.bin
495 echo -e "Fail to set NVS MAC address"
499 # 8. copy calibrated NVS file to proper place
500 echo -e "+++ Copy calibrated NVS file to $path_to_install"
501 run_it=`cp -f ./new-nvs.bin $path_to_install`