Hi Christie,
I'm so sorry not reply you until now.
In the status part, at left of the Kinetis Flash Tool, we can know that the flash reserved region is 0x0 to 0x11FFF, where Kinetis Bootloader locates. So 0xA000 locates at the reserved region. To protect Kinetis Bootloader, writing to reserved region is forbidden.
You can optimize bootloader, or modify bootloader_config.h in the bootloader project to remove some feature you don't need to minimize the code size of bootloader.
Best Regards,
Yitao.