Hi,
Is there a way to check if the binary for the out of the box demo is flashed onto to the IWR devices? I am trying to find a automated way to flash the binary if its not available on the board. Something like below
isFlashed = checkIfDemoFlashed
if ~isFlashed
flashBinary(cfgPort);
end
I am aware of version command, but if I just use version numbers, is there a possibility that it gives false outcome, if any other binary has the same version number of SDK
Thanks in advance