Other Parts Discussed in Thread: MSP-GANG
Hi!
We would like to automate the process of generating a MSP GANG image .mspgangbin (that would be places on a SD card for standalone flashing) each time we create a new firmware .hex file. Is there a way of running a command/script in bash terminal to generate an image based on input parameters?
For example something like: "MSP-Gang.exe -prj project.mspgangproj -fw firmware.txt -pw passwordFile.txt -generateImage ./image.mspgangbin"
Thanks