Boot Petalinux Project Using a remote system
通过jtag实现在远程服务器端下载petalinux image到连接在本地PC的开发板上的方法。
具体连接方式为

比如Host的系统为Windows,Remote system为运载在远程服务器上的Linux系统。Hardware为zc702开发板。
具体实现步骤如下:
1.在Host端运行hw_server.bat(vivado开发套件提供了这个文件) 打开DOS窗口---->cmd----->输入hw_server(若找不到指令,请在path路径中添加hw_server的存放路径)
注意:运行hw_server后应保持窗口开启,不要关闭。
2.另外利用ipconfig指令查看Host的IP,假设为10.104.x.xxx
3.在Remote端,编译petalinux project,之后使用petalinux-package --prebuilt将petalinux image.ub镜像、u-boot.elf,BOOT.bin,system.dtb等文件放在生成的pre-built目录下,然后将download.bit文件拷贝pre-built/implementation/目录下。
4.执行petalinux-boot --prebuilt 3 --jtag --hw_server-url TCP:10.104.x.xxx:3121即可。
Boot Petalinux Project Using a remote system的更多相关文章
- []: secureCRT连接ubuntu问题- The remote system refused the connection
		
secureCRT连接ubuntu问题- The remote system refused the connection http://jxyang.iteye.com/blog/1484915 解 ...
 - Eclipse进度条出现“Remote System Explorer Operation”解决方法
		
Eclipse进度条出现“Remote System Explorer Operation”解决方法
 - 【转载】Remote System Explorer Operation总是运行后台服务,卡死eclipse解决办法
		
原来是eclipse后台进程在远程操作,就是右下角显示的“Remote System Explorer Operation”.折腾了半天,在Stack Overflow找到答案(源地址).把解决方案翻 ...
 - Remote System Explorer Operation总是运行后台服务,卡死eclipse
		
阿里云 > 教程中心 > android教程 > Remote System Explorer Operation总是运行后台服务,卡死eclipse Remote System E ...
 - Ubuntu secuerCRT连接失败,The remote system refused the connection.
		
新安装的ubuntu系统,securtCRT连接失败,出现下面结果,这是因为ubuntu没有安装工具. The remote system refused the connection. 解决办法: ...
 - SecureCRT connecting VM Linux show error message: The remote system refused the connection.
		
SecureCRT connecting VM Linux show error message: The remote system refused the connection.
 - Remote System Upgrade With Cyclone III Devices
		
系统设计者会遇到较短的设计周期.标准发展和系统调度的挑战,飓风III系列支持远程系统更新,通过其固有的重编程功能和专有电路来克服以上问题.远程系统更新帮助传递系统性能增强和bug修复,避免了昂贵的召回 ...
 - Remote System Explorer Operation在eclipse后台一直跑 解决办法
		
在用eclipse开发时,经常遇到卡死的情况,其中一种就是右下角出现:“Remote System Explorer Operation”,解决方案如下: 第一步:Eclipse -> Pref ...
 - SecureCRT连接Ubuntu报The remote system refused the connection.解决方案
		
使用SecureCRT连接到远程Ubuntu,连接失败报The remote system refused the connection. 进入Ubuntu系统,终端中敲入以下命令: ps -ef|g ...
 
随机推荐
- Thread学习
			
1.定义 2.作用 3.和进程的比较 4.多线程(multithreading)的优点和缺陷 5.调度(scheduling) 6.线程相关概念 定义 线程就是最小的可编程指令序列,是进程的子集.一个 ...
 - 【07】为多态基类声明virtual析构方法
			
1.考虑下面的需要,需要一个工厂方法.工厂方法的规则是:在堆上分配一个子类对象,并返回父类指针.使用完毕,delete父类指针.如果父类的析构方法不是virtual,将直接调用父类的析构方法,导致局部 ...
 - [React Fundamentals] State Basics
			
State is used for properties on a component that will change, versus static properties that are pass ...
 - [React Fundamentals] Development Environment Setup
			
In this lesson we'll setup a simple build process for converting our ES6 React components into ES5 u ...
 - 数据库性能测试---前阿里数据库团队资深DBA杨奇龙
			
杨奇龙 前阿里数据库团队资深DBA 主要负责淘宝业务线,经历多次11.11,有海量业务访问DB架构设计经验. 目前就职于有赞科技DBA,负责数据库运维工作,熟悉MySQL 性能优化,故障诊断,性能压测 ...
 - 最新 Sublime Text 3 Package Control 安装方法
			
相信看到这个帖子的童鞋,一般至少对 Sublime Text 有所了解了,废话不多讲,个人在 ST2 还没用好的时候, Sublime Text 3 又横空出世了,不过现在 ST3 还是 beta 版 ...
 - c/c++将整数转换为字符串
			
#include <iostream> using namespace std; int main(int argc, char **argv) { ; iint i,j; ],e[]; ...
 - jsp    The requested resource (/demo10/loginBean) is not available.
			
The requested resource (/demo10/loginBean) is not available. <?xml version="1.0" encodi ...
 - 关于automatic_Panoramic_Image_Stitching_using_Invariant_features 的阅读笔记
			
并没有都读完,不过感觉还是有必要做一个笔记的,毕竟这只是随笔不是文章,所以可以有多少写多少,也算是工作总结了,最重要的是这个好在可以,完成所有有意义文档的检索,比起自己的word来说高级很多~~~. ...
 - visibility,display区别
			
visibility:hidden,display:none 前者隐藏位置还在,后者隐藏位置消失