Good morning,
I use KDS1.1.1 for micro K10. I created a compilation profile for updating my software using the bootloader.
In the Toolchain I checked "Create flash image" and in "Cross ARM GNU Create Flash Image" I select Motorola S-record with option --srec-len=80 --srec-forceS3.
The file created starts with:
"S01300004652493350525F626F6F742E7372656348"
but is not recognized by the bootloader. To solve it, I need that the first line is: "S0030000FC"
Is there any option in objcopy for KDS to remove the comment in the first line of the Motorola file, to get "S0030000FC"?
Thank you
Regards
Mirko