I am following this document to port the KV58F220M bootloader to the KV56. https://www.nxp.com/docs/en/reference-manual/MCUBOOTRM.pdf
With the KV31 we had our bootloader load to flash at 0xA000. We can still load to the same flash location with KV56? I noticed the default location was 0x1000a000.
It looks like there is not a MCUBOOT specifically for the MKV56F512xxx24. However, there is a bootloader for the KV58F220M. I assume that's because this same bootloader works with the MKV56?