|
Hi,
I wrote a tcl script to flash my board with binaries. Binary file names are set like so:
set bootstrap "bootstrap.bin" DataFlash::SendBootFile "$bootstrap"
Problem is I have to run the tcl script from the directory containing the binaries, otherwise the script can't find the binaries. For this reason the "Execute Script File" SAM-BA GUI option fails, because the current working directory is not changed to that of the script/binaries.
Is there some way for the tcl script to find the binaries?
Last edited by Need4Speed on Thu Aug 04, 2011 1:41 pm, edited 1 time in total.
|