You can find the ELF to IMG conversion tool in C:\Cypress\FX3 SDK\util\elf2img. I put this in the Eclipse Post Build Step: elf2img.exe -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.img" For this you have to set the PATH variable in Windows correctly. Like 1,...