I have MKV11Z Microcontroller for which I need to develop a bootloader. I need to edit the MCU boot. The application code was developed in MCUXpresso IDE. Are there options to develop Bootloader in MAC?
Hi,
Please follow the instructions from the “Kinetis Bootloader Demo Application User’s Guide”: https://www.nxp.com/docs/en/user-guide/KBTLDRDEMOUG.pdf and built the Xcode version of the blhost utility. Hope it is helpful.