MCUXpresso redlink server fail to kill

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso redlink server fail to kill

ソリューションへジャンプ
1,546件の閲覧回数
lubomirbogdanov
Contributor II

Hello everyone,

I'm using

MCUXpresso IDE v10.3.1 [Build 2233] [2019-02-20]

on Ubuntu 18.04 64-bit.

The IDE is great, I like the improvements over LPCXpresso but one thing makes the IDE unusable, at least for me, and that is the debug session. The debug session starts correctly the first time, but the second time it fails due to the fact that the redlink server is not killed. If I do this in a separate terminal:

ps -A | grep redlink
kill XXXX

I can use the debug again.

I use LPCXpresso LPC1347 and a custom board with LPC845 target. I've tested it on LPC845 breakout board and it fails the same way.

I've followed this thread:

https://community.nxp.com/thread/465272

but it didn't help me.

Any suggestions are greatly appreciated...

Regards,
L. Bogdanov

タグ(1)
0 件の賞賛
返信
1 解決策
1,311件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

We're aware of a timing related problem which can interfere with the redlinkserv process self-terminating. This will be fixed in a future release. The MCUXpresso IDE does offer a way to terminate component processes without you having to manually do so. In the MCUXpresso IDE, look for the button on the far right in the image below. Among other processes, this button will terminate the redlnkserv process.

Thanks and regards,

MCUXpresso Support

pastedImage_1.png

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,311件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

 Could you try loading the latest CMSIS-DAP or J-Link firmware to your LPC-LINK2 debug probe?

 You can use LPCScrypt to update it:
https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/...

 

Also, Is this problem present only when debugging a specific project?

 

Regards,
Aldo.

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛
返信
1,311件の閲覧回数
lubomirbogdanov
Contributor II

Hello and thank you for your reply.

- I was unable to update my probes:

1. The LPC845BRK and the LPCXpresso1347 debuggers do not offer any way to put the probe in boot.

2. lpcscrypt installs successfully on my Ubuntu 18 but I cannot run it - in a terminal I type

lpcscrypt -d ?

but I get "command not found" error. I cannot locate anywhere on my filesystem an lpcscrypt directory. The user guide doesn't say where it is installed.

- Unfortunately I made a new project and a new workspace - both ways exhibit the same issue.

My debug probes are:

LPC11U3x CMSIS-DAP v1.0.7

LPC-Link Probe v1.3

0 件の賞賛
返信
1,312件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

We're aware of a timing related problem which can interfere with the redlinkserv process self-terminating. This will be fixed in a future release. The MCUXpresso IDE does offer a way to terminate component processes without you having to manually do so. In the MCUXpresso IDE, look for the button on the far right in the image below. Among other processes, this button will terminate the redlnkserv process.

Thanks and regards,

MCUXpresso Support

pastedImage_1.png

0 件の賞賛
返信
1,311件の閲覧回数
lubomirbogdanov
Contributor II

Thank you! This solves my problem.

Actually I have to click Terminate  (Ctrl + F2) first and then the Clean Up Debug button ...

0 件の賞賛
返信