Has someone implemented the serial flash update on the K64?
I've found this link regarding the flash update, but nothing there is concerned with K64 or any K family component.
Any hints?
Hi Roy messinger,
About the serial flash update on the K64, you can use our official KBOOT which can be download from this link:
This Kboot contains the K64 uart flash bootloader.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks, kerry and Mark.
Kerry,
Regarding the Kboot, does it enable programming the k64 via UART?
This is my intention, sorry for not pointing that out...
My next step will be implementing a boot loader which will enable loading a first image, then go to the second image.
Is this a good start for my needs or am I mixing things up?
Thanks.
Hi Roy,
Please download the KBOOT2.0 at first, this bootloader have the UART bootloader for K64, you can find the bootloader code in folder:
NXP_Kinetis_Bootloader_2_0_0\NXP_Kinetis_Bootloader_2_0_0\targets\MK64F12
More details, please read the document in folder:NXP_Kinetis_Bootloader_2_0_0\doc
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi
The developer's serial loader is available for the K64 at
http://www.utasker.com/kinetis/FRDM-K64F.html
http://www.utasker.com/kinetis/TWR-K64F120M.html
http://www.utasker.com/kinetis/TEENSY_3.5.html
As well as KBOOT UART, SREC/iHEX UART, SD card, Ethernet, USB-MSD, USB-HID (including KBOOT), USB-CDC and memory stick loading as described in
http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF
Regards
Mark