Error in final launch sequence

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

Error in final launch sequence

5,385 Views
rahul_eris
Contributor II

We are working on Freescale Freedom K64F Board.   IDE we are using is "Kinetis Design Studio 3.0.0" and RTOS "MQX_4_2".

 

In our project, program can be build successfully.

But on flash debug(GDB open OCD Debugging), an error is occurring after about 99% of its launching .

Error shown below

 

 

 

 

 

 

 

 

Error in final launch sequence

Failed to execute MI command:

-target-select remote localhost:3333

Error message from debugger back end:

localhost:3333: The system tried to join a drive to a directory on a joined drive.

Failed to execute MI command:

-target-select remote localhost:3333

Error message from debugger back end:

localhost:3333: The system tried to join a drive to a directory on a joined drive.

localhost:3333: The system tried to join a drive to a directory on a joined drive.

 

 

How this problem could be solved?? ?? We are blocked with this and delayed in our development activity.

Hoping for a solution asap.

 

 

 

 

 

 

Thanks,

Rahul

ERIS Labs PVT LTD

 

Labels (1)
0 Kudos
1 Reply

1,113 Views
BlackNight
NXP Employee
NXP Employee

Hello,

make sure that you have -f kintis.cfg present:

pastedImage_1.png

It could be that C:\Freescale\KDS_3.0.0\openocd\bin\openocd.exe is blocked/removed by your firewall.

Another tip is to check if you have zombies running, so kill them, see  GDB Client and Server: Unlocking GDB | MCU on Eclipse

Additionally make sure you re-power (remove USB cable, then plug in again) in case OpenSDA on the FRDM board is stuck.

Additionally, I recommend to use either P&E or Segger firmware (see Segger J-Link Firmware for OpenSDAv2 | MCU on Eclipse ).

Finally, I would have this list of tips: Debugging Failure: Check List and Hints | MCU on Eclipse

I hope this helps,

Erich

0 Kudos