PYNQ-Z2 learning-system burning and running

System burn

Download the PYNQ-Z2 image file to the local computer disk

The PYNQ-Z2 image file can be downloaded from the official website (http://www.tul.com.tw/ProductsPYNQ-Z2.html), so the download speed is relatively slow; you can also use the Baidu cloud link I shared (link: https://pan.baidu.com/s/1aoQRzPG-74iWpqmjRO8sdQ Extraction code: gkgn) Recommend the latter.

Insert picture description here
Use the system burning software to burn (I use balenaEtcher), remember to delete the volume on the SD card before burning.

boot

  1. Jump to select the SD end, which means that the board is booted from the Micro-SD card;
  2. Jump to choose USB port for power supply;
  3. Insert the Micro-SD card that has loaded the image file;
  4. Insert the Micro-USB, and connect the other end to the computer usb interface;
  5. Insert the Ethernet cable;
  6. Turn on the power.

Open the serial port debugging assistant to view the startup information:
Insert picture description here

Check the IP, use putty to connect:
Insert picture description here
If you want to modify the ip, you can check my previous blog: https://blog.csdn.net/qq_45467083/article/details/104045285

If you use a router, the protocol will be used to automatically assign IP, so there is no need to configure a static IP.

Then use putty to connect. Previously, you need to set the gateway of the local network ip to be consistent with pynq.
Insert picture description here
Insert picture description here
The following dialog box will appear when you connect for the first time. Choose Yes. The
Insert picture description here
login account and password are both Xilinx.

Insert picture description here
At this point, it's ok, then you can use python or linux for programming development. For python development, please refer to the official tutorial.

Guess you like

Origin blog.csdn.net/qq_45467083/article/details/113601955