Home
last modified time | relevance | path

Searched refs:radiofile (Results 1 – 1 of 1) sorted by relevance

/development/tools/labpretest/
Dlabpretest.sh321 if [ "$radiofile" == "" ]; then
323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`
324 if [ "$radiofile" == "" ]; then
325 log_print "radio file empty: $radiofile"
328 if [ ! -e "$ROOT/$product/$radiofile" ]; then
329 log_print "radio file not found: ./$product/$radiofile"
332 log_print "using $ROOT/$product/$radiofile as the radio image file"
335 flash_partition $radiopart $ROOT/$product/$radiofile