Hello! I downloaded the flashloader application as a starting point for a custom bootloader for a 1021 project. When I try to build the example loader I get
section `.text' will not fit in region `m_text'
m_text: 96280 B 87 KB 108.07%
c:/nxp/mcuxpressoide_11.1.0_3209/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.201909161352/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: region `m_text' overflowed by 7192 bytes
Is there a different or updated version of a bootloader/flash writer that will build for this processor? I have to make modifications to this application anyway, but I would prefer to start with a working image if I could and make changes from there. I would have hoped the example projects would build.
Also, is there any sort of application guide for this software? I found a few posts on the topic, but if there was something in the way of a usage or commissioning or application manual, that would be such a help to me!
Thanks in advance!