]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/commitdiff
Fixed path non found error on downloader script for Simulink target.
authorCarlos Jenkins <carlos@jenkins.co.cr>
Wed, 12 Jun 2013 14:42:23 +0000 (16:42 +0200)
committerCarlos Jenkins <carlos@jenkins.co.cr>
Wed, 12 Jun 2013 14:42:23 +0000 (16:42 +0200)
rpp/rpp/rpp_download.m

index 4a47228825f39397003bf68229e73ddf74fdefe9..1d11bd58134872bd72e2770856bf6d9b2e3602eb 100644 (file)
@@ -49,7 +49,7 @@ function rpp_download(modelName, buildDirectory)
         % -c,   --cfg-file=CONFIG_FILE  Target setup config file
         command = ['"', ...
             CCSRoot, '/ccs_base/scripting/examples/loadti/loadti.sh" -a -r ', ...
-            '-c "', RppLibRoot, '/TMS570LS3137.ccxml" ', ...
+            '-c "', RppLibRoot, '/rpp/TMS570LS3137.ccxml" ', ...
             '"', outfile, ...
             '" 2> "', downloadLog, '"'];
         disp('### Running downloader script:');