Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you write the character a the RAM test should start.

XMD procedure

In the XMD console you should write "connect mb mdm -debugdevice cpunr 1" and then click "return" on the keyboard.

Scroll Title
titleIn the XMD console you should write "connect mb mdm -debugdevice cpunr 1".
Image Added

In the XMD console you shoud write "rst" and then click "return" on the keyboard.

In the XMD console you should write "dow C:/XilinxProject/reference-TE0300/SDK/SDK_Workspace/demo/Debug/demo.elf" and then click "return" on the keyboard.

Scroll Title
titleIn the XMD console you should write "dow C:/XilinxProject/reference-TE0300/SDK/SDK_Workspace/demo/Debug/demo.elf" and then click "return" on the keyboard.
Image Added

In the XMD console you shoud write "run" and then click "return" on the keyboard.

Scroll Title
titleIn the XMD console you shoud write "run" and then click "return" on the keyboard.
Image Added

In the XMD console you shoud write "terminal -jtag_uart_server 4321" and then click "return" on the keyboard.

Image Added

After this  you should open some terminal emulators (because If you want to input/output some characters to with the XMD UART, then open some terminal emulators), such as

  • Microsoft / Hilgraeve HyperTerminal (usually included in Windows before Vista START MENU > All programs > Acessories > Communications > Hyper Terminal). 
  • ClearTerminal (very easy)

 

Tip

Connect using the following settings:

  • No Host address
  • Port Number: 4321
  • TCP/IP connection type (client)
Tip

The UART settings (not required by ClearTerminal) are:

  • bits per seconds: 115,200
  • data bits: 8
  • parity: none
  • stop bits: 1
  • flow control: none (otherwise you will not be able to enter commands)

After this you should probably write "stop" and "run".

After this two further step the menu of "demo.elf" should appear in the terminal emulator.

 

 

Method A) XMD console, automatic

...