The method of downloading Petalinux image to the Development Board connected to the local PC via JTAG implementation on the remote server side.
The specific connection method is
For example, the host system is the Windows,remote system for the Linux systems that are carried on the remote server. Hardware for the zc702 Development Board.
The specific implementation steps are as follows:
1. Run Hw_server.bat on the host side (the Vivado Development Kit provides this file) Open the DOS window---->cmd-----> Input Hw_server (if no instruction is found, add hw_ in the path path Server's storage path)
Note: You should keep the window open and do not close after running Hw_server.
2. Also use the IPCONFIG directive to view the IP of the host, assuming that the 10.104.x.xxx
3. On the remote side, compile Petalinux project, then use Petalinux-package--prebuilt to Petalinux image.ub image, U-boot.elf,boot.bin, Files such as SYSTEM.DTB are placed in the generated pre-built directory, and the Download.bit files are copied pre-built/implementation/directories.
4. Execute petalinux-boot--prebuilt 3--jtag--hw_server-url tcp:10.104.x.xxx:3121.
Boot petalinux Project Using a remote system