top of page

Run the Xilinx ZC702 Built-In Self-Test on Windows 10



The Xilinx logo

This post shows how to run the Xilinx ZC702 Built-In Self-Test on Windows 10. It follows the original instructions included in the kit and substitutes tools available for Windows 10.


Install the CP210x USB-to_UART Drivers


# Check version of Windows 10 is at least 1803 (we're at 19045)


systeminfo /fo csv | ConvertFrom-Csv | select OS*, System*, Hotfix* | Format-List

Output:

OS Name             : Microsoft Windows 10 Pro
OS Version          : 10.0.19045 N/A Build 19045
OS Manufacturer     : Microsoft Corporation
OS Configuration    : Standalone Workstation
OS Build Type       : Multiprocessor Free
System Boot Time    : 5/11/2023, 12:59:23 PM
System Manufacturer : LENOVO
System Model        : 20MAS87F00
System Type         : x64-based PC
System Directory    : C:\WINDOWS\system32
System Locale       : en-us;English (United States)Hotfix(s)           : 22 Hotfix(s) Installed.,[01]: KB5022502,[02]: KB4562830,[03]: KB4580325,[04]: KB5000736,[05]: KB5012170,[06]: KB5015684,[07]: KB5026361,[08]:KB5006753,[09]: KB5007273,[10]: KB5011352,[11]: KB5011651,[12]: KB5014032,[13]: KB5014035,[14]: KB5014671,[15]: KB5015895,[16]: KB5016705,[17]:KB5018506,[18]: KB5020372,[19]: KB5022924,[20]: KB5023794,[21]: KB5025315,[22]: KB5005699


# Extract All


# Browse to the unzipped folder C:\Users\Zach Pfeffer\Downloads\CP210x_Universal_Windows_Driver


# Right-click on the silabser.inf file and select Install


# Follow the instructions



Install PuTTY




# Install using defaults



Check the Jumpers

Zynq-7000 All Programmable SoC: ZC702 Evaluation Kit and Video and Imaging Kit Getting Started Guide (ISE Design Suite 14.5)

Cached @ v4.0 @



ZC702 evaluation kit jumper settings

Set Boot Mode Switches

Set the ZC702 evaluation kit to boot from the quad SPI


# Connect USB to the computer

Connect the ZC702 evaluation kit to the computer via USB

# Connect power and turn on the board

Connect the ZC702 evaluation kit's power


Get the COM #


# Run System Information

Use System Information to figure out the COM

# Expand Components and Ports and click Serial

Read the COM from System Information

COM7, in this case



Configure and Open PuTTY


# Select Serial and fill in COM7 (read above), 115200 baud, 8 data bits, 1 stop bit, no parity, no flow control.

Configure PuTTY's serial connection

# Select Session and select Serial. The COM should automatically populate. Click Open.

Select serial and connect using PuTTY

# Press SW1 (POR_B)

Select SW1 (POR_B) to see BIST on the serial port output

You should see:

BIST output on the serial port.


This post showed how to run the Xilinx ZC702 Built-In Self-Test on Windows 10.



References


Xilinx logo clipped from xilinx.com

bottom of page