07-07-2014 09:07 AM
Hello,
I create an example project(hello world) on SDK, and run on my Kintex7 evaluation board. For the first run, the console receive "hello world", then I run again, and got the warning the "processor is currently in use", so I type "stop" on XMD console to stop the processor, then I run the program, but I unrecognized code on console. I have tried many times, but got the same result.
Could someone help me? Thanks.
07-08-2014 06:07 PM
Hi,
Since this is a Kintex-7 evaluation board(I am assuming KC705), would that be possible to share the workspace?
--Hem
07-07-2014 09:34 AM
Hi,
Are you trying to Run the application or Debug the application?
Can you check the below link and see which process are you following ?
http://www.xilinx.com/support/documentation/sw_manuals/xilinx12_3/SDK_Doc/tasks/sdk_t_run_main.htm
Looking at the details , you are trying to run the application .Try to use option "application to run".
Regards,
Achutha
07-07-2014 03:42 PM - edited 07-07-2014 03:43 PM
Hi,
Once you click on stop, can you try to do a rst in XMD and relaunch the application again?
--Hem
07-07-2014 07:22 PM
07-07-2014 07:28 PM
07-08-2014 04:37 AM
bowen_fu Which version of SDK are you using?
07-08-2014 06:36 AM
I am using: Release Version: Release 14.6 Build SDK_P.68d
07-08-2014 06:07 PM
Hi,
Since this is a Kintex-7 evaluation board(I am assuming KC705), would that be possible to share the workspace?
--Hem
07-08-2014 07:50 PM
10-12-2018 12:13 PM
Hi,
This is a reply to an extremely old thread. In my case, I have two applications: So I run the first, is successful.
Then I run the second one, this is also successful.
When I run the first again now, nothing shows up on SDK.
The problem in my case was that I was missing cleanup_platform() at the end of the second program, which was probably why the first one didn't run after the second was executed.
After I added the line, both applications run fine one after the other.
Regards,
Dimple