Change Details
| data/qi_lb60/scripts/reflash_ben.sh |
| 36 | 36 | l) |
| 37 | 37 | WORKING_DIR=$OPTARG |
| 38 | 38 | PROTOCOL="file" |
| 39 | | VERSION= |
| 39 | VERSION="Local" |
| 40 | 40 | ;; |
| 41 | 41 | *) |
| 42 | 42 | echo "\ |
| ... | ... | |
| 80 | 80 | log "$1" |
| 81 | 81 | log "===" |
| 82 | 82 | log "Before reporting this as a bug" |
| 83 | | log "please ensure you're using the latest available version of" |
| 84 | | log " this reflash script" |
| 85 | | log " the xburst-tools" |
| 83 | log "Please ensure you're using the latest available version of this reflash script" |
| 84 | log "http://downloads.qi-hardware.com/software/images/NanoNote/Ben/reflash_ben.sh" |
| 86 | 85 | exit 1 |
| 87 | 86 | } |
| 88 | 87 | |
| ... | ... | |
| 124 | 123 | -a "${LOG_FILE}" \ |
| 125 | 124 | -P "${WORKING_DIR}" \ |
| 126 | 125 | "${BASE_URL_HTTP}/${VERSION}/${ROOTFS}.bz2" && \ |
| 127 | | (cd ${WORKING_DIR}; tar xf ${ROOTFS}.bz2) |
| 126 | (cd ${WORKING_DIR}; bzip2 -d ${ROOTFS}.bz2) |
| 128 | 127 | |
| 129 | 128 | if [ "$?" == "8" ]; then |
| 130 | 129 | log "fetching .ubi rootfs..." |
Download the corresponding diff file