How to upload firmware without starting the debugger?

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

How to upload firmware without starting the debugger?

Jump to solution
925 Views
laszlomonda
Contributor IV

Hi guys,

 

Most of the time I simply want to upload the firmware without starting the debugger. How can I do it?

 

Ultimately, I'd like to be able to press a shortcut which would rebuild the firmware and upload it without starting the debugger.

 

Thanks in advance!

- Laci

Labels (1)
0 Kudos
1 Solution
667 Views
DavidS
NXP Employee
NXP Employee

Hi Laci,

I am assuming you have KDS.

You can implement a command line version (guessing you could make a script to run it):

Command Line Programming and Debugging with GDB | MCU on Eclipse

Or using a Freedom board to drag-n-drop image to be flash to target device:

Using the Freedom Board as SWD Programmer | MCU on Eclipse

Hopefully others provide additional methods for you.

Regards,

David

View solution in original post

0 Kudos
4 Replies
668 Views
DavidS
NXP Employee
NXP Employee

Hi Laci,

I am assuming you have KDS.

You can implement a command line version (guessing you could make a script to run it):

Command Line Programming and Debugging with GDB | MCU on Eclipse

Or using a Freedom board to drag-n-drop image to be flash to target device:

Using the Freedom Board as SWD Programmer | MCU on Eclipse

Hopefully others provide additional methods for you.

Regards,

David

0 Kudos
667 Views
laszlomonda
Contributor IV

Thanks David! I've read the referenced articles and learned quite a bit. This would work very well from the command line.

I'm still waiting for a solution specifically for KDS. :smileyhappy:

Cheers!

0 Kudos
667 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Laci,

KDS doesn't integrate standalone programmer.

please check this article that may help you.

Flash from File: Downloading a file without the sources


Have a great day,
Jennie Zhang

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

0 Kudos
667 Views
laszlomonda
Contributor IV

Thanks Jennie!

0 Kudos