I was wondering if I can get some help regarding how I could set the crc checksum on the resulting mdot custom firmware built using mbed-cli. In the previous versions of the mdot library and mbed-os this was set automatically and we could just use the binary generated as is to flash it.
For the firmwares built using mdot 4.0 library and using mbed cli, we using the tool provided by multitech “multitool” to create a firmware with the crc checksum appended to it after the compilation is done.
Since we automate our process of flashing our custom board, I was wondering if there is a way in mbed cli to run a post build script to run multitool against the generated bin file?
Thanks,
Ajay