I am using a second-hand MIMXRT1064-EVK for the first time.
When I doing the 'hello world ' demo step by step following the training video of build and run demos on the MIMXRT1064-EVK, meet the error below.
Could someone help me with the error?
Thanks in advance!
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Error in final launch sequence:
Failed to execute MI command:
-target-select extended-remote | crt_emu_cm_redlink -msg-port=62838 -g -mi -2 -pMIMXRT1064xxxxA -vendor=NXP --reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable --flash-driver= -x F:/NXP1064-EVK-work/evkmimxrt1064_hello_world/Debug --flash-dir D:/nxp/MCUXpressoIDE_11.0.0_2516/ide/plugins/com.nxp.mcuxpresso.tools.bin.win32_11.0.0.201905221151/binaries/Flash --flash-dir F:/NXP1064-EVK-work/.mcuxpressoide_packages_support/MIMXRT1064xxxxA_support/Flash --telnet 3330 --no-packed
Error message from debugger back end:
error starting child process 'crt_emu_cm_redlink -msg-port=62838 -g -mi -2 -pMIMXRT1064xxxxA -vendor=NXP --reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable --flash-driver= -x F:/NXP1064-EVK-work/evkmimxrt1064_hello_world/Debug --flash-dir D:/nxp/MCUXpressoIDE_11.0.0_2516/ide/plugins/com.nxp.mcuxpresso.tools.bin.win32_11.0.0.201905221151/binaries/Flash --flash-dir F:/NXP1064-EVK-work/.mcuxpressoide_packages_support/MIMXRT1064xxxxA_support/Flash --telnet 3330 --no-packed': CreateProcess: No such file or directory
Failed to execute MI command:
-target-select extended-remote | crt_emu_cm_redlink -msg-port=62838 -g -mi -2 -pMIMXRT1064xxxxA -vendor=NXP --reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable --flash-driver= -x F:/NXP1064-EVK-work/evkmimxrt1064_hello_world/Debug --flash-dir D:/nxp/MCUXpressoIDE_11.0.0_2516/ide/plugins/com.nxp.mcuxpresso.tools.bin.win32_11.0.0.201905221151/binaries/Flash --flash-dir F:/NXP1064-EVK-work/.mcuxpressoide_packages_support/MIMXRT1064xxxxA_support/Flash --telnet 3330 --no-packed
Error message from debugger back end:
error starting child process 'crt_emu_cm_redlink -msg-port=62838 -g -mi -2 -pMIMXRT1064xxxxA -vendor=NXP --reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable --flash-driver= -x F:/NXP1064-EVK-work/evkmimxrt1064_hello_world/Debug --flash-dir D:/nxp/MCUXpressoIDE_11.0.0_2516/ide/plugins/com.nxp.mcuxpresso.tools.bin.win32_11.0.0.201905221151/binaries/Flash --flash-dir F:/NXP1064-EVK-work/.mcuxpressoide_packages_support/MIMXRT1064xxxxA_support/Flash --telnet 3330 --no-packed': CreateProcess: No such file or directory
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Hello Wei Zhang,
You mentioned that you are using a second-hand MIMXRT1064-EVK for the first time. With this I understood that although is the first time you are using the evaluation kit, someone else already used it, could you please confirm this?
Best Regards,
Victor
Hi, Victor
Thanks for contacting me.
Yes, someone has already used it.
And now I have figured out the problem. It is all about the OS. When using the board in Windows 10, the launch succeed.