Other Parts Discussed in Thread: UNIFLASH
I have generated a command package from UniFLASH and am trying to load the code onto the core through a python script writing directly to the command terminal.
The generated shell file produces:
args=(\"$scriptDir\"/ccs_base/DebugServer/bin/DSLite $MODE -c user_files/configs/f28379d.ccxml -l user_files/settings/generated.ufsettings -s VerifyAfterProgramLoad=\"No verification\" -e -f -v \"user_files/images/boot-v3_000-cpu1-b4_1_0_0-d20230608125327-i00000000-g69e5593d-main-Development_Bootloader_(start_both_CPU1_and_CPU2).bimg,0x0\" )
echo -e Executing: ${args[@]}
eval ${args[@]}
my rewrite of this in the python script is as such: