Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Expert Contributor
golson
Posts: 879
Registered: ‎04-07-2008
0
Accepted Solution

Connect to different MB processors using xmd

Hi,

  I have a design with two Microblaze Processors.  And have created two seperate Memory tests for each separate

processor system.  Now I want to run these tests.  I used the command in xmd console

 

connect mb mdm

 

This command will connect to mb number 0 by default.  How do I change this command to connect to

mb number 1.

 

Thanks,

 

 

Xilinx Employee
johnmcd
Posts: 436
Registered: ‎02-01-2008

Re: Connect to different MB processors using xmd

Look at xmd in UG111. Specifically look for 'cpunr'.

Expert Contributor
golson
Posts: 879
Registered: ‎04-07-2008
0

Re: Connect to different MB processors using xmd

Thank You for the information.

 

I used the following commands:

 

 

connect mb mdm -debugdevice cpunr 1
connect mb mdm -debugdevice cpunr 2

 

and accessed the following documents for info / examples.

http://www.xilinx.com/support/documentation/sw_manuals/xilinx13_4/est_rm.pdf
http://xilinx.wikidot.com/u-boot


 

Regular Contributor
system85
Posts: 97
Registered: ‎02-07-2011

Re: Connect to different MB processors using xmd

Hello 

the simple way i find to run two processor i open two xmd console.

when yopu open the xmd console you must choose your processor , than for the first time you choose processor 0 and than for the second time you choose processor 1

 

In each xmd console you point to the folder of the correspondant executable file

 in the processor 1 you must type 

connect mdm -uart and then   terminal -jtag_uart_server 4321

 

you open an hyperteminal console , you connect to mdm uart of the second procesor with telnet and port 4321

 

Than you download your elf for each processor and type run for each one

Expert Contributor
golson
Posts: 879
Registered: ‎04-07-2008
0

Re: Connect to different MB processors using xmd

Hi system85,

  Thank you for the additional information.  I will give this a try.

Gary