- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Connect to different MB processors using xmd
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 08:46 AM
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,
Solved! Go to Solution.
Re: Connect to different MB processors using xmd
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 09:25 AM
Look at xmd in UG111. Specifically look for 'cpunr'.
Re: Connect to different MB processors using xmd
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 10:12 AM
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_man
http://xilinx.wikidot.com/u-boot
Re: Connect to different MB processors using xmd
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 04:06 AM
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
Re: Connect to different MB processors using xmd
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-26-2012 10:14 AM
Hi system85,
Thank you for the additional information. I will give this a try.
Gary











