How to upload firmware without starting the debugger?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to upload firmware without starting the debugger?

跳至解决方案
1,856 次查看
laszlomonda
Contributor V

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

标签 (1)
0 项奖励
回复
1 解答
1,598 次查看
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 项奖励
回复
4 回复数
1,599 次查看
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 项奖励
回复
1,598 次查看
laszlomonda
Contributor V

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 项奖励
回复
1,598 次查看
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 项奖励
回复
1,598 次查看
laszlomonda
Contributor V

Thanks Jennie!

0 项奖励
回复