scripts: bossa-flash.sh: fix variable usage
We define a variable to pickup a default for the bossa binary, however we weren't using it. Lets do so now. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
404ceb6d1e
commit
76be0a4c92
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ BOSSAC_CMD="${BOSSAC:-bossac}"
|
||||||
if [ `uname` = "Linux" ]; then
|
if [ `uname` = "Linux" ]; then
|
||||||
stty -F /dev/ttyACM0 raw ispeed 1200 ospeed 1200 cs8 \
|
stty -F /dev/ttyACM0 raw ispeed 1200 ospeed 1200 cs8 \
|
||||||
-cstopb ignpar eol 255 eof 255
|
-cstopb ignpar eol 255 eof 255
|
||||||
${BOSSAC} -R -e -w -v -b "${O}/${KERNEL_BIN_NAME}"
|
${BOSSAC_CMD} -R -e -w -v -b "${O}/${KERNEL_BIN_NAME}"
|
||||||
else
|
else
|
||||||
echo "CAUTION: No flash tool for your host system found!"
|
echo "CAUTION: No flash tool for your host system found!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue