Binary of Freelink Bootloader for MIMXRT1060-EVK board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Binary of Freelink Bootloader for MIMXRT1060-EVK board

1,290 Views
aghoghoobi
Contributor I

Is it possible to get the binary of the freelink bootloader for the MIMXRT1060-EVK board?

I think I got my board stuck after following the instructions on NXP MIMXRT1060-EVK — Zephyr Project Documentation  that converts the onboard debugger to a j-link. It did not occur to me earlier that the HW implementation on the MIMXRT1060-EVK board is not Kinetis based and  does not support j-link debugging.

Tags (1)
0 Kudos
4 Replies

979 Views
b36401
NXP Employee
NXP Employee

You can download the source code from git hub:

https://github.com/ARMmbed/DAPLink

The firmware used on RT1060 EVK board only add the one feature to update firmware by MSD, and for SWD debug, it reuses the source code from above git hub.

0 Kudos

979 Views
b36401
NXP Employee
NXP Employee

Also please look at this thread regarding to i.MXRT1060 debug:

https://community.nxp.com/message/1076164

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

979 Views
b36401
NXP Employee
NXP Employee

We can offer you to use MCUXpresso instead. You can get it here:

https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-t...

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

979 Views
aghoghoobi
Contributor I

Hi Victor,

Thanks for the help, but it does not solve my problem.

The problem is that the freelink bootloader on my board is corrupted. I would like to use the DFU capability of the LPC4322 that is part of the on-board debugger to reprogram the freelink bootloader so I can use it to debug the MXIRT1060 instead of using an external debugger.

I can reprogram the freelink bootloader using DFU if I have  the binary file of the freelink bootloader.

The link you posted redirects me to MCUExpresso SDK Builder and this has only information about building on the IMXRT1060 platform.

Thanks,

Obi

0 Kudos